Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -264/+0 |
* | Moved logging to state, proper structured block | obscuren | 2014-10-30 | 1 | -1/+1 |
* | Removed events from the state manager | obscuren | 2014-10-29 | 1 | -1/+1 |
* | PoC 7 updates | obscuren | 2014-10-29 | 1 | -8/+2 |
* | Do not return error on VM exception | obscuren | 2014-10-27 | 1 | -24/+12 |
* | Implemented LOG. Closes #159 | obscuren | 2014-10-27 | 1 | -0/+6 |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -4/+4 |
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 1 | -18/+5 |
* | Moved ethvm => vm | obscuren | 2014-10-18 | 1 | -6/+6 |
* | Fixed most of the tests | obscuren | 2014-10-17 | 1 | -7/+1 |
* | Corrected package .... | obscuren | 2014-10-16 | 1 | -1/+1 |
* | Fixed remote Arithmetic tests | obscuren | 2014-10-15 | 1 | -1/+2 |
* | Refactored VM to two separate VMs; std & debug | obscuren | 2014-10-14 | 1 | -6/+4 |
* | Minor tweaks for poc7 | obscuren | 2014-10-08 | 1 | -9/+0 |
* | Fixed inconsistencies | obscuren | 2014-10-02 | 1 | -2/+2 |
* | Implemented WebSocket package | obscuren | 2014-10-01 | 1 | -8/+6 |
* | Added CALLSTATELESS | obscuren | 2014-09-10 | 1 | -1/+1 |
* | Implemented POST | obscuren | 2014-08-25 | 1 | -0/+9 |
* | Removed old chain code | obscuren | 2014-08-22 | 1 | -1/+1 |
* | Removed the "Get" part | obscuren | 2014-08-18 | 1 | -0/+1 |
* | Added message to closure && added change addresses | obscuren | 2014-08-15 | 1 | -4/+4 |
* | Updated chain for filtering | obscuren | 2014-08-11 | 1 | -1/+11 |
* | ethstate.NewState => ethstate.New | obscuren | 2014-08-04 | 1 | -1/+1 |
* | ethtrie.NewTrie => ethtrie.New | obscuren | 2014-08-04 | 1 | -1/+1 |
* | Old code removed and renamed amount to balance | obscuren | 2014-07-30 | 1 | -7/+8 |
* | Removed old code | obscuren | 2014-07-24 | 1 | -26/+0 |
* | Refactored to new state and vm | obscuren | 2014-07-24 | 1 | -32/+63 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |