Skip to content
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

feat(p2p/discovery)!: Implement archival discovery + syncing of historic blocks and blobs #3188

Merged
merged 28 commits into from
May 28, 2024

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    7a45fb8 View commit details
    Browse the repository at this point in the history
  2. chore: lint + rebase fixes

    renaynay committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e3543a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f39b24f View commit details
    Browse the repository at this point in the history
  4. chores

    renaynay committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8b9576c View commit details
    Browse the repository at this point in the history
  5. fix(share/getters): shrex getter should check if root is within LIGHT…

    … avail window, not FULL
    renaynay committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0e6338f View commit details
    Browse the repository at this point in the history
  6. feat(share/getters): Use light window as the default avail window for…

    … shrex getter request routing, but allow opt for setting custom window - testing
    
    fix(nodebuilder/share): Nodes except BNs with pruner enabled, should all have archival service components
    renaynay committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d49f927 View commit details
    Browse the repository at this point in the history
  7. test(nodebuilder/tests): Archival blob sync + the most convoluted fx …

    …magic you will ever see
    renaynay committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8292729 View commit details
    Browse the repository at this point in the history
  8. chore: cleanup

    renaynay committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d07c127 View commit details
    Browse the repository at this point in the history
  9. fix(share/p2p): Adjust metrics with tag per instance of discovery -- …

    …TODO make sure metrics for archival peer manager is instantiated
    renaynay committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7c8b369 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ff1176 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8cb52f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9cd60f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    86b03be View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3e82c95 View commit details
    Browse the repository at this point in the history
  15. addresing Vlad commentws

    renaynay committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3a82abe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6fd8d3f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e78b621 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    16e7c0e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    47be07f View commit details
    Browse the repository at this point in the history
  20. fix(nodebuilder/share): disable advertise for pruned FN and BN for ar…

    …chival topic since default is set to true now
    renaynay committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6df5026 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    b54ef5e View commit details
    Browse the repository at this point in the history
  2. fix(nodebuilder): Some provides added improperly

    chore(share/getters): remove optionality for archival peer man - require it
    renaynay committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ca9dd21 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. chore(share/p2p/discovery): Remove EnableAdvertise as config param an…

    …d put in private opts
    renaynay committed May 23, 2024
    Configuration menu
    Copy the full SHA
    aa091af View commit details
    Browse the repository at this point in the history
  2. chore(nodebuilder/share | share/getters): Delegate lifecycle manageme…

    …nt of both peermans to shrex and remove from nodebuilder, require availWindow as arg for shrex ctor
    renaynay committed May 23, 2024
    Configuration menu
    Copy the full SHA
    da20efc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b48d696 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    2010374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe47aa1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    9056be6 View commit details
    Browse the repository at this point in the history