Commit message (Collapse) | 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 |
| | | | | | | * Moved logs to state so it's subject to snapshotting * Split up block header * Removed logs from transactions and made them receipts only | ||||
* | 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 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | 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 |
| | | | | | | | If a state gets reset and you still hold a pointer to the previous, incorrect, state object you'll operate on the wrong object. Using the state to set/get objects and attributes you won't have this problem since the state will always have the correct object. | ||||
* | Fixed remote Arithmetic tests | obscuren | 2014-10-15 | 2 | -6/+13 |
| | |||||
* | Couple of minor issues fixed | obscuren | 2014-10-15 | 1 | -1/+5 |
| | | | | | * CALLVALUE pushed incorrect value to the stack * Set execution model to closure | ||||
* | 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 |
* The State and StateObject have been moved to their own package * The VM is moved to it's own package |