From 1bb7e537751066ff5003e286766b99fe922b6bfa Mon Sep 17 00:00:00 2001 From: romanman Date: Sun, 29 Jun 2014 17:46:23 +0100 Subject: [PATCH] TODO adjust --- ethereumj-core/TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ethereumj-core/TODO.md b/ethereumj-core/TODO.md index 9624593d..8ad56122 100644 --- a/ethereumj-core/TODO.md +++ b/ethereumj-core/TODO.md @@ -6,7 +6,8 @@ - [X] **State management** trie for storage hash calculation and update hash into AccountState - [ ] **GUI screen** a screen that will hold table with full state representation -- [ ] **SerpentCompiler** compile create(gas, mem_start, import("examples/mul2.se")) +- [ ] **SerpentCompiler** compile create(gas, mem_start, import("examples/mul2.se")) + https://github.com/ethereum/wiki/wiki/Serpent - [ ] **SerpentCompiler** compile return(array) correct - [ ] **VM execution:** SUICIDE op adjust - [ ] **ProgramPlayDialog** support internal calls