Tanishq Jasoria

Results 32 issues of Tanishq Jasoria

We currently have two copies of code for verkle trees. - stored as chunks (31 bytes) in the tree - codeDb We need to check if we should remove the...

verkle

For verkle tree storage we use two database right now, one for the leaves and one for the internal nodes. Its easier to iterate over the leaves if it is...

verkle

remove codeKeccak key access when charging gas from contract creation initialization ref: https://eips.ethereum.org/EIPS/eip-4762 ## Changes - remove access event `(contract_address, 0, CODE_KECCAK_LEAF_KEY)` when a contract creation is initialized ## Types...

https://notes.ethereum.org/@dankrad/verkle-migration-schemes https://notes.ethereum.org/@ansgar/verkle-migration-sketch Current Plan: - At fork block, create a new verkle tree and write all the changes from now on to this tree, read from merkle when required. -...

verkle

- [ ] New state tree - [ ] Proof generation and verification - [ ] Stateless gas changes - [ ] Execution Witness generation - [ ] Stateless executing...

test
good first issue
verkle

https://eips.ethereum.org/EIPS/eip-4762 Few Edge Cases: - dont charge gas for PUSHn and code opCodes in calldata - dont charge for code chunks for calldata execution

test
verkle

We need to implement a tool that can convert the merkle tree of the synced state to a verkle tree. We need this to be able to test and get...

good first issue
verkle

We need a nethermind only testnet to speed up testing for verkle. There is always a few bugs in new testnets and we need to wait for them to be...

test
verkle