aboutsummaryrefslogtreecommitdiffstats
path: root/vm
Commit message (Collapse)AuthorAgeFilesLines
* Sign extobscuren2014-11-031-1/+1
|
* Signextendobscuren2014-11-011-0/+14
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-11-011-18/+18
|\
| * chain, tests/helper, vm: make tests compileFelix Lange2014-11-011-1/+1
| | | | | | | | They were broken by df5603de0a34e80a1, when vm.Log became ethstate.Log.
| * all: fix rename breakageFelix Lange2014-11-011-17/+17
| |
* | Re-org op codesobscuren2014-11-013-153/+163
|/
* ethstate => stateobscuren2014-10-315-32/+32
|
* ethlog => loggerobscuren2014-10-311-2/+2
|
* ethcrypto => cryptoobscuren2014-10-313-10/+10
|
* Moved logging to state, proper structured blockobscuren2014-10-303-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-testsJeffrey Wilcke2014-10-301-19/+35
|\ | | | | Fix the tests
| * vm: fix basic VM testsFelix Lange2014-10-301-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 updatesobscuren2014-10-292-4/+33
| | | | | | | | | | | | * Bloom * Block restructure * Receipts
* | Added missing requires on SSTORE SLOADobscuren2014-10-282-12/+17
| |
* | Refund SSTORE properlyobscuren2014-10-281-1/+2
|/
* Implemented LOG. Closes #159obscuren2014-10-277-9/+59
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-2310-21/+21
| | | | mist, etheruem have been moved to cmd/
* Chnged to use GetOp instead & added error + checkingobscuren2014-10-233-5/+56
|
* All Stack requirements are now checked prior to reduring gas.obscuren2014-10-231-37/+19
|
* Updated the VM & VM testsobscuren2014-10-235-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 recoverobscuren2014-10-231-2/+3
|
* added a transfer method to vm envobscuren2014-10-223-9/+29
|
* Renamed block_chain to chain_managerobscuren2014-10-201-1/+1
|
* Moved ethvm => vmobscuren2014-10-1814-0/+2708