erigon-pulse/core/vm
Evgeny Danilenko 7352b81122
Tevm stage 1 (#1845)
* convert contracts after block execution

* check if has tevm code

* after review-1

* handle ErrNotFound

* typo

* tests

* tevm code bucket

* testdata

* execute pre-stage

* after merge

* test fix

* test fix

* fix test after merge

* disable translation stage

* after merge

* rename params

* rename to Erigon

* parallelize EVM translation

* fix

* logging and fixes

* fix

* todos

* cleanup

* revert erigorn renaming

* unwind

* tevm unwind

* fix AppData

* non-parallel version

* comments
2021-05-27 14:54:55 +01:00
..
runtime Tevm stage 1 (#1845) 2021-05-27 14:54:55 +01:00
stack geth 1.9.18 post-rebase fixups 2020-08-08 17:33:35 +02:00
testdata core/vm, protocol_params: implement eip-2565 modexp repricing (#21607) 2021-03-08 11:44:39 +01:00
absint_cfg_proof_check.go CFG analysis (#1327) 2020-10-30 12:24:14 +00:00
absint_cfg_proof_gen.go CFG analysis (#1327) 2020-10-30 12:24:14 +00:00
absint_cfg.go CFG analysis (#1327) 2020-10-30 12:24:14 +00:00
analysis_test.go Tevm stage 1 (#1845) 2021-05-27 14:54:55 +01:00
analysis.go Snapshot sync headers stage (#1836) 2021-05-08 09:45:40 +01:00
common.go rename (#1978) 2021-05-20 19:25:53 +01:00
contract.go Tevm stage 1 (#1845) 2021-05-27 14:54:55 +01:00
contracts_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
contracts.go rename (#1978) 2021-05-20 19:25:53 +01:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go rename (#1978) 2021-05-20 19:25:53 +01:00
errors.go Support for Baikal devnet (#1853) 2021-05-02 10:34:19 +01:00
evm.go Tevm stage 1 (#1845) 2021-05-27 14:54:55 +01:00
gas_table_test.go Tevm stage 1 (#1845) 2021-05-27 14:54:55 +01:00
gas_table.go rename (#1978) 2021-05-20 19:25:53 +01:00
gas.go all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
gen_structlog.go rename (#1978) 2021-05-20 19:25:53 +01:00
instructions_test.go Tevm stage 1 (#1845) 2021-05-27 14:54:55 +01:00
instructions.go rename (#1978) 2021-05-20 19:25:53 +01:00
interface.go rename (#1978) 2021-05-20 19:25:53 +01:00
interpreter.go Tevm stage 1 (#1845) 2021-05-27 14:54:55 +01:00
jump_table.go Activate refund reduction EIP, simplify code (#2016) 2021-05-25 23:26:25 +01:00
logger_json.go rename (#1978) 2021-05-20 19:25:53 +01:00
logger_test.go Tevm stage 1 (#1845) 2021-05-27 14:54:55 +01:00
logger.go rename (#1978) 2021-05-20 19:25:53 +01:00
memory_table.go rename (#1978) 2021-05-20 19:25:53 +01:00
memory.go Use uint256 in EVM implementation (kudos to Pawel Bylica) (#551) 2020-05-18 08:10:59 +01:00
opcodes.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
operations_acl.go rename (#1978) 2021-05-20 19:25:53 +01:00
stack_table.go rename (#1978) 2021-05-20 19:25:53 +01:00
tevm_interpreter.go Tevm stage 1 (#1845) 2021-05-27 14:54:55 +01:00