aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/environment.go
Commit message (Expand)AuthorAgeFilesLines
* eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-161-0/+2
* core: added basic chain configurationJeffrey Wilcke2016-04-011-2/+10
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-23/+12
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-3/+1
* core: various typosLeif Jurvetson2016-03-161-3/+3
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-1/+0
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-0/+4
* core/vm: resolve circular dependency to debug vm storagePéter Szilágyi2016-01-121-0/+1
* core, tests: get_hash fixJeffrey Wilcke2015-10-211-1/+1
* core, core/vm, cmd/evm: remove redundant balance checkGustav Simonsson2015-10-061-1/+1
* 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-22/+61
* 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/+1
* 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/vm: Improved error reporting for trace loggingobscuren2015-06-121-0/+1
* core, core/vm: moved logger and added gas cost to struct loggingobscuren2015-06-111-0/+1
* core/vm: documentation and name changesobscuren2015-06-101-0/+4
* core/vm, core/state: added storage to structured vm loggingobscuren2015-06-101-5/+6
* core, core/vm: added structure loggingobscuren2015-06-101-0/+10
* core/vm: cleanup and renamesobscuren2015-06-041-40/+0
* Changed how logs are being recordedobscuren2015-04-081-1/+1
* Cleaned up changesobscuren2015-03-241-2/+1
* Modified according to poc 9 changesobscuren2015-03-241-1/+1
* moved state and vm to coreobscuren2015-03-231-0/+92