aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/evm.go
Commit message (Expand)AuthorAgeFilesLines
* 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