aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/state_transition.go
Commit message (Collapse)AuthorAgeFilesLines
* Reset state when a transition failsobscuren2014-06-191-45/+87
|
* Loggingobscuren2014-06-181-3/+5
|
* Verbose logging for VMobscuren2014-06-181-0/+1
|
* Fixed issue where JUMPI would do an equally check with 1 instead of GTobscuren2014-06-181-20/+2
|
* Removal of manual updating of state objectsobscuren2014-06-171-13/+13
| | | | | * You'll only ever need to update the state by calling Update. Update will take care of the updating of it's child state objects.
* Refund gasobscuren2014-06-161-4/+13
|
* Check for nil receiverobscuren2014-06-161-2/+7
|
* Fixed minor issue with the gas poolobscuren2014-06-161-6/+8
|
* Moved gas limit err check to buy gasobscuren2014-06-161-2/+2
|
* Removed some commentsobscuren2014-06-161-2/+1
|
* Run contractsobscuren2014-06-151-0/+7
|
* Moving closer to interopobscuren2014-06-141-6/+10
|
* Moving a head closer to interopobscuren2014-06-131-8/+24
|
* comments & refactorobscuren2014-06-131-4/+16
|
* Refactored state transitioning to its own modelobscuren2014-06-131-0/+206