Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed old code | obscuren | 2014-07-02 | 1 | -5/+1 |
| | |||||
* | Removed old method | obscuren | 2014-07-02 | 1 | -1/+5 |
| | |||||
* | merge upstream | zelig | 2014-07-01 | 1 | -82/+1 |
|\ | |||||
| * | The dragon has been slain. Consensus reached! | obscuren | 2014-07-01 | 1 | -1/+1 |
| | | |||||
| * | Added Paranoia check for VM execution | obscuren | 2014-07-01 | 1 | -81/+0 |
| | | |||||
* | | change all modified calls to ethtrie, ethutil and ethcrypto functions | zelig | 2014-06-30 | 1 | -2/+3 |
| | | |||||
* | | refactor ethutil/trie to ethtrie | zelig | 2014-06-29 | 1 | -2/+3 |
|/ | |||||
* | modified logging API | zelig | 2014-06-23 | 1 | -1/+1 |
| | | | | | | - package vars for tagged loggers - weed out spurious fmt.PrintX and log.PrintX logging - tried to second guess loglevel for some :) | ||||
* | Renamed snapshot to copy/set and added it back to the VM | obscuren | 2014-06-20 | 1 | -9/+6 |
| | |||||
* | Reset state when a transition fails | obscuren | 2014-06-19 | 1 | -1/+6 |
| | |||||
* | Fixed issue where JUMPI would do an equally check with 1 instead of GT | obscuren | 2014-06-18 | 1 | -0/+2 |
| | |||||
* | Removed deprecated states | obscuren | 2014-06-17 | 1 | -4/+2 |
| | |||||
* | Removal of manual updating of state objects | obscuren | 2014-06-17 | 1 | -2/+25 |
| | | | | | * 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. | ||||
* | Keeping old code for reference | obscuren | 2014-06-16 | 1 | -88/+89 |
| | |||||
* | Cache whole objects instead of states only | obscuren | 2014-06-16 | 1 | -2/+96 |
| | |||||
* | Changed debug hook and added state iterator | obscuren | 2014-05-27 | 1 | -0/+5 |
| | |||||
* | State snapshotting | obscuren | 2014-05-26 | 1 | -1/+15 |
| | |||||
* | Fixed state overwriting issue | obscuren | 2014-05-21 | 1 | -7/+3 |
| | |||||
* | Fixed state issue | obscuren | 2014-05-21 | 1 | -3/+0 |
| | |||||
* | No longer store script directly in the state tree | obscuren | 2014-05-20 | 1 | -34/+15 |
| | |||||
* | Moved seeding and moved manifest | obscuren | 2014-05-09 | 1 | -10/+37 |
| | |||||
* | Auto update state changes notifications | obscuren | 2014-05-09 | 1 | -31/+4 |
| | |||||
* | Upped version number | obscuren | 2014-04-27 | 1 | -0/+29 |
| | |||||
* | Minor improvements and bug fixes | obscuren | 2014-04-24 | 1 | -2/+2 |
| | | | | * Fixed VM base bug | ||||
* | Merged accounts and contracts in to StateObject | obscuren | 2014-04-16 | 1 | -49/+16 |
| | | | | | | | * Account removed * Contract removed * Address state changed to CachedStateObject * Added StateObject | ||||
* | Removed old VM code | obscuren | 2014-03-22 | 1 | -0/+4 |
| | |||||
* | Added address to account and contract | obscuren | 2014-03-21 | 1 | -3/+4 |
| | | | | | Contract and account now both have an address field or method for the sake of simplicity. | ||||
* | Removed caller from tx and added "callership" to account. | obscuren | 2014-03-21 | 1 | -2/+2 |
| | | | | | | Transactions can no longer serve as callers. Accounts are now the initial callee of closures. Transactions now serve as transport to call closures. | ||||
* | Moved code around | obscuren | 2014-03-21 | 1 | -11/+29 |
| | |||||
* | Added a copy method to state | obscuren | 2014-03-17 | 1 | -0/+4 |
| | |||||
* | Partially refactored server/txpool/block manager/block chain | obscuren | 2014-03-05 | 1 | -0/+38 |
| | | | | | | | The Ethereum structure now complies to a EthManager interface which is being used by the tx pool, block manager and block chain in order to gain access to each other. It's become simpeler. TODO: BlockManager => StateManager | ||||
* | Renamed Address to Account | obscuren | 2014-03-03 | 1 | -4/+4 |
| | |||||
* | Trie's are no longer referenced directly but through State instead | obscuren | 2014-03-03 | 1 | -1/+50 |
| | |||||
* | Updated block to use state instead of trie directly | obscuren | 2014-03-03 | 1 | -0/+8 |
| | |||||
* | Separated the VM from the block manager and added states | obscuren | 2014-02-24 | 1 | -0/+56 |