| Commit message (Expand) | Author | Age | Files | Lines |
* | ethstate => state | obscuren | 2014-10-31 | 8 | -859/+0 |
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -2/+2 |
* | ethcrypto => crypto | obscuren | 2014-10-31 | 1 | -2/+2 |
* | Moved logging to state, proper structured block | obscuren | 2014-10-30 | 2 | -0/+57 |
* | Refund SSTORE properly | obscuren | 2014-10-28 | 1 | -1/+25 |
* | Added generic add balance method | obscuren | 2014-10-27 | 1 | -0/+7 |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 4 | -10/+10 |
* | added a transfer method to vm env | obscuren | 2014-10-22 | 3 | -20/+24 |
* | Use the state instead of the state object directly. | obscuren | 2014-10-16 | 2 | -0/+29 |
* | Fixed remote Arithmetic tests | obscuren | 2014-10-15 | 2 | -6/+13 |
* | Couple of minor issues fixed | obscuren | 2014-10-15 | 1 | -1/+5 |
* | Renamed Sha3Bin to Sha3 | obscuren | 2014-10-08 | 1 | -1/+1 |
* | Minor tweaks for poc7 | obscuren | 2014-10-08 | 1 | -6/+8 |
* | Improved catching up and refactored | obscuren | 2014-09-15 | 3 | -8/+14 |
* | Added GetCode method | obscuren | 2014-09-08 | 2 | -1/+14 |
* | Implemented POST | obscuren | 2014-08-25 | 1 | -0/+6 |
* | Changed log statements | obscuren | 2014-08-22 | 1 | -1/+1 |
* | Removed the "Get" part | obscuren | 2014-08-18 | 1 | -1/+2 |
* | Dump bytes instead of strings | obscuren | 2014-08-17 | 1 | -2/+2 |
* | Added message to closure && added change addresses | obscuren | 2014-08-15 | 2 | -24/+8 |
* | Removed old code | obscuren | 2014-08-15 | 1 | -1/+2 |
* | Updated chain for filtering | obscuren | 2014-08-11 | 1 | -41/+4 |
* | Added bloom filter & block filter methods | obscuren | 2014-08-11 | 1 | -0/+67 |
* | Added state dump method | obscuren | 2014-08-06 | 1 | -0/+47 |
* | ethstate.NewState => ethstate.New | obscuren | 2014-08-04 | 3 | -7/+8 |
* | ethtrie.NewTrie => ethtrie.New | obscuren | 2014-08-04 | 1 | -21/+3 |
* | Old code removed and renamed amount to balance | obscuren | 2014-07-30 | 2 | -21/+23 |
* | Refactored to new state and vm | obscuren | 2014-07-24 | 2 | -50/+46 |
* | Minor improvements and fixes to the new vm structure | obscuren | 2014-07-22 | 1 | -1/+1 |
* | Refactored state, state object and vm | obscuren | 2014-07-22 | 5 | -0/+656 |