go-ethereum/eth/downloader
Daniel Liu aca2149f12
core, eth, trie: use TryGetAccount to read what TryUpdateAccount has written #25458 (#1106)
* core: use TryGetAccount to read where TryUpdateAccount has been used to write

* Gary's review feedback

* implement Gary's suggestion

* fix bug + rename NewSecure into NewStateTrie

* trie: add backwards-compatibility aliases for SecureTrie

* Update database.go

* make the linter happy

Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2025-09-03 15:34:11 +08:00
..
api.go all: Remove concept of public/private API definitions #25053 (#1141) 2025-06-24 15:15:25 +08:00
downloader.go eth/downloader: change intial download size #21366 (#1045) 2025-06-20 16:32:47 +08:00
downloader_test.go core, eth, trie: use TryGetAccount to read what TryUpdateAccount has written #25458 (#1106) 2025-09-03 15:34:11 +08:00
events.go
metrics.go
modes.go
peer.go
peer_test.go
queue.go eth/downloader: change intial download size #21366 (#1045) 2025-06-20 16:32:47 +08:00
queue_test.go eth/downloader: change intial download size #21366 (#1045) 2025-06-20 16:32:47 +08:00
resultstore.go
statesync.go core, trie: port snap sync changes #24898 (#1096) 2025-08-26 15:20:39 +08:00
testchain_test.go eth/downloader: change intial download size #21366 (#1045) 2025-06-20 16:32:47 +08:00
types.go