Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 674 Bytes

TODO.md

File metadata and controls

20 lines (15 loc) · 674 Bytes

To-Dos

Storage

  • Add version byte prefix to all storage keys?
  • Store the account nonce and balance in a struct

Ticketed

  • #1: Add begin_chain function to contract
  • #2: Add begin_block function to contract
  • #3: Implement raw_call function in contract
  • #4: Implement meta_call function in contract
  • #5: Implement precompiles