ethereumj-personal/ethereumj-core/TODO.md

30 lines
944 B
Markdown
Raw Normal View History

2014-06-21 15:21:44 +00:00
##### TODO list:
----------------
- [x] **VM execution:** support CALL op
2014-06-22 08:23:42 +00:00
- [ ] **VM execution:** support CALL op with in/out data
2014-06-21 15:21:44 +00:00
- [ ] **VM execution:** support CREATE op
2014-06-22 08:44:03 +00:00
- [ ] **ProgramPlayDialog** support internal calls
2014-06-21 15:21:44 +00:00
- [ ] **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
2014-06-22 08:01:23 +00:00
- [ ] **Testing by JSON files:** follow cpp client performs test case by getting json file contains the test describe
- [ ] Serpent new syntax:
(@> @< @/ @%) - unsigned operations
> < / % - default are all signed operations
+= -= *= /= %= @/= @%= - short form operations
share - code section
2014-06-21 15:21:44 +00:00
##### UnitTest:
----------------
2014-06-22 08:08:13 +00:00
- [ ] **VM complex: CALL testing for in/out arrays
- [ ] **VM complex: CREATE testing
2014-06-21 15:21:44 +00:00
- [ ] **WorldManager** apply transactions