Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Guillaume Ballet
52766bedb9
core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag ( #31036 )
...
Same as #31015 but requires the contract to exist. Not compatible with
any verkle testnet up to now.
This adds a `isSytemCall` flag so that it is possible to detect when a
system call is executed, so that the code execution and other locations
are not added to the witness.
---------
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Co-authored-by: Ignacio Hagopian <jsign.uy@gmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
2 days ago
..
program
all: fix some typos in comments and names ( #31023 )
2 weeks ago
runtime
all: implement eip-7702 set code tx ( #30078 )
2 months ago
testdata
core/vm: implement EIP-2537 spec updates ( #30978 )
7 days ago
analysis_eof.go
core/vm, cmd/evm: implement eof validation ( #30418 )
4 months ago
analysis_legacy.go
core/vm, cmd/evm: implement eof validation ( #30418 )
4 months ago
analysis_legacy_test.go
core/vm, cmd/evm: implement eof validation ( #30418 )
4 months ago
common.go
all: get rid of custom MaxUint64 and MaxUint64 ( #30636 )
3 months ago
contract.go
core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag ( #31036 )
2 days ago
contracts.go
core/vm: implement EIP-2537 spec updates ( #30978 )
7 days ago
contracts_fuzz_test.go
eth/tracers: live chain tracing with hooks ( #29189 )
10 months ago
contracts_test.go
core/vm: implement EIP-2537 spec updates ( #30978 )
7 days ago
doc.go
core/vm: remove JIT VM codes ( #16362 )
7 years ago
eips.go
core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag ( #31036 )
2 days ago
eof.go
all: typos in comments ( #30779 )
2 months ago
eof_control_flow.go
core/vm, cmd/evm: implement eof validation ( #30418 )
4 months ago
eof_immediates.go
core/vm, cmd/evm: implement eof validation ( #30418 )
4 months ago
eof_instructions.go
core/vm, cmd/evm: implement eof validation ( #30418 )
4 months ago
eof_test.go
core/vm: remove debug printout in eof test ( #30665 )
3 months ago
eof_validation.go
all: fix some typos in comments and names ( #31023 )
2 weeks ago
eof_validation_test.go
chore: fix various comments ( #31082 )
3 days ago
errors.go
build: update to golangci-lint 1.61.0 ( #30587 )
4 months ago
evm.go
core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag ( #31036 )
2 days ago
gas.go
core/vm, cmd/evm: implement eof validation ( #30418 )
4 months ago
gas_table.go
core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag ( #31036 )
2 days ago
gas_table_test.go
core, eth, internal, cmd: rework EVM constructor ( #30745 )
2 months ago
instructions.go
core/vm: remove unnecessary comment ( #30887 )
2 months ago
instructions_test.go
core, eth, internal, cmd: rework EVM constructor ( #30745 )
2 months ago
interface.go
core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag ( #31036 )
2 days ago
interpreter.go
core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag ( #31036 )
2 days ago
interpreter_test.go
core, eth, internal, cmd: rework EVM constructor ( #30745 )
2 months ago
jump_table.go
all: implement eip-7702 set code tx ( #30078 )
2 months ago
jump_table_export.go
core: fix typos ( #28255 )
1 year ago
jump_table_test.go
all: fix typos in comments ( #28881 )
1 year ago
memory.go
core/vm, go.mod: update uint256 and use faster method to write to memory ( #30868 )
2 months ago
memory_table.go
core/vm, cmd/evm: implement eof validation ( #30418 )
4 months ago
memory_test.go
core/vm: implement EIP-5656, mcopy instruction ( #26181 )
2 years ago
opcodes.go
core/vm: make all opcodes proper type ( #30925 )
1 month ago
operations_acl.go
all: implement eip-7702 set code tx ( #30078 )
2 months ago
operations_verkle.go
core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag ( #31036 )
2 days ago
stack.go
core/vm: improved stack swap performance ( #30249 )
6 months ago
stack_table.go
core/vm: 64 bit memory and gas calculations ( #19210 )
6 years ago