exp_table

Results 5 issues of exp_table

We assume readers will know the difference of how accounts are handled between Ethereum and Starknet (non-smart contracts vs smart-contracts). Since we cannot rely on examining the bytecode of the...

This PR makes the ERC721 implementation more compliant with the standard. ## 1. Interface fix Some of the view functions were marked as `nonpayable` instead of `view`. ## 2. Support...

In order to support arbitrary-sized arrays as arguments of the constructor, we have to know the bytecode size beforehand, so we can use it along with the `CODESIZE` opcode to...

## The problem Accounts generation on mainnet and testnet seems to share the same derivation for the private key. Creating an account on mainnet and then on testnet will result...

### Component Chisel ### Describe the feature you would like This feature would introduce the possibility to add a call such as `vm.chisel()` or `vm.chiselBreakpoint()` anywhere in a test function....

T-feature
A-cheatcodes
A-debugger
C-chisel