TODO adjust

This commit is contained in:
romanman 2014-06-23 21:48:55 +01:00
parent bc725d82e6
commit b1a1a31e78
1 changed files with 3 additions and 0 deletions

View File

@ -3,10 +3,13 @@
##### TODO list:
----------------
- [ ] **State management** trie for storage hash calculation
and update hash into AccountState
- [x] **VM execution:** support CALL op
- [x] **VM execution:** support CALL op with in/out data
- [ ] **VM execution:** support CREATE op
- [x] **SerpentCompiler** compile create(gas, mem_start, mem_size)
- [ ] **GUI screen** a screen that will hold table with full state representation
- [ ] **SerpentCompiler** compile create(gas, mem_start, import("examples/mul2.se"))
- [ ] **SerpentCompiler** compile return(array) correct
- [ ] **VM execution:** SUICIDE op adjust