aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm_env.go
Commit message (Expand)AuthorAgeFilesLines
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-17/+0
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-101/+0
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-1/+1
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-18/+19
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-4/+4
* core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-221-14/+0
* Revert "test, cmd/evm, core, core/vm: illegal code hash implementation"Péter Szilágyi2016-06-291-6/+0
* Revert "core: add voting and result tracking for the dao soft-fork"Péter Szilágyi2016-06-291-7/+3
* Revert "core: update DAO soft-fork number, clean up the code"Péter Szilágyi2016-06-291-0/+4
* core: update DAO soft-fork number, clean up the codePéter Szilágyi2016-06-231-4/+0
* core: add voting and result tracking for the dao soft-forkPéter Szilágyi2016-06-231-3/+7
* test, cmd/evm, core, core/vm: illegal code hash implementationJeffrey Wilcke2016-06-221-0/+6
* core: improved chainDb using sequential keyszsfelfoldi2016-06-071-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-16/+13
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-17/+24
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-1/+5
* core: various typosLeif Jurvetson2016-03-161-1/+1
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-0/+4
* core/vm/runtime: simplified runtime calling mechanismJeffrey Wilcke2016-02-111-12/+24
* core, tests: get_hash fixJeffrey Wilcke2015-10-211-2/+4
* core, core/vm, cmd/evm: remove redundant balance checkGustav Simonsson2015-10-061-2/+2
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-2/+2
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-15/+19
* Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-251-1/+1
* core, tests: reduced state copy by N callsJeffrey Wilcke2015-08-071-0/+4
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* Use uint64 for block header timestampGustav Simonsson2015-06-301-1/+1
* core/types: make blocks immutableFelix Lange2015-06-301-17/+17
* core, core/vm: added structure loggingobscuren2015-06-101-0/+11
* Changed how logs are being recordedobscuren2015-04-081-1/+1
* Cleanup VMobscuren2015-03-291-7/+3
* Cleaned up changesobscuren2015-03-241-3/+3
* moved state and vm to coreobscuren2015-03-231-2/+2
* Fixed VM & Tests w/ conversionobscuren2015-03-171-2/+2
* core: actually convert transaction poolFelix Lange2015-03-171-1/+1
* converted vmobscuren2015-03-171-18/+19
* updated vm envobscuren2015-03-171-16/+17
* Added (disabled) Jit validationobscuren2015-02-011-0/+4
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-3/+10
* Closure => Contextobscuren2015-01-021-3/+3
* Refactored block & Transactionobscuren2014-12-231-6/+6
* Cleaned up objectsobscuren2014-12-191-3/+1
* Created generic message (easy for testing)obscuren2014-12-181-5/+5
* Log is now interfaceobscuren2014-12-041-1/+1
* Renamed State => StateDBobscuren2014-12-041-3/+3
* Renamed `chain` => `core`obscuren2014-12-041-0/+63