go-ethereum/core/vm
Zhang Zhuo 2d9d48d463
fix(trace): record account proof for ErrContractAddressCollision (#488)
* fix(trace): record account proof for ErrContractAddressCollision

* bump version

* fix memory reading

* bump version

---------

Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
2023-09-04 04:05:42 +00:00
..
runtime feat: return keccak(chainId || height) for BLOCKHASH opcode (#359) 2023-06-14 13:11:31 -07:00
testdata feat(core/vm): modexp precompiled support also less than 32-bytes inputs (#393) 2023-07-10 22:04:14 +08:00
access_list_tracer.go feat: add more data into the execution trace (#20) 2022-02-21 10:15:57 +08:00
analysis.go core/vm: faster code analysis (#23381) 2021-08-24 10:00:10 +03:00
analysis_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
common.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
contract.go feat: dual code hash (#188) 2023-02-08 16:12:41 -08:00
contracts.go fix(modexp): disallow len of 0x8000000000000000000000000000000000000000000… (#496) 2023-08-31 10:33:31 +08:00
contracts_test.go feat(evm): limit ecPairing precompile to use up to 4 inputs (#373) 2023-06-29 09:22:48 +02:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) (#318) 2023-05-18 12:11:53 +02:00
errors.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) (#318) 2023-05-18 12:11:53 +02:00
evm.go fix: use FeeVault address in the EVM BlockContext (#473) 2023-08-19 14:01:14 +02:00
gas.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
gas_table.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) (#318) 2023-05-18 12:11:53 +02:00
gas_table_test.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) (#318) 2023-05-18 12:11:53 +02:00
gen_structlog.go fix(api): fix debug_ API oom bug (#284) 2023-04-19 21:26:29 +08:00
instructions.go feat: return keccak(chainId || height) for BLOCKHASH opcode (#359) 2023-06-14 13:11:31 -07:00
instructions_test.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
interface.go core: implement EIP-3651, warm coinbase (#317) 2023-05-12 08:46:37 +02:00
interpreter.go fix(trace): fix memory trace size (#497) 2023-09-01 17:01:53 +08:00
jump_table.go feat: enable eip and update check (#335) 2023-05-19 21:41:58 +08:00
logger.go fix(trace): record account proof for ErrContractAddressCollision (#488) 2023-09-04 04:05:42 +00:00
logger_json.go refactor: optimize and improve tps for contract call. (#83) 2022-05-04 10:12:17 +08:00
logger_test.go feat: add more data into the execution trace (#20) 2022-02-21 10:15:57 +08:00
logger_trace.go fix(trace): fix statesAffected in traceLastNAddressAccount (#367) 2023-07-07 10:27:55 +08:00
memory.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
memory_table.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00
opcodes.go fix(trace): more consistent invalid opcode trace (#487) 2023-08-31 15:30:22 +02:00
operations_acl.go feat: disable SELFDESTRUCT opcode in l2geth (#147) 2022-08-22 14:17:57 -07:00
stack.go core,eth: call frame tracing (#23087) 2021-09-17 09:31:22 +02:00
stack_table.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00