-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snap sync moving root/healing implementation #3332
base: master
Are you sure you want to change the base?
Commits on Mar 22, 2024
-
Add updateRoot method to fetchers
Indigo Alpha committedMar 22, 2024 Configuration menu - View commit details
-
Copy full SHA for ff41a35 - Browse repository at this point
Copy the full SHA ff41a35View commit details -
Update the fetcher roots in syncWithPeer if fetcher already exists
Indigo Alpha committedMar 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 6c00e9c - Browse repository at this point
Copy the full SHA 6c00e9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74f0adc - Browse repository at this point
Copy the full SHA 74f0adcView commit details
Commits on Mar 27, 2024
-
Merge branch 'master' of https://github.com/ethereumjs/ethereumjs-mon…
…orepo into snap-sync-moving-root
Indigo Alpha committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 8990b1f - Browse repository at this point
Copy the full SHA 8990b1fView commit details
Commits on Apr 4, 2024
-
Indigo Alpha committed
Apr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for dd21e73 - Browse repository at this point
Copy the full SHA dd21e73View commit details -
Merge branch 'master' of https://github.com/ethereumjs/ethereumjs-mon…
…orepo into snap-sync-moving-root
Indigo Alpha committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 9932c21 - Browse repository at this point
Copy the full SHA 9932c21View commit details -
Merge branch 'snap-sync-moving-root' of https://github.com/ethereumjs…
…/ethereumjs-monorepo into snap-sync-moving-root
Indigo Alpha committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 628135e - Browse repository at this point
Copy the full SHA 628135eView commit details
Commits on Apr 5, 2024
-
Call syncWithPeer directly from buildHeadState for updating root
Indigo Alpha committedApr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 19adeea - Browse repository at this point
Copy the full SHA 19adeeaView commit details
Commits on Apr 9, 2024
-
Keep track of requested pathStrings to remove duplicate requests in T…
…rieNodeFetcher
Indigo Alpha committedApr 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 1e1b1cc - Browse repository at this point
Copy the full SHA 1e1b1ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ecef8 - Browse repository at this point
Copy the full SHA 92ecef8View commit details
Commits on Apr 10, 2024
-
Indigo Alpha committed
Apr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 8077f4d - Browse repository at this point
Copy the full SHA 8077f4dView commit details
Commits on Apr 16, 2024
-
Client -> Peer: add lastEthStatusUpdate property to Peer, set initial…
…ly on protocol binding, small local refactor
Configuration menu - View commit details
-
Copy full SHA for 6a2b266 - Browse repository at this point
Copy the full SHA 6a2b266View commit details -
Redo handshake in client peer pool periodically, add force option to …
…sendStatus for devp2p protocols
Configuration menu - View commit details
-
Copy full SHA for 4dd9bf8 - Browse repository at this point
Copy the full SHA 4dd9bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e268f9a - Browse repository at this point
Copy the full SHA e268f9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b053277 - Browse repository at this point
Copy the full SHA b053277View commit details -
Client: add preparatory updatedBestHeader to Peer, refactor latest() …
…to move from Sync -> Peer
Configuration menu - View commit details
-
Copy full SHA for 72a28d1 - Browse repository at this point
Copy the full SHA 72a28d1View commit details -
Client: add potential best header num differentiated logic to Peer, l…
…atest() call on peers in peer pool
Configuration menu - View commit details
-
Copy full SHA for f29c3c6 - Browse repository at this point
Copy the full SHA f29c3c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea23b0 - Browse repository at this point
Copy the full SHA 6ea23b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fabf53c - Browse repository at this point
Copy the full SHA fabf53cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccf9366 - Browse repository at this point
Copy the full SHA ccf9366View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd01aa - Browse repository at this point
Copy the full SHA 4cd01aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5777c42 - Browse repository at this point
Copy the full SHA 5777c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ea28d8 - Browse repository at this point
Copy the full SHA 9ea28d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a6ae27 - Browse repository at this point
Copy the full SHA 9a6ae27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c42d73 - Browse repository at this point
Copy the full SHA 5c42d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e60a09 - Browse repository at this point
Copy the full SHA 9e60a09View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c2a6c - Browse repository at this point
Copy the full SHA d6c2a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58cb2b4 - Browse repository at this point
Copy the full SHA 58cb2b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c53fa4b - Browse repository at this point
Copy the full SHA c53fa4bView commit details
Commits on Apr 17, 2024
-
Merge remote-tracking branch 'origin/master' into client-add-mechanis…
…m-to-redo-peer-handshake-for-status-update
Configuration menu - View commit details
-
Copy full SHA for 20bf36f - Browse repository at this point
Copy the full SHA 20bf36fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe9a4ec - Browse repository at this point
Copy the full SHA fe9a4ecView commit details
Commits on Apr 18, 2024
-
Merge branch 'master' into client-add-mechanism-to-redo-peer-handshak…
…e-for-status-update
Configuration menu - View commit details
-
Copy full SHA for 0117083 - Browse repository at this point
Copy the full SHA 0117083View commit details -
Merge branch 'client-add-mechanism-to-redo-peer-handshake-for-status-…
…update' of https://github.com/ethereumjs/ethereumjs-monorepo into snap-sync-moving-root
Indigo Alpha committedApr 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 694211e - Browse repository at this point
Copy the full SHA 694211eView commit details -
Receive peer updates only in request function of fetchers
Indigo Alpha committedApr 18, 2024 Configuration menu - View commit details
-
Copy full SHA for d8028eb - Browse repository at this point
Copy the full SHA d8028ebView commit details -
Update fetcher roots on new latestHeader
Indigo Alpha committedApr 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 52d1f6e - Browse repository at this point
Copy the full SHA 52d1f6eView commit details -
Merge branch 'snap-sync-moving-root' of https://github.com/ethereumjs…
…/ethereumjs-monorepo into snap-sync-moving-root
Indigo Alpha committedApr 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 2f88a6b - Browse repository at this point
Copy the full SHA 2f88a6bView commit details
Commits on Apr 23, 2024
-
Merge branch 'master' of https://github.com/ethereumjs/ethereumjs-mon…
…orepo into snap-sync-moving-root
Indigo Alpha committedApr 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 560de58 - Browse repository at this point
Copy the full SHA 560de58View commit details
Commits on Apr 25, 2024
-
Merge branch 'master' of https://github.com/ethereumjs/ethereumjs-mon…
…orepo into snap-sync-moving-root
Indigo Alpha committedApr 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 9eb92a8 - Browse repository at this point
Copy the full SHA 9eb92a8View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1da2e6 - Browse repository at this point
Copy the full SHA a1da2e6View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d469538 - Browse repository at this point
Copy the full SHA d469538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6488935 - Browse repository at this point
Copy the full SHA 6488935View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ee2aa - Browse repository at this point
Copy the full SHA 87ee2aaView commit details -
Merge branch 'snap-sync-moving-root' of github.com:ethereumjs/ethereu…
…mjs-monorepo into snap-sync-moving-root
Configuration menu - View commit details
-
Copy full SHA for d678d20 - Browse repository at this point
Copy the full SHA d678d20View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50fb30b - Browse repository at this point
Copy the full SHA 50fb30bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c02c4 - Browse repository at this point
Copy the full SHA b6c02c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cd9315 - Browse repository at this point
Copy the full SHA 1cd9315View commit details -
Merge branch 'master' of github.com:ethereumjs/ethereumjs-monorepo in…
…to snap-sync-moving-root
Configuration menu - View commit details
-
Copy full SHA for 591762e - Browse repository at this point
Copy the full SHA 591762eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c8495f - Browse repository at this point
Copy the full SHA 9c8495fView commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20db364 - Browse repository at this point
Copy the full SHA 20db364View commit details -
Update storageFetcher to track root and height of each request create…
…d on a more granular level
Configuration menu - View commit details
-
Copy full SHA for edd0866 - Browse repository at this point
Copy the full SHA edd0866View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dca3e3f - Browse repository at this point
Copy the full SHA dca3e3fView commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e8a1e4 - Browse repository at this point
Copy the full SHA 3e8a1e4View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a3b14c - Browse repository at this point
Copy the full SHA 9a3b14cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9395829 - Browse repository at this point
Copy the full SHA 9395829View commit details -
Configuration menu - View commit details
-
Copy full SHA for a73b659 - Browse repository at this point
Copy the full SHA a73b659View commit details -
Merge branch 'master' of github.com:ethereumjs/ethereumjs-monorepo in…
…to snap-sync-moving-root
Configuration menu - View commit details
-
Copy full SHA for 4058a27 - Browse repository at this point
Copy the full SHA 4058a27View commit details
Commits on Sep 19, 2024
-
Merge branch 'master' of github.com:ethereumjs/ethereumjs-monorepo in…
…to snap-sync-moving-root
Configuration menu - View commit details
-
Copy full SHA for 98808b5 - Browse repository at this point
Copy the full SHA 98808b5View commit details
Commits on Sep 23, 2024
-
Merge branch 'master' of github.com:ethereumjs/ethereumjs-monorepo in…
…to snap-sync-moving-root
Configuration menu - View commit details
-
Copy full SHA for e26989f - Browse repository at this point
Copy the full SHA e26989fView commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5ede5e - Browse repository at this point
Copy the full SHA b5ede5eView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2f471a - Browse repository at this point
Copy the full SHA b2f471aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f8906 - Browse repository at this point
Copy the full SHA 15f8906View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a17fe93 - Browse repository at this point
Copy the full SHA a17fe93View commit details -
Merge branch 'master' of github.com:ethereumjs/ethereumjs-monorepo in…
…to snap-sync-moving-root
Configuration menu - View commit details
-
Copy full SHA for c3946da - Browse repository at this point
Copy the full SHA c3946daView commit details