Clément Walter
Clément Walter
## Feature Request ### Describe the Feature Request As we plan to eventually land on SN mainnet, we shall leverage the existing dapp as much as we can and help...
## Feature Request ### Describe the Feature Request A master issue to track the progress toward compatibility with the upcoming hard fork
## Feature Request ### Describe the Feature Request Given a `model.State` object, create a function to compute the state root. The function should take as implicit arg the hash pointer...
## Feature Request ### Describe the Feature Request Add a root method to compute the account root. See reference python implementation https://github.com/ethereum/execution-specs/blob/master/src/ethereum/shanghai/state.py https://github.com/ethereum/execution-specs/blob/master/src/ethereum/shanghai/trie.py
## Feature Request ### Describe the Feature Request Currently, the mapping address => opcode implementation is hardcoded in the big jumptable of the interpreter. It shouldn't cost a lot (few...
## Feature Request Regular precompiles are cached at the beginning of a tx, ie that they are WARM We don't do it right now for Kakarot precompiles. What the other...
## Feature Request ### Describe the Feature Request We currently have 2 repositories, this one and one for Kakarot in Cairo. In this repository though, we have - some cairo...