aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/gas_table.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-3/+3
* core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486)Martin Holst Swende2019-01-301-1/+3
* core/vm: SHA3 word cost for CREATE2 (#17812)Martin Holst Swende2018-10-051-0/+11
* core, params: polish net gas metering PR a bitPéter Szilágyi2018-09-181-63/+54
* core,state: finish implementing Eip 1283Martin Holst Swende2018-09-181-16/+13
* core, state: initial implementation of Eip-1283Martin Holst Swende2018-09-181-1/+58
* core/vm, params: implement EXTCODEHASH opcode (#17202)gary rong2018-07-241-0/+4
* core, crypto, params: implement CREATE2 evm instrction (#17196)gary rong2018-07-241-0/+12
* common: improve documentation comments (#16701)kiel barry2018-05-291-3/+3
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-4/+2
* core/vm: track 63/64 call gas off stack (#15563)Felix Lange2017-11-291-38/+8
* consensus, core, params: rebrand Metro to ByzantiumPéter Szilágyi2017-09-141-1/+1
* core/vm: avoid state lookup during gas calc for call (#15061)Martin Holst Swende2017-09-041-1/+1
* core/vm: rework reversion to work on a higher levelPéter Szilágyi2017-08-171-0/+4
* core/vm: polish RETURNDATA, add missing returns to CALL*Péter Szilágyi2017-08-161-1/+1
* core/vm: implement RETURNDATA metropolis opcodesJeffrey Wilcke2017-08-161-0/+26
* core/vm: implement metropolis static call opcodeJeffrey Wilcke2017-08-151-0/+27
* core/vm: fix overflow in gas calculation formulaMartin Holst Swende2017-06-281-6/+10
* all: update license informationFelix Lange2017-04-141-0/+16
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-3/+3
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-124/+294
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-294/+124
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-124/+294
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-0/+246