-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2512 from OffchainLabs/merge_geth_1_13_15
Update gethpin to v1.13.15
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule go-ethereum
updated
17 files
+2 −2 | .github/workflows/ci.yml | |
+5 −0 | core/blockchain.go | |
+2 −2 | core/rawdb/accessors_chain.go | |
+5 −5 | core/state/snapshot/conversion.go | |
+1 −3 | core/state/statedb.go | |
+9 −0 | eth/filters/api.go | |
+287 −0 | eth/protocols/snap/gentrie.go | |
+553 −0 | eth/protocols/snap/gentrie_test.go | |
+24 −12 | eth/protocols/snap/metrics.go | |
+154 −0 | eth/protocols/snap/progress_test.go | |
+180 −128 | eth/protocols/snap/sync.go | |
+53 −0 | internal/testrand/rand.go | |
+1 −1 | params/version.go | |
+30 −118 | trie/stacktrie.go | |
+6 −10 | trie/stacktrie_fuzzer_test.go | |
+0 −87 | trie/stacktrie_test.go | |
+4 −9 | trie/trie_test.go |