Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sign ext | obscuren | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | Signextend | obscuren | 2014-11-01 | 1 | -0/+14 |
| | |||||
* | Re-org op codes | obscuren | 2014-11-01 | 1 | -3/+3 |
| | |||||
* | ethstate => state | obscuren | 2014-10-31 | 1 | -17/+17 |
| | |||||
* | ethcrypto => crypto | obscuren | 2014-10-31 | 1 | -3/+3 |
| | |||||
* | Moved logging to state, proper structured block | obscuren | 2014-10-30 | 1 | -1/+2 |
| | | | | | | * Moved logs to state so it's subject to snapshotting * Split up block header * Removed logs from transactions and made them receipts only | ||||
* | PoC 7 updates | obscuren | 2014-10-29 | 1 | -2/+2 |
| | | | | | | * Bloom * Block restructure * Receipts | ||||
* | Added missing requires on SSTORE SLOAD | obscuren | 2014-10-28 | 1 | -1/+5 |
| | |||||
* | Refund SSTORE properly | obscuren | 2014-10-28 | 1 | -1/+2 |
| | |||||
* | Implemented LOG. Closes #159 | obscuren | 2014-10-27 | 1 | -6/+27 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -2/+2 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Chnged to use GetOp instead & added error + checking | obscuren | 2014-10-23 | 1 | -3/+3 |
| | |||||
* | All Stack requirements are now checked prior to reduring gas. | obscuren | 2014-10-23 | 1 | -37/+19 |
| | |||||
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 1 | -4/+1 |
| | | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env | ||||
* | Do not set error on recover | obscuren | 2014-10-23 | 1 | -2/+3 |
| | |||||
* | Renamed block_chain to chain_manager | obscuren | 2014-10-20 | 1 | -1/+1 |
| | |||||
* | Moved ethvm => vm | obscuren | 2014-10-18 | 1 | -0/+922 |