aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/interpreter.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-3/+3
* core/vm: reuse Keccak-256 hashes across opcode executions (#17863)Péter Szilágyi2018-10-081-1/+15
* core/vm: add switches to select evm+ewasm interpreters (#17687)Guillaume Ballet2018-09-201-0/+5
* core/vm: Hide read only flag from Interpreter interface (#17461)Paweł Bylica2018-09-081-16/+9
* core/vm: support for multiple interpreters (#17093)Guillaume Ballet2018-07-251-7/+46
* core/vm: reuse bigint pools across transactions (#17070)Guillaume Ballet2018-07-031-1/+11
* core/vm: Fixed typos in core/vm/interpreter.gohydai2018-03-271-2/+2
* core/vm: remove JIT VM codes (#16362)hydai2018-03-261-5/+1
* cmd/evm, core/vm, internal/ethapi: don't disable call gas meteringPéter Szilágyi2018-03-051-10/+5
* core, vm, common: define constantinople fork + shift (#16045)Martin Holst Swende2018-02-231-0/+2
* core/vm: remove unused hashing (#16075)ferhat elmas2018-02-141-7/+0
* cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-211-6/+11
* core/vm: Remove snapshot param from Interpreter.Run()Paweł Bylica2017-12-151-3/+3
* core/vm: track 63/64 call gas off stack (#15563)Felix Lange2017-11-291-18/+10
* build: enable unconvert linter (#15456)ferhat elmas2017-11-111-2/+2
* core/vm: check opcode stack before readonly enforcementPéter Szilágyi2017-10-141-13/+10
* core/vm: standard vm traces (#15035)cdetrio2017-09-221-3/+19
* consensus, core, params: rebrand Metro to ByzantiumPéter Szilágyi2017-09-141-3/+3
* core/vm: fix typo in method documentation (#15019)Ti Zhou2017-08-221-1/+1
* core/vm: rework reversion to work on a higher levelPéter Szilágyi2017-08-171-8/+6
* core/vm: implement REVERT metropolis opcodeJeffrey Wilcke2017-08-161-0/+4
* core/vm: polish RETURNDATA, add missing returns to CALL*Péter Szilágyi2017-08-161-5/+4
* core/vm: implement RETURNDATA metropolis opcodesJeffrey Wilcke2017-08-161-4/+10
* core/vm: minor polishes, fix STATICCALL for precompilesPéter Szilágyi2017-08-151-4/+3
* core/vm: implement metropolis static call opcodeJeffrey Wilcke2017-08-151-0/+16
* core/vm: fix typo in comment (#14894)evgk2017-08-041-1/+1
* core/vm: remove logging and add section labels to struct logs (#14782)Felix Lange2017-07-191-11/+0
* core: fix minor accidental typos and comment errorsPéter Szilágyi2017-05-251-1/+1
* core/vm: improve error message for invalid opcodesValentin Wüstholz2017-05-221-1/+1
* consensus, core, core/vm, parems: review fixesJeffrey Wilcke2017-05-181-6/+6
* consensus, core/*, params: metropolis preparation refactorJeffrey Wilcke2017-05-181-30/+50
* core/vm: use uint64 instead of *big.Int in tracer (#3805)Yohann Leon2017-03-221-6/+2
* all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-281-6/+2
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-9/+8
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-0/+208
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-208/+0
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-0/+208