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.
Martin Holst Swende
2391fbc676
tests/fuzzers: move fuzzers into native packages ( #28467 )
...
This PR moves our fuzzers from tests/fuzzers into whatever their respective 'native' package is.
The historical reason why they were placed in an external location, is that when they were based on go-fuzz, they could not be "hidden" via the _test.go prefix. So in order to shove them away from the go-ethereum "production code", they were put aside.
But now we've rewritten them to be based on golang testing, and thus can be brought back. I've left (in tests/) the ones that are not production (bls128381), require non-standard imports (secp requires btcec, bn256 requires gnark/google/cloudflare deps).
This PR also adds a fuzzer for precompiled contracts, because why not.
This PR utilizes a newly rewritten replacement for go-118-fuzz-build, namely gofuzz-shim, which utilises the inputs from the fuzzing engine better.
1 year ago
..
runtime
tests/fuzzers: move fuzzers into native packages ( #28467 )
1 year ago
testdata
crypto/kzg4844: use the new trusted setup file and format ( #28383 )
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: fix typos ( #28255 )
1 year ago
contracts.go
core/vm: update 4844 - point evaluation precompile address ( #27874 )
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 )
1 year ago
doc.go
core/vm: remove JIT VM codes ( #16362 )
7 years ago
eips.go
core: implement BLOBBASEFEE opcode (0x4a) ( #28098 )
1 year ago
errors.go
core/vm: implement EIP-3860: Limit and meter initcode ( #23847 )
2 years ago
evm.go
core/vm: set basefee to 0 internally on eth_call ( #28470 )
1 year ago
gas.go
core/vm: use uint256 in EVM implementation ( #20787 )
4 years ago
gas_table.go
core: fix typos ( #28255 )
1 year ago
gas_table_test.go
all: new empty trie with types.EmptyRootHash instead of null ( #27230 )
2 years ago
instructions.go
core/vm: minor code formatting ( #28199 )
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: fix typos ( #28255 )
1 year ago
interpreter_test.go
all: new empty trie with types.EmptyRootHash instead of null ( #27230 )
2 years 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
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
eth/tracers/js: fix isPush for push0 ( #28520 )
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