ZT

Results 11 issues of ZT

[Please describe your pull request here] Added ape-starknet and ape-cairo plugins ## Checklist - [x] The URL is not already present in the list (check with CTRL/CMD+F in the raw...

Fixes #404 This pr adds interface for access control which is requested by issue #404 file added at `access/accesscontrol/IAccessControl.cairo` #### PR Checklist - [x] Tests - [x] Documentation - [x]...

I found this weird bug. Process to reproduce this bug: 1. deploy two difference contracts A and B ![image](https://user-images.githubusercontent.com/101599447/191574362-ac25256a-0c27-49fb-b717-88a60568f002.png) 2. then I delete the first contract A. contract B just...

bug

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....

bug

there is no comment for return value of `UniswapV3Pool._updatePosition()` https://github.com/Uniswap/v3-core/blob/412d9b236a1e75a98568d49b1aeb21e3a1430544/contracts/UniswapV3Pool.sol#L379

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

web3.py v6 has breaking changes. Currently flashbots only supports web3 (>=5.22.0,

current `owner` is an `Address`, how about making it an `Identity` so an contract can also be the owner

The Coordinator contract requires `via_ir = true` in compiler settings, which significantly increases compilation time. When smart contracts integrate with the Ritual contract, they typically only need to inherit from...