Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved ptrie => trie. Removed old trie | obscuren | 2015-01-08 | 2 | -8/+7 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 4 | -29/+23 |
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -0/+6 |
* | added nil check | obscuren | 2015-01-02 | 1 | -5/+4 |
* | Switched to new trie | obscuren | 2014-12-24 | 3 | -47/+58 |
* | Minor updates on gas and removed/refactored old code. | obscuren | 2014-12-20 | 1 | -0/+7 |
* | Fixed refund model | obscuren | 2014-12-19 | 1 | -7/+10 |
* | Gas corrections and vm fixes | obscuren | 2014-12-19 | 1 | -20/+10 |
* | Fixed tests | obscuren | 2014-12-10 | 1 | -1/+1 |
* | Log is now interface | obscuren | 2014-12-04 | 2 | -20/+43 |
* | Renamed State => StateDB | obscuren | 2014-12-04 | 3 | -36/+36 |
* | Moved execution from vm to chain. | obscuren | 2014-12-04 | 1 | -5/+4 |
* | merge errors fixed | obscuren | 2014-12-02 | 2 | -2/+3 |
|\ | |||||
| * | Changed the way transactions are being added to the transaction pool | obscuren | 2014-12-02 | 2 | -2/+3 |
* | | Fixed merge | obscuren | 2014-11-29 | 1 | -13/+16 |
|\| | |||||
| * | Changed refund | obscuren | 2014-11-29 | 1 | -13/+16 |
* | | Added new iterator and tests | obscuren | 2014-11-19 | 1 | -3/+1 |
* | | Added `chain` tests & minor fixes | obscuren | 2014-11-19 | 2 | -8/+8 |
* | | update imports order per goimports | Taylor Gerring | 2014-11-16 | 1 | -1/+2 |
* | | Merge branch 'develop' of https://github.com/tgerring/go-ethereum | Taylor Gerring | 2014-11-15 | 2 | -21/+54 |
|/ | |||||
* | Transaction execution fixes | obscuren | 2014-11-12 | 3 | -4/+4 |
* | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 2 | -6/+6 |
* | debugging code | obscuren | 2014-11-11 | 2 | -4/+21 |
* | Removed debug print | obscuren | 2014-11-04 | 1 | -1/+0 |
* | Added storage root to dump | obscuren | 2014-11-04 | 2 | -1/+7 |
* | Compress data on db level. Closes #174 | obscuren | 2014-11-03 | 1 | -14/+2 |
* | all: fix rename breakage | Felix Lange | 2014-11-01 | 1 | -2/+2 |
* | ethtrie => trie | obscuren | 2014-10-31 | 2 | -10/+10 |
* | ethstate => state | obscuren | 2014-10-31 | 7 | -0/+859 |