Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved logging to state, proper structured block | obscuren | 2014-10-30 | 1 | -0/+19 |
| | | | | | | * 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 | 1 | -3/+3 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | added a transfer method to vm env | obscuren | 2014-10-22 | 1 | -1/+1 |
| | |||||
* | Use the state instead of the state object directly. | obscuren | 2014-10-16 | 1 | -0/+25 |
| | | | | | | | 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 | 1 | -0/+9 |
| | |||||
* | Couple of minor issues fixed | obscuren | 2014-10-15 | 1 | -1/+5 |
| | | | | | * CALLVALUE pushed incorrect value to the stack * Set execution model to closure | ||||
* | Minor tweaks for poc7 | obscuren | 2014-10-08 | 1 | -6/+8 |
| | |||||
* | Improved catching up and refactored | obscuren | 2014-09-15 | 1 | -2/+3 |
| | |||||
* | Added GetCode method | obscuren | 2014-09-08 | 1 | -0/+9 |
| | |||||
* | Changed log statements | obscuren | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | Added message to closure && added change addresses | obscuren | 2014-08-15 | 1 | -2/+0 |
| | |||||
* | Updated chain for filtering | obscuren | 2014-08-11 | 1 | -41/+4 |
| | |||||
* | ethstate.NewState => ethstate.New | obscuren | 2014-08-04 | 1 | -2/+2 |
| | |||||
* | Old code removed and renamed amount to balance | obscuren | 2014-07-30 | 1 | -2/+3 |
| | |||||
* | Refactored to new state and vm | obscuren | 2014-07-24 | 1 | -26/+26 |
| | |||||
* | Refactored state, state object and vm | obscuren | 2014-07-22 | 1 | -0/+259 |
* The State and StateObject have been moved to their own package * The VM is moved to it's own package |