From 4ffcd9c8ec84fc5798734dba9eaf1ddcf5901c38 Mon Sep 17 00:00:00 2001 From: romanman Date: Thu, 11 Sep 2014 11:17:30 +0200 Subject: [PATCH] Update TODO.md --- ethereumj-core/TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ethereumj-core/TODO.md b/ethereumj-core/TODO.md index 991be29b..cd00bdae 100644 --- a/ethereumj-core/TODO.md +++ b/ethereumj-core/TODO.md @@ -4,8 +4,6 @@ ---------------- - [ ] **GUI screen** a screen that will hold table with full state representation -- [ ] ** Block Queue ** separate net layer and block processing layer, net layer should continue get - blocks in time the vm layer process them (not stuck for it) - [ ] **SerpentCompiler** compile create(gas, mem_start, import("examples/mul2.se")) https://github.com/ethereum/wiki/wiki/Serpent - [ ] **SerpentCompiler** compile return(array) correct @@ -35,6 +33,8 @@ share - code section ##### DONE: ----------- +- [X] ** Block Queue ** separate net layer and block processing layer, net layer should continue get + blocks in time the vm layer process them (not stuck for it) - [X] **Build:** extract core module and studio application - [x] **VM execution:** support CALL op - [x] **VM execution:** support CALL op with in/out data