go-ethereum/core/state/snapshot
Felix Lange 8e1de223ad
crypto/keccak: vendor in golang.org/x/crypto/sha3 (#33323)
The upstream libray has removed the assembly-based implementation of
keccak. We need to maintain our own library to avoid a peformance
regression.

---------

Co-authored-by: lightclient <lightclient@protonmail.com>
2026-02-03 14:55:27 -07:00
..
context.go
conversion.go all: improve ETA calculation across all progress indicators (#32521) 2025-09-01 13:47:02 +08:00
difflayer.go core/state/snapshot: fix storageList memory accounting (#33505) 2025-12-31 09:40:43 +08:00
difflayer_test.go core/state/snapshot: fix storageList memory accounting (#33505) 2025-12-31 09:40:43 +08:00
disklayer.go
disklayer_test.go
generate.go
generate_test.go crypto/keccak: vendor in golang.org/x/crypto/sha3 (#33323) 2026-02-03 14:55:27 -07:00
holdable_iterator.go
holdable_iterator_test.go
iterator.go
iterator_binary.go
iterator_fast.go all: use cmp.Compare (#30958) 2025-01-02 14:06:47 +01:00
iterator_test.go core/state: using testing.B.Loop (#32658) 2025-09-19 16:57:43 -06:00
journal.go all: replace fmt.Errorf with errors.New (#32286) 2025-07-28 10:13:18 +02:00
metrics.go
snapshot.go
snapshot_test.go
utils.go