..
privacy
Merge pull request #689 from gzliudan/fix-st1005
2024-10-25 15:28:07 +08:00
runtime
all: new empty trie with types.EmptyRootHash instead of null ( #27230 )
2025-02-07 13:04:45 +08:00
testdata
core/vm, protocol_params: implement eip-2565 modexp repricing ( #21607 )
2024-10-17 10:36:53 +08:00
access_list_tracer.go
eth/tracers/logger: remove unnecessary comparisons in accessList.equal ( #24663 )
2024-11-01 11:36:53 +08:00
analysis.go
core/vm: clarify comment ( #27045 )
2025-02-05 18:16:17 +08:00
analysis_test.go
core/vm: reverse bit order in bytes of code bitmap ( #24120 )
2024-03-01 14:13:24 +08:00
common.go
all: get rid of custom MaxUint64 and MaxUint64 ( #30636 )
2024-12-28 09:06:31 +08:00
contract.go
core/vm: avoid map lookups for accessing jumpdest analysis ( #21411 )
2024-09-21 22:01:56 +08:00
contracts.go
common: drop BigMin and BigMax, they pollute our dep graph ( #30645 )
2024-12-28 09:06:31 +08:00
contracts_fuzz_test.go
tests/fuzzers: move fuzzers into native packages ( #28467 )
2024-12-28 09:06:31 +08:00
contracts_test.go
all: fix warning of DeepEqual on error #23624 ( #960 )
2025-04-24 18:31:47 +08:00
doc.go
core/vm: remove JIT VM codes ( #16362 )
2018-03-26 13:48:04 +03:00
eips.go
core/vm: BLOBHASH opcode 0x49 ( #27356 )
2025-02-11 18:31:30 +08:00
errors.go
core/vm: implement EIP-3860: Limit and meter initcode ( #23847 )
2024-11-01 11:36:53 +08:00
evm.go
core/vm: fix invalid merkle root caused by PR #627 ( #1033 )
2025-05-14 16:47:53 +08:00
gas.go
core/vm: use uint256 in EVM implementation ( #20787 )
2024-03-01 14:13:23 +08:00
gas_table.go
core/vm: implement EIP-5656, mcopy instruction ( #26181 )
2025-02-06 16:54:19 +08:00
gas_table_test.go
all: new empty trie with types.EmptyRootHash instead of null ( #27230 )
2025-02-07 13:04:45 +08:00
gen_structlog.go
core/vm: make structlog/json-log stack hex again ( #28628 )
2024-12-28 09:06:31 +08:00
instructions.go
core/vm: minor code formatting #28199 ( #1235 )
2025-07-17 17:53:02 +08:00
instructions_test.go
core/vm: BLOBHASH opcode 0x49 ( #27356 )
2025-02-11 18:31:30 +08:00
interface.go
core/state, core/vm: implement EIP 6780 ( #27189 )
2025-02-07 14:52:29 +08:00
interpreter.go
core/vm: enable cancun instruction set
2025-02-19 14:20:45 +08:00
jump_table.go
core/vm: enable cancun instruction set
2025-02-19 14:20:45 +08:00
jump_table_export.go
core/vm: define cancun + enable 1153 (tstore/tload) in cancun ( #27663 )
2025-02-05 18:16:17 +08:00
jump_table_test.go
core/vm: deepcopy jumptable when enabling extra eips ( #26137 )
2024-10-17 11:23:04 +08:00
logger.go
build: add imports for go generate tools ( #24682 )
2025-01-20 11:52:59 +08:00
logger_json.go
support for golang tracers + add golang callTracer ( #558 )
2024-08-06 00:14:04 -07:00
logger_test.go
all: split vm.Context into BlockContext and TxContext ( #21672 )
2024-09-21 22:18:10 +08:00
memory.go
core/vm: implement EIP-5656, mcopy instruction ( #26181 )
2025-02-06 16:54:19 +08:00
memory_table.go
core/vm: implement EIP-5656, mcopy instruction ( #26181 )
2025-02-06 16:54:19 +08:00
memory_test.go
core/vm: implement EIP-5656, mcopy instruction ( #26181 )
2025-02-06 16:54:19 +08:00
opcodes.go
core/vm: BLOBHASH opcode 0x49 ( #27356 )
2025-02-11 18:31:30 +08:00
operations_acl.go
core: replace suicide with selfdestruct to improve code consistency ( #27716 )
2025-01-24 16:54:12 +08:00
stack.go
core/vm: less allocations for various call variants ( #21222 )
2024-09-22 18:42:11 +08:00
stack_table.go
new EVM Upgrade
2021-09-21 16:53:46 +05:30
XDCx_price.go
new EVM Upgrade
2021-09-21 16:53:46 +05:30