-
## Feature Request
After the #97 and #99 tasks, you will generate a Proof Validator Solidity contract using the following command:
`snarkjs zkey export solidityverifier circuits/build/proving_key.zkey…
-
It would be ideal to have some form of code coverage for the solidity code that is reliable. Foundry does have code coverage, but we hit stack too deep issues when compiling for it (because it tur…
tynes updated
17 hours ago
-
Subscribe to this issue and stay notified about new [weekly trending repos in Solidity](https://github.com/trending/solidity?since=weekly).
-
# Problem
## Using `require` to validate inputs
In our (bridge) Solidity contracts, we are using the pattern `if (!cond) revert Error` to validate inputs. This is not the best practice and there …
-
Subscribe to this issue and stay notified about new [daily trending repos in Solidity](https://github.com/trending/solidity?since=daily).
-
### Component
sol! macro
### What version of Alloy are you on?
v0.8.3
### Operating System
macOS (Apple Silicon)
### Describe the bug
The following abi
[DelegationManager.json](https://gith…
-
The DKG ceremony would still be coordinated by a dedicated Solidity smart contract. Provide a simple CLI interface to interact with the smart contract.
-
### Component
Anvil
### Describe the feature you would like
As more and more L2's come online with their own solidity precompiles, it would be nice to be able to inject those into Anvil for testing…
-
The spec mentions solidity ABI
Vyper methods look slightly different in the code:
```Vyper
transfer(_to: address, _amount: uint256)
```
vs
```Solidity
transfer(address _to, uint256 _amount)…
-
Hello
I've seen that all interfaces have been moved to ^0.8.0 but not contracts. This would make it possible to use them when importing
change this: pragma solidity 0.8.17
to this: pragma solidity …