Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed consensus issue for refunding | obscuren | 2015-02-27 | 1 | -6/+15 |
| | | | | * Refund should _always_ go to the origin | ||||
* | Removed exported fields from state object and added proper set/getters | obscuren | 2015-02-20 | 1 | -23/+44 |
| | |||||
* | dirty tracking for state objects fixed | obscuren | 2015-02-20 | 1 | -1/+9 |
| | |||||
* | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 1 | -0/+4 |
| | |||||
* | Reset storage cache after sync | obscuren | 2015-02-19 | 1 | -0/+1 |
| | |||||
* | Use new rlp (TODO requires some refactoring) | obscuren | 2015-02-17 | 1 | -2/+23 |
| | |||||
* | Fixed issue with Storage() | obscuren | 2015-01-30 | 1 | -29/+0 |
| | | | | | | * Storage() returned encoded values. They are now decode prior to hexing * Removed old code from state object * Updated coin | ||||
* | Moved ptrie => trie. Removed old trie | obscuren | 2015-01-08 | 1 | -3/+3 |
| | |||||
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -16/+9 |
| | |||||
* | Switched to new trie | obscuren | 2014-12-24 | 1 | -17/+25 |
| | |||||
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Moved execution from vm to chain. | obscuren | 2014-12-04 | 1 | -5/+4 |
| | | | | | | | | This moves call and create to the specified environments. Vms are no longer re-used. Vm uses environment's Call(Code) and Create in order to execute new contracts or transfer value between accounts. State transition now uses the same mechanism described above. | ||||
* | merge errors fixed | obscuren | 2014-12-02 | 1 | -1/+1 |
|\ | |||||
| * | Changed the way transactions are being added to the transaction pool | obscuren | 2014-12-02 | 1 | -1/+1 |
| | | |||||
* | | Added new iterator and tests | obscuren | 2014-11-19 | 1 | -3/+1 |
| | | |||||
* | | Added `chain` tests & minor fixes | obscuren | 2014-11-19 | 1 | -8/+0 |
|/ | | | | | | * Fork tests (equal and larger chains) * `chain.link` fields are now exported * moved debug function from state to dump.go | ||||
* | Transaction execution fixes | obscuren | 2014-11-12 | 1 | -2/+2 |
| | |||||
* | Removed debug print | obscuren | 2014-11-04 | 1 | -1/+0 |
| | |||||
* | Added storage root to dump | obscuren | 2014-11-04 | 1 | -0/+5 |
| | |||||
* | Compress data on db level. Closes #174 | obscuren | 2014-11-03 | 1 | -14/+2 |
| | |||||
* | ethtrie => trie | obscuren | 2014-10-31 | 1 | -6/+6 |
| | |||||
* | ethstate => state | obscuren | 2014-10-31 | 1 | -0/+339 |