Tanishq Jasoria
Tanishq Jasoria
Resolves #4410 Users migrating from OpenEthereum expects trace_* call to behave in a similar fashion. Ref: https://github.com/openethereum/openethereum/blob/main/crates/ethcore/src/trace/executive_tracer.rs#L47 ## Changes: - ## Types of changes What types of changes does your...
Fixes Closes Resolves # _Please choose one of the keywords above to refer to the issue this PR solves followed by the issue number (e.g. Fixes #000). If no issue...
## EIPs Implemented - https://eips.ethereum.org/EIPS/eip-6800 - https://eips.ethereum.org/EIPS/eip-4762 - https://eips.ethereum.org/EIPS/eip-2935 ## Changes - _List the changes_ ## Types of changes #### What types of changes does your code introduce? - [...
For verkle transition, we need a iterator over the current ethereum state to move it to the new verkle tree. The idea is to iterate over the accounts in sequence...
Nethermind client is capable of stateless block processing post verkle. This means that we can conitune to process block even while we are in the sync mode. This is very...
Post verkle, we include ExecutionWitness in the ExecutionPayload Draft PR: https://github.com/ethereum/consensus-specs/pull/3230/files In ExecutionWitness, aside from VerkleProof, we also include Keys that were modifed and the corresponding values before(pre-state) and after(post-state)...