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.
Charles Cooper
5c9cbc218a
core/vm: implement EIP-5656, mcopy instruction ( #26181 )
...
Implements [EIP 5656](https://eips.ethereum.org/EIPS/eip-5656 ), MCOPY instruction, and enables it for Cancun.
---------
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/vm: implement EIP-5656, mcopy instruction ( #26181 )
1 year ago
errors.go
core/vm: implement EIP-3860: Limit and meter initcode ( #23847 )
2 years ago
evm.go
core: 4844 opcode and precompile ( #27356 )
1 year ago
gas.go
core/vm: use uint256 in EVM implementation ( #20787 )
4 years ago
gas_table.go
core/vm: implement EIP-5656, mcopy instruction ( #26181 )
1 year ago
gas_table_test.go
all: new empty trie with types.EmptyRootHash instead of null ( #27230 )
2 years ago
instructions.go
all: remove debug-field from vm config ( #27048 )
2 years ago
instructions_test.go
core/vm: implement EIP-5656, mcopy instruction ( #26181 )
1 year ago
interface.go
core: show db error-info in case of mismatched hash root ( #26870 )
2 years 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/vm: implement EIP-5656, mcopy instruction ( #26181 )
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/vm: fix sstore gas comment type ( #24583 )
3 years 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