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.
Felix Lange
aac621987e
core/asm: delete assembler/disassembler ( #31211 )
...
I maintain an improved version of the go-ethereum assembler at
https://github.com/fjl/geas . We don't really use core/asm in our tests,
and it has some bugs that prevent it from being useful, so I'm removing
the package.
6 days ago
..
program
all: update license comments and AUTHORS ( #31133 )
3 weeks ago
runtime
core/asm: delete assembler/disassembler ( #31211 )
6 days ago
testdata
core/vm: implement EIP-2537 spec updates ( #30978 )
1 month ago
analysis_eof.go
core/vm, cmd/evm: implement eof validation ( #30418 )
5 months ago
analysis_legacy.go
core/vm, cmd/evm: implement eof validation ( #30418 )
5 months ago
analysis_legacy_test.go
core/vm, cmd/evm: implement eof validation ( #30418 )
5 months ago
common.go
all: get rid of custom MaxUint64 and MaxUint64 ( #30636 )
4 months ago
contract.go
core/vm: clean up EVM environmental structure ( #31061 )
1 week ago
contracts.go
core/vm: implement EIP-2537 spec updates ( #30978 )
1 month ago
contracts_fuzz_test.go
eth/tracers: live chain tracing with hooks ( #29189 )
11 months ago
contracts_test.go
core/vm: implement EIP-2537 spec updates ( #30978 )
1 month ago
doc.go
…
eips.go
core/vm: clean up EVM environmental structure ( #31061 )
1 week ago
eof.go
all: typos in comments ( #30779 )
3 months ago
eof_control_flow.go
all: update license comments and AUTHORS ( #31133 )
3 weeks ago
eof_immediates.go
core/vm, cmd/evm: implement eof validation ( #30418 )
5 months ago
eof_instructions.go
core/vm, cmd/evm: implement eof validation ( #30418 )
5 months ago
eof_test.go
all: update license comments and AUTHORS ( #31133 )
3 weeks ago
eof_validation.go
all: fix some typos in comments and names ( #31023 )
1 month ago
eof_validation_test.go
chore: fix various comments ( #31082 )
4 weeks ago
errors.go
build: update to golangci-lint 1.61.0 ( #30587 )
4 months ago
evm.go
core/vm: clean up EVM environmental structure ( #31061 )
1 week ago
gas.go
core/vm, cmd/evm: implement eof validation ( #30418 )
5 months ago
gas_table.go
core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag ( #31036 )
4 weeks ago
gas_table_test.go
core/vm: clean up EVM environmental structure ( #31061 )
1 week ago
instructions.go
core/vm: clean up EVM environmental structure ( #31061 )
1 week ago
instructions_test.go
core/vm: clean up EVM environmental structure ( #31061 )
1 week ago
interface.go
core/vm: clean up EVM environmental structure ( #31061 )
1 week ago
interpreter.go
core/vm: simplify tracer hook invocation in interpreter loop ( #31074 )
3 weeks ago
interpreter_test.go
core/vm: clean up EVM environmental structure ( #31061 )
1 week ago
jump_table.go
all: implement eip-7702 set code tx ( #30078 )
2 months ago
jump_table_export.go
params: start osaka fork ( #31125 )
3 weeks ago
jump_table_test.go
all: update license comments and AUTHORS ( #31133 )
3 weeks 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 )
5 months ago
memory_test.go
all: update license comments and AUTHORS ( #31133 )
3 weeks ago
opcodes.go
core/vm: make all opcodes proper type ( #30925 )
2 months 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 )
4 weeks ago
stack.go
core/vm: improved stack swap performance ( #30249 )
7 months ago
stack_table.go
…