biturbo icon indicating copy to clipboard operation
biturbo copied to clipboard

Requirements for passing the add11 state test

Open s1na opened this issue 5 years ago • 0 comments

In order for the EVM EE to pass the add11 we need the logic for the following points:

  • [ ] Send coinbase address as input to EE
  • [ ] Deduce base tx fee from sender to coinbase
  • [ ] Meter EVM opcodes and deduce from sender to coinbase
  • [ ] Implement SSTORE which itself requires logic for inserting new nodes in a trie, and updating the contract with new storage hash

s1na avatar Dec 10 '19 15:12 s1na