Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed reverting error | obscuren | 2014-07-03 | 1 | -3/+2 |
| | |||||
* | Removed old method | obscuren | 2014-07-02 | 1 | -39/+28 |
| | |||||
* | ethutil -> ethtrie.NewTrie | zelig | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | merge upstream | zelig | 2014-07-01 | 1 | -1/+4 |
|\ | |||||
| * | wip | obscuren | 2014-06-30 | 1 | -1/+4 |
| | | |||||
* | | change all modified calls to ethtrie, ethutil and ethcrypto functions | zelig | 2014-06-30 | 1 | -4/+7 |
|/ | |||||
* | merge upstream | zelig | 2014-06-25 | 1 | -1/+0 |
|\ | |||||
| * | Logging order | obscuren | 2014-06-23 | 1 | -1/+0 |
| | | |||||
* | | put back extra debug detail logging to the right places using ↵ | zelig | 2014-06-25 | 1 | -1/+1 |
| | | | | | | | | logger.DebugDetailf | ||||
* | | merge upstream | zelig | 2014-06-23 | 1 | -1/+8 |
|\| | |||||
| * | Removed comments | obscuren | 2014-06-23 | 1 | -1/+1 |
| | | |||||
| * | Moved 0 check to state object for now | obscuren | 2014-06-21 | 1 | -0/+7 |
| | | |||||
* | | modified logging API | zelig | 2014-06-23 | 1 | -3/+3 |
|/ | | | | | | - package vars for tagged loggers - weed out spurious fmt.PrintX and log.PrintX logging - tried to second guess loglevel for some :) | ||||
* | Changed copy/set | obscuren | 2014-06-20 | 1 | -1/+22 |
| | |||||
* | Removal of manual updating of state objects | obscuren | 2014-06-17 | 1 | -11/+15 |
| | | | | | * 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. | ||||
* | comment | obscuren | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Refund gas | obscuren | 2014-06-16 | 1 | -0/+9 |
| | |||||
* | Fixed minor issue with the gas pool | obscuren | 2014-06-16 | 1 | -2/+2 |
| | |||||
* | Moved gas limit err check to buy gas | obscuren | 2014-06-16 | 1 | -3/+18 |
| | |||||
* | Cache whole objects instead of states only | obscuren | 2014-06-16 | 1 | -0/+21 |
| | |||||
* | Moving a head closer to interop | obscuren | 2014-06-13 | 1 | -3/+5 |
| | |||||
* | Refactoring state transitioning | obscuren | 2014-06-13 | 1 | -1/+1 |
| | |||||
* | Added a buy gas method | obscuren | 2014-06-12 | 1 | -3/+18 |
| | |||||
* | State snapshotting | obscuren | 2014-05-26 | 1 | -1/+6 |
| | |||||
* | Canonical contract creation | obscuren | 2014-05-23 | 1 | -2/+1 |
| | |||||
* | Working on interop | obscuren | 2014-05-22 | 1 | -1/+1 |
| | | | | | | * Receipts after each transaction * Fee structure * Applying fees to miners | ||||
* | Fixed state overwriting issue | obscuren | 2014-05-21 | 1 | -0/+1 |
| | |||||
* | No longer store script directly in the state tree | obscuren | 2014-05-20 | 1 | -9/+12 |
| | |||||
* | Auto update state changes notifications | obscuren | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Cleaned up | obscuren | 2014-05-09 | 1 | -27/+2 |
| | | | | | Removed the unneeded address watch mechanism. State manager's transient state should now take care of this. | ||||
* | Added different storage notification object | obscuren | 2014-05-05 | 1 | -0/+6 |
| | |||||
* | Removed debug log | obscuren | 2014-05-02 | 1 | -1/+0 |
| | |||||
* | Upped version number | obscuren | 2014-04-27 | 1 | -0/+4 |
| | |||||
* | Added new state object change echanism | obscuren | 2014-04-26 | 1 | -31/+36 |
| | |||||
* | Updated VM | obscuren | 2014-04-20 | 1 | -2/+20 |
| | |||||
* | Merged accounts and contracts in to StateObject | obscuren | 2014-04-16 | 1 | -0/+162 |
* Account removed * Contract removed * Address state changed to CachedStateObject * Added StateObject |