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.
Guillaume Ballet
52766bedb9
core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag ( #31036 )
...
Same as #31015 but requires the contract to exist. Not compatible with
any verkle testnet up to now.
This adds a `isSytemCall` flag so that it is possible to detect when a
system call is executed, so that the code execution and other locations
are not added to the witness.
---------
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Co-authored-by: Ignacio Hagopian <jsign.uy@gmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
2 days ago
..
pruner
all: clean up goerli flag and config ( #30289 )
5 months ago
snapshot
all: use cmp.Compare ( #30958 )
4 weeks ago
access_events.go
core, trie: verkle state processor tests ( #30672 )
3 months ago
access_events_test.go
core/state, core/vm: Nyota contract create init simplification ( #30409 )
5 months ago
access_list.go
core/state: remove pointless wrapper functions ( #30891 )
2 months ago
database.go
core/state: enable partial-functional reader (snapshot integration pt 3) ( #30650 )
2 months ago
dump.go
eth/tracers: live chain tracing with hooks ( #29189 )
10 months ago
iterator.go
core/state: introduce code reader interface ( #30816 )
2 months ago
iterator_test.go
core/state: state reader abstraction ( #29761 )
5 months ago
journal.go
all: implement eip-7702 set code tx ( #30078 )
2 months ago
metrics.go
core: add metrics for state access ( #30353 )
5 months ago
reader.go
core/state: introduce code reader interface ( #30816 )
2 months ago
state_object.go
all: implement state history v2 ( #30107 )
2 weeks ago
state_object_test.go
build: use golangci-lint ( #20295 )
5 years ago
state_test.go
all: implement state history v2 ( #30107 )
2 weeks ago
statedb.go
all: implement state history v2 ( #30107 )
2 weeks ago
statedb_fuzz_test.go
all: implement state history v2 ( #30107 )
2 weeks ago
statedb_hooked.go
core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag ( #31036 )
2 days ago
statedb_hooked_test.go
all: implement state history v2 ( #30107 )
2 weeks ago
statedb_test.go
all: implement state history v2 ( #30107 )
2 weeks ago
stateupdate.go
all: implement state history v2 ( #30107 )
2 weeks ago
sync.go
core,eth,internal: fix typo ( #29024 )
12 months ago
sync_test.go
all: implement state history v2 ( #30107 )
2 weeks ago
transient_storage.go
core/state: better randomized testing (postcheck) on journalling ( #29627 )
9 months ago
trie_prefetcher.go
metrics, cmd/geth: change init-process of metrics ( #30814 )
2 months ago
trie_prefetcher_test.go
all: implement state history v2 ( #30107 )
2 weeks ago