aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/common.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-2/+2
* core/vm: optimize copy-less data retrievalsPéter Szilágyi2017-08-141-1/+15
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-1/+1
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-8/+12
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-67/+11
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-11/+67
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-67/+11
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-5/+0
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-14/+0
* core/vm, rpc/api: renamed to debug.replayTransaction, migrated to new RPC, in...Peter Pratscher2016-02-021-0/+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-12/+43
* 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
* basic glogobscuren2015-04-041-4/+2
* Read most protocol params from common/params.jsonGustav Simonsson2015-04-021-2/+0
* Cleanup VM.obscuren2015-03-291-0/+1
* Cleanup VMobscuren2015-03-291-0/+10
* moved state and vm to coreobscuren2015-03-231-0/+82