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.
 
 
 
 
 
 
go-ethereum/core/vm
Martin HS a5a4fa7032
all: use uint256 in state (#28598)
1 year ago
..
runtime all: use uint256 in state (#28598) 1 year ago
testdata crypto/kzg4844: use the new trusted setup file and format (#28383) 1 year ago
analysis.go
analysis_test.go
common.go
contract.go all: use uint256 in state (#28598) 1 year ago
contracts.go all: use uint256 in state (#28598) 1 year ago
contracts_fuzz_test.go tests/fuzzers: move fuzzers into native packages (#28467) 1 year ago
contracts_test.go core/vm: update 4844 - point evaluation precompile address (#27874) 2 years ago
doc.go
eips.go all: use uint256 in state (#28598) 1 year ago
errors.go
evm.go all: use uint256 in state (#28598) 1 year ago
gas.go
gas_table.go core: fix typos (#28255) 1 year ago
gas_table_test.go all: use uint256 in state (#28598) 1 year ago
instructions.go all: use uint256 in state (#28598) 1 year ago
instructions_test.go all: use uint256 in state (#28598) 1 year ago
interface.go all: use uint256 in state (#28598) 1 year ago
interpreter.go core: fix typos (#28255) 1 year ago
interpreter_test.go all: use uint256 in state (#28598) 1 year ago
jump_table.go core: implement BLOBBASEFEE opcode (0x4a) (#28098) 1 year ago
jump_table_export.go core: fix typos (#28255) 1 year ago
jump_table_test.go
logger.go
memory.go
memory_table.go
memory_test.go
opcodes.go eth/tracers/js: fix isPush for push0 (#28520) 1 year ago
operations_acl.go core/vm: update comments to match eip number (#28743) 1 year ago
stack.go
stack_table.go