Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed coinbase copy in state | obscuren | 2014-07-17 | 1 | -13/+17 |
| | |||||
* | Paranoia check moved | obscuren | 2014-07-15 | 1 | -17/+0 |
| | |||||
* | Fixed state reset case | obscuren | 2014-07-07 | 1 | -3/+13 |
| | |||||
* | Fixed state reset on err | obscuren | 2014-07-07 | 1 | -2/+2 |
| | |||||
* | changed state reset | obscuren | 2014-07-07 | 1 | -8/+6 |
| | |||||
* | Debug output, minor fixes and tweaks | obscuren | 2014-07-04 | 1 | -6/+5 |
| | | | | | * Script compile length fix * Transition fix | ||||
* | Fixed reverting error | obscuren | 2014-07-03 | 1 | -25/+16 |
| | |||||
* | Fix | obscuren | 2014-07-03 | 1 | -0/+1 |
| | |||||
* | Paranoia check | obscuren | 2014-07-02 | 1 | -12/+4 |
| | |||||
* | Moved debug hook to Vm directly | obscuren | 2014-07-02 | 1 | -1/+1 |
| | |||||
* | ethutil -> ethtrie.NewTrie | zelig | 2014-07-01 | 1 | -1/+2 |
| | |||||
* | The dragon has been slain. Consensus reached! | obscuren | 2014-07-01 | 1 | -16/+14 |
| | |||||
* | Paranoia | obscuren | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | Added Paranoia check for VM execution | obscuren | 2014-07-01 | 1 | -18/+15 |
| | |||||
* | wip | obscuren | 2014-06-30 | 1 | -0/+45 |
| | |||||
* | modified logging API | zelig | 2014-06-23 | 1 | -4/+3 |
| | | | | | | - package vars for tagged loggers - weed out spurious fmt.PrintX and log.PrintX logging - tried to second guess loglevel for some :) | ||||
* | Returned to single method | obscuren | 2014-06-20 | 1 | -29/+6 |
| | |||||
* | Removed some logging | obscuren | 2014-06-20 | 1 | -9/+8 |
| | |||||
* | Reset state when a transition fails | obscuren | 2014-06-19 | 1 | -45/+87 |
| | |||||
* | Logging | obscuren | 2014-06-18 | 1 | -3/+5 |
| | |||||
* | Verbose logging for VM | obscuren | 2014-06-18 | 1 | -0/+1 |
| | |||||
* | Fixed issue where JUMPI would do an equally check with 1 instead of GT | obscuren | 2014-06-18 | 1 | -20/+2 |
| | |||||
* | Removal of manual updating of state objects | obscuren | 2014-06-17 | 1 | -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 gas | obscuren | 2014-06-16 | 1 | -4/+13 |
| | |||||
* | Check for nil receiver | obscuren | 2014-06-16 | 1 | -2/+7 |
| | |||||
* | Fixed minor issue with the gas pool | obscuren | 2014-06-16 | 1 | -6/+8 |
| | |||||
* | Moved gas limit err check to buy gas | obscuren | 2014-06-16 | 1 | -2/+2 |
| | |||||
* | Removed some comments | obscuren | 2014-06-16 | 1 | -2/+1 |
| | |||||
* | Run contracts | obscuren | 2014-06-15 | 1 | -0/+7 |
| | |||||
* | Moving closer to interop | obscuren | 2014-06-14 | 1 | -6/+10 |
| | |||||
* | Moving a head closer to interop | obscuren | 2014-06-13 | 1 | -8/+24 |
| | |||||
* | comments & refactor | obscuren | 2014-06-13 | 1 | -4/+16 |
| | |||||
* | Refactored state transitioning to its own model | obscuren | 2014-06-13 | 1 | -0/+206 |