##### TODO list: ---------------- - [x] **VM execution:** support CALL op - [x] **VM execution:** support CALL op with in/out data - [ ] **VM execution:** support CREATE op - [ ] **VM execution:** SUICIDE op adjust - [ ] **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 - [ ] **Testing by JSON files:** follow cpp client performs test case by getting json file contains the test describe - [ ] **SerpentCompiler** Serpent new syntax: (@> @< @/ @%) - unsigned operations > < / % - default are all signed operations += -= *= /= %= @/= @%= - short form operations share - code section ##### UnitTest: ---------------- - [x] **VM complex:** CALL testing for in arrays - [x] **VM complex:** CALL testing for out result - [ ] **VM complex:** CREATE testing - [ ] **VM complex:** SUICIDE testing - [ ] **WorldManager** apply transactions