aboutsummaryrefslogtreecommitdiffstats
path: root/ethvm
Commit message (Collapse)AuthorAgeFilesLines
* Removed the "Get" partobscuren2014-08-181-0/+2
|
* Added message to closure && added change addressesobscuren2014-08-152-9/+9
|
* Updated chain for filteringobscuren2014-08-112-3/+22
|
* Fixed stack issueobscuren2014-08-082-13/+13
|
* Fixed issue with overflowing 256 bit integersobscuren2014-08-081-0/+31
|
* ethtrie.NewTrie => ethtrie.Newobscuren2014-08-041-6/+4
|
* Old code removed and renamed amount to balanceobscuren2014-07-301-5/+5
|
* Clean up and util methodsobscuren2014-07-261-2/+3
|
* Removed old S(DIV/MOD)obscuren2014-07-251-27/+16
|
* Added recoverable optionobscuren2014-07-241-9/+13
|
* div 0 errobscuren2014-07-231-1/+3
|
* Minor improvements and fixes to the new vm structureobscuren2014-07-223-19/+12
|
* Refactored state, state object and vmobscuren2014-07-228-0/+1579
* The State and StateObject have been moved to their own package * The VM is moved to it's own package