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

Shielded sync phase 3 client #3578

Merged
merged 58 commits into from
Aug 16, 2024
Merged

Shielded sync phase 3 client #3578

merged 58 commits into from
Aug 16, 2024

Commits on Aug 2, 2024

  1. Implement phase 3 of shielded sync

    Co-authored-by: Tiago Carvalho <sugoiuguu@tfwno.gf>
    batconjurer and sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ea41888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be08bce View commit details
    Browse the repository at this point in the history
  3. Add progress trackers to ss

    sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    684887b View commit details
    Browse the repository at this point in the history
  4. Start ss from last query height

    sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7e292f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a861234 View commit details
    Browse the repository at this point in the history
  6. Remove ss start height param

    sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bb5682a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d27e5a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5828a4d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    746aed7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b3d8d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0bb28e8 View commit details
    Browse the repository at this point in the history
  12. Improve pre_cache_transaction

    sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3f7e9ef View commit details
    Browse the repository at this point in the history
  13. Remove scan_tx

    sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    51a22ca View commit details
    Browse the repository at this point in the history
  14. Allow ss fetch to run in wasm

    sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bac111a View commit details
    Browse the repository at this point in the history
  15. Remove ss specific TODOs

    sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2b60270 View commit details
    Browse the repository at this point in the history
  16. Spelling

    sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e2cd22a View commit details
    Browse the repository at this point in the history
  17. Fix note positions bug in ss

    sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    26095ef View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4639363 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f239ca1 View commit details
    Browse the repository at this point in the history
  20. Fixing unit tests

    batconjurer authored and sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    79d612c View commit details
    Browse the repository at this point in the history
  21. Cleanups and test fixes

    batconjurer authored and sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    75f7ea0 View commit details
    Browse the repository at this point in the history
  22. Improved progress bars

    batconjurer authored and sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f150969 View commit details
    Browse the repository at this point in the history
  23. Cleanup dependencies

    sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d3a7608 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    981d784 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cefc882 View commit details
    Browse the repository at this point in the history
  26. Make block index calls optional

    sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f661630 View commit details
    Browse the repository at this point in the history
  27. Bump init_once

    sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5ab214a View commit details
    Browse the repository at this point in the history
  28. Cleanups after rebasing on main

    batconjurer authored and sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    42fca85 View commit details
    Browse the repository at this point in the history
  29. fixed checked crates

    batconjurer authored and sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d2b2068 View commit details
    Browse the repository at this point in the history
  30. Bump init_once

    sug0 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d3807cc View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7e30b94 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Bump init_once

    sug0 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    92e64cc View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 8, 2024

  1. Wait for the channel to drain

    sug0 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c0fcf87 View commit details
    Browse the repository at this point in the history
  2. Unlock rayon dependency

    sug0 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3b8f55f View commit details
    Browse the repository at this point in the history
  3. Clone rpc client

    sug0 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c2c9c43 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    87546ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e77a00d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c6bf7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    622bc8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2cb092 View commit details
    Browse the repository at this point in the history
  6. Expose max concurrent fetches

    sug0 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    528bd32 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 13, 2024

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

    batconjurer authored and sug0 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    01934d3 View commit details
    Browse the repository at this point in the history
  3. Renamed tx_note_map to note_index

    batconjurer authored and sug0 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8561699 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    715a7d4 View commit details
    Browse the repository at this point in the history
  5. Remaining notes map rename

    sug0 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b06673a View commit details
    Browse the repository at this point in the history
  6. Simplify IntoIter impl

    sug0 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    90b7478 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a887e1 View commit details
    Browse the repository at this point in the history
  8. Fix CLI formatting

    sug0 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8293cc4 View commit details
    Browse the repository at this point in the history
  9. Undo accidental find-replaces

    sug0 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e0d5287 View commit details
    Browse the repository at this point in the history
  10. Avoid redundant is_err check

    sug0 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2804a82 View commit details
    Browse the repository at this point in the history
  11. Fix error string

    sug0 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    deb3e43 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Fix benchmarks

    sug0 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d09f4b8 View commit details
    Browse the repository at this point in the history
  2. Fix inaccessible indexer client

    sug0 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fa6ecf8 View commit details
    Browse the repository at this point in the history
  3. Changelog for #3578

    sug0 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b689533 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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