erigon-pulse/core/vm
ledgerwatch 387b4d7f35
Native tracers step 10 - remove duplicate SelfDestruct capture, clean up (#6440)
Moved some of the tracers to `eth/tracers/logger` to make it more
similar to go-ethereum.

Removed Erigon-specific `Capture-` functions

Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro-2.local>
2022-12-26 04:56:39 +00:00
..
evmtypes Native tracers step 10 - remove duplicate SelfDestruct capture, clean up (#6440) 2022-12-26 04:56:39 +00:00
lightclient [BSC] support for Moran fork (#5696) 2022-10-11 13:33:32 +01:00
runtime Native tracers step 10 - remove duplicate SelfDestruct capture, clean up (#6440) 2022-12-26 04:56:39 +00:00
stack Refactoring To Increase Code Quality (#4842) 2022-08-04 20:23:00 +07: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 core/vm: Simplify error handling in interpreter loop (#6394) 2022-12-21 11:57:53 +01:00
absint_cfg_proof_gen.go core/vm: Simplify error handling in interpreter loop (#6394) 2022-12-21 11:57:53 +01:00
absint_cfg.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
analysis_test.go Cleanup Tevm experimental code (#5259) 2022-09-01 19:49:29 +01:00
analysis.go Snapshot sync headers stage (#1836) 2021-05-08 09:45:40 +01:00
common.go EIP-3860: Limit and meter initcode (#5892) 2022-10-31 13:40:41 +01:00
contract.go core/vm: simplify op lookup in contract (#6370) 2022-12-19 14:10:45 +01:00
contracts_lightclient_test.go [BSC] support for Moran fork (#5696) 2022-10-11 13:33:32 +01:00
contracts_lightclient.go [BSC] support for Moran fork (#5696) 2022-10-11 13:33:32 +01:00
contracts_test.go up linter version (#4108) 2022-05-10 10:14:09 +07:00
contracts.go Optimize modexp (#6247) 2022-12-08 06:43:40 +00:00
cvm_adapter.go Remove Ropsten & Fermion (#6262) 2022-12-10 22:55:31 +00:00
cvm_test.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
cvm.go E3: fix unwind changes visibility (#6147) 2022-11-30 08:31:13 +07:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go core/vm: derive maxStack from numPop & numPush (#6397) 2022-12-21 14:55:00 +01:00
errors.go core/vm: Simplify error handling in interpreter loop (#6394) 2022-12-21 11:57:53 +01:00
evm_test.go E3: fix unwind changes visibility (#6147) 2022-11-30 08:31:13 +07:00
evm.go Native tracers step 9 - add native tracers (#6434) 2022-12-25 07:28:41 +00:00
gas_table_test.go Shanghai & Cancun forks should be based on timestamp (#6238) 2022-12-07 18:45:44 +01:00
gas_table.go Native tracers step 10 - remove duplicate SelfDestruct capture, clean up (#6440) 2022-12-26 04:56:39 +00:00
gas.go all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
instructions_test.go E3: fix unwind changes visibility (#6147) 2022-11-30 08:31:13 +07:00
instructions.go Native tracers step 10 - remove duplicate SelfDestruct capture, clean up (#6440) 2022-12-26 04:56:39 +00:00
interface.go E3: fix unwind changes visibility (#6147) 2022-11-30 08:31:13 +07:00
interpreter.go Native tracers step 6: Rename Tracer to EVMLogger, reduce args CaptureExit (#6410) 2022-12-23 05:43:08 +00:00
jump_table.go Native tracers step 10 - remove duplicate SelfDestruct capture, clean up (#6440) 2022-12-26 04:56:39 +00:00
logger.go Native tracers step 10 - remove duplicate SelfDestruct capture, clean up (#6440) 2022-12-26 04:56:39 +00:00
memory_table.go core/vm: Rename SHA3 instruction to KECCAK256 (#5890) 2022-10-28 13:38:34 +02:00
memory.go Native tracers step 7 - restructure js tracer files (#6415) 2022-12-23 18:10:37 +00:00
mock_vm.go Cleanup Tevm experimental code (#5259) 2022-09-01 19:49:29 +01:00
opcodes.go core/vm: remove unused 'unofficial' opcodes (#6371) 2022-12-19 14:47:29 +01:00
operations_acl.go Native tracers step 10 - remove duplicate SelfDestruct capture, clean up (#6440) 2022-12-26 04:56:39 +00:00
stack_table.go core/vm: derive maxStack from numPop & numPush (#6397) 2022-12-21 14:55:00 +01:00