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.
jwasinger
988d84aa7c
core/state, core/vm: implement EIP 6780 ( #27189 )
...
EIP-6780: SELFDESTRUCT only in same transaction
> SELFDESTRUCT will recover all funds to the caller but not delete the account, except when called in the same transaction as creation
---------
Co-authored-by: Martin Holst Swende <martin@swende.se>
1 year ago
..
runtime
core: 4844 opcode and precompile ( #27356 )
1 year ago
testdata
go.mod: update kzg libraries to use big-endian ( #27510 )
1 year ago
analysis.go
core/vm: clarify comment ( #27045 )
2 years ago
analysis_test.go
core/vm: reverse bit order in bytes of code bitmap ( #24120 )
3 years ago
common.go
core/vm: use uint256 in EVM implementation ( #20787 )
4 years ago
contract.go
core/vm: simplify op lookup in contract ( #23974 )
3 years ago
contracts.go
core: 4844 opcode and precompile ( #27356 )
1 year ago
contracts_test.go
core: 4844 opcode and precompile ( #27356 )
1 year ago
doc.go
core/vm: remove JIT VM codes ( #16362 )
7 years ago
eips.go
core/state, core/vm: implement EIP 6780 ( #27189 )
1 year ago
errors.go
core/vm: implement EIP-3860: Limit and meter initcode ( #23847 )
2 years ago
evm.go
core, tests: EIP-4844 transaction processing logic ( #27721 )
1 year ago
gas.go
core/vm: use uint256 in EVM implementation ( #20787 )
4 years ago
gas_table.go
core: replace instances of 'suicide' with 'selfdestruct' to improve code consistency. ( #27716 )
1 year ago
gas_table_test.go
all: new empty trie with types.EmptyRootHash instead of null ( #27230 )
2 years ago
instructions.go
core/state, core/vm: implement EIP 6780 ( #27189 )
1 year ago
instructions_test.go
core/vm: use types.EmptyCodeHash ( #27729 )
1 year ago
interface.go
core/state, core/vm: implement EIP 6780 ( #27189 )
1 year ago
interpreter.go
core: 4844 opcode and precompile ( #27356 )
1 year ago
interpreter_test.go
all: new empty trie with types.EmptyRootHash instead of null ( #27230 )
2 years ago
jump_table.go
core/state, core/vm: implement EIP 6780 ( #27189 )
1 year ago
jump_table_export.go
core/vm: define cancun + enable 1153 (tstore/tload) in cancun ( #27663 )
1 year ago
jump_table_test.go
core/vm: deepcopy jumptable when enabling extra eips ( #26137 )
2 years ago
logger.go
eth/tracers, core/vm: remove `time` from trace output and tracing interface ( #26291 )
2 years ago
memory.go
core/vm: implement EIP-5656, mcopy instruction ( #26181 )
1 year ago
memory_table.go
core/vm: implement EIP-5656, mcopy instruction ( #26181 )
1 year ago
memory_test.go
core/vm: implement EIP-5656, mcopy instruction ( #26181 )
1 year ago
opcodes.go
core/vm: implement EIP-5656, mcopy instruction ( #26181 )
1 year ago
operations_acl.go
core: replace instances of 'suicide' with 'selfdestruct' to improve code consistency. ( #27716 )
1 year ago
stack.go
core/vm: clean up some dead functions ( #24851 )
3 years ago
stack_table.go
core/vm: 64 bit memory and gas calculations ( #19210 )
6 years ago