aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/evm.go
Commit message (Expand)AuthorAgeFilesLines
* core: vm: implement RAND opcode supportWei-Ning Huang2019-04-091-0/+1
* core: vm: fix bug and add gas usageWei-Ning Huang2019-04-091-1/+1
* core: vm: add governance contract skeletonWei-Ning Huang2019-04-091-0/+3
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-3/+3
* tests, core: update tests and make STATICCALL cause touch-delete (#18187)Martin Holst Swende2018-11-291-0/+6
* core/vm: faster create/create2 (#17806)Martin Holst Swende2018-10-041-7/+20
* core/vm: add switches to select evm+ewasm interpreters (#17687)Guillaume Ballet2018-09-201-2/+20
* core/vm: Hide read only flag from Interpreter interface (#17461)Paweł Bylica2018-09-081-14/+7
* crypto: change formula for create2 (#17393)gary rong2018-08-141-1/+1
* core/vm: fix comment typo (#17319)stormpang2018-08-061-1/+1
* core/vm: support for multiple interpreters (#17093)Guillaume Ballet2018-07-251-14/+33
* core, crypto, params: implement CREATE2 evm instrction (#17196)gary rong2018-07-241-17/+31
* core/vm: clear linter warnings (#17057)Guillaume Ballet2018-06-261-1/+3
* core, eth: fix tracer dirty finalizationPéter Szilágyi2018-04-271-0/+5
* core/vm: Fixed typo in core/vm/evm.gohydai2018-03-261-3/+3
* core/vm: Fix comment typoGeorge Ornbo2018-01-161-1/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-1/+1
* cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-211-3/+24
* core/vm: Remove snapshot param from Interpreter.Run()Paweł Bylica2017-12-151-7/+7
* core/vm: track 63/64 call gas off stack (#15563)Felix Lange2017-11-291-0/+4
* params: Updated finalized gascosts for ECMUL/MODEXP (#15135)Martin Holst Swende2017-09-141-3/+3
* consensus, core, params: rebrand Metro to ByzantiumPéter Szilágyi2017-09-141-4/+4
* core/vm: Make MaxCodesize non-retroactive (#15072)Martin Holst Swende2017-09-041-1/+1
* core, tests: implement Metropolis EIP 684Péter Szilágyi2017-08-251-3/+11
* core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-1/+5
* core/vm: rework reversion to work on a higher levelPéter Szilágyi2017-08-171-16/+16
* core/vm: polish RETURNDATA, add missing returns to CALL*Péter Szilágyi2017-08-161-3/+3
* core/vm: minor polishes, fix STATICCALL for precompilesPéter Szilágyi2017-08-151-33/+30
* core/vm: implement metropolis static call opcodeJeffrey Wilcke2017-08-151-0/+45
* core/vm: polish precompile contract code, add tests and benchesPéter Szilágyi2017-08-141-7/+8
* core: add Metropolis pre-compiles (EIP 197, 198 and 213)Jeffrey Wilcke2017-08-111-2/+6
* consensus, core/*, params: metropolis preparation refactorJeffrey Wilcke2017-05-181-16/+33
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-1/+1
* core, core/state, core/vm: remove exported account getters (#3618)Jeffrey Wilcke2017-02-231-10/+8
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-0/+299
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-299/+0
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-0/+299