TODO adjust
This commit is contained in:
parent
bc725d82e6
commit
b1a1a31e78
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue