Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sign ext | obscuren | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | Signextend | obscuren | 2014-11-01 | 1 | -0/+14 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-11-01 | 1 | -18/+18 |
|\ | |||||
| * | chain, tests/helper, vm: make tests compile | Felix Lange | 2014-11-01 | 1 | -1/+1 |
| | | | | | | | | They were broken by df5603de0a34e80a1, when vm.Log became ethstate.Log. | ||||
| * | all: fix rename breakage | Felix Lange | 2014-11-01 | 1 | -17/+17 |
| | | |||||
* | | Re-org op codes | obscuren | 2014-11-01 | 3 | -153/+163 |
|/ | |||||
* | ethstate => state | obscuren | 2014-10-31 | 5 | -32/+32 |
| | |||||
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | ethcrypto => crypto | obscuren | 2014-10-31 | 3 | -10/+10 |
| | |||||
* | Moved logging to state, proper structured block | obscuren | 2014-10-30 | 3 | -40/+7 |
| | | | | | | * Moved logs to state so it's subject to snapshotting * Split up block header * Removed logs from transactions and made them receipts only | ||||
* | Merge pull request #168 from fjl/feature/working-tests | Jeffrey Wilcke | 2014-10-30 | 1 | -19/+35 |
|\ | | | | | Fix the tests | ||||
| * | vm: fix basic VM tests | Felix Lange | 2014-10-30 | 1 | -19/+35 |
| | | | | | | | | | | | | | | | | | | The tests now compile and won't panic for unexpected return values. We need a recent-enough version of the mutan compiler because of the new JUMPDEST requirements. Skip some tests if the installed mutan version is too old. The debug VM test still fails, probably because of an implementation bug. | ||||
* | | PoC 7 updates | obscuren | 2014-10-29 | 2 | -4/+33 |
| | | | | | | | | | | | | * Bloom * Block restructure * Receipts | ||||
* | | Added missing requires on SSTORE SLOAD | obscuren | 2014-10-28 | 2 | -12/+17 |
| | | |||||
* | | Refund SSTORE properly | obscuren | 2014-10-28 | 1 | -1/+2 |
|/ | |||||
* | Implemented LOG. Closes #159 | obscuren | 2014-10-27 | 7 | -9/+59 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 10 | -21/+21 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Chnged to use GetOp instead & added error + checking | obscuren | 2014-10-23 | 3 | -5/+56 |
| | |||||
* | 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 | 5 | -18/+9 |
| | | | | | | * 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 |
| | |||||
* | added a transfer method to vm env | obscuren | 2014-10-22 | 3 | -9/+29 |
| | |||||
* | Renamed block_chain to chain_manager | obscuren | 2014-10-20 | 1 | -1/+1 |
| | |||||
* | Moved ethvm => vm | obscuren | 2014-10-18 | 14 | -0/+2708 |