1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/trie
2022-09-15 23:35:53 +02:00
..
committer.go trie: update comments + err check for preimages (#25672) 2022-09-08 12:36:07 +02:00
database.go trie: handle more batch commit errors in Database (#25674) 2022-09-15 23:35:53 +02:00
database_test.go
encoding.go
encoding_test.go
errors.go
hasher.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
iterator.go
iterator_test.go core: use TryGetAccount to read what TryUpdateAccount has written (#25458) 2022-08-04 16:13:18 +02:00
node.go trie: improve node rlp decoding performance (#25357) 2022-08-19 00:39:47 +02:00
node_enc.go
node_test.go trie: improve node rlp decoding performance (#25357) 2022-08-19 00:39:47 +02:00
nodeset.go
preimages.go
proof.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
proof_test.go all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
secure_trie.go trie: update comments + err check for preimages (#25672) 2022-09-08 12:36:07 +02:00
secure_trie_test.go all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
stacktrie.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
stacktrie_test.go
sync.go trie: check childrens' existence concurrently for snap heal 2022-09-06 12:57:03 +03:00
sync_test.go core: use TryGetAccount to read what TryUpdateAccount has written (#25458) 2022-08-04 16:13:18 +02:00
trie.go trie: update comments + err check for preimages (#25672) 2022-09-08 12:36:07 +02:00
trie_test.go
util_test.go trie: fix unhandled error in test (#25628) 2022-09-02 18:07:55 +02:00
utils.go