Update TODO.md

This commit is contained in:
romanman 2014-09-11 11:16:49 +02:00
parent 6abb4f27e9
commit 6b6fa6dd8c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@
https://github.com/ethereum/wiki/wiki/Serpent
- [ ] **SerpentCompiler** compile return(array) correct
- [ ] **ProgramPlayDialog** support internal calls
- [ ] **Build:** extract core module and studio application
- [ ] **Performance:** BigInteger math change for constant arrays implementation
economy for memory allocation
- [ ] **Command Line:** add the headless run option
@ -36,6 +35,7 @@ share - code section
##### DONE:
-----------
- [X] **Build:** extract core module and studio application
- [x] **VM execution:** support CALL op
- [x] **VM execution:** support CALL op with in/out data
- [x] **VM execution:** support CREATE op