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

change(rpc): Adds a TrustedChainSync struct for keeping up with Zebra's non-finalized best chain from a separate process #8596

Merged
merged 37 commits into from
Jul 9, 2024

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    26c0e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    281668b View commit details
    Browse the repository at this point in the history
  3. Updates callers of FinalizedState::{new, new_with_debug} to pass a …

    …bool to try enabling elasticsearch
    arya2 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    33a3ccf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    995811e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f94bd41 View commit details
    Browse the repository at this point in the history
  6. reduces disk IO while waiting for the a new chain tip & updates the c…

    …hain tip sender when the finalized tip has changed.
    arya2 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d57c50a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d246c3 View commit details
    Browse the repository at this point in the history
  8. Avoids resetting the non-finalized state when there's an error gettin…

    …g a block unless it has the missing block error code.
    arya2 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5470979 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d35fc3 View commit details
    Browse the repository at this point in the history
  10. adds TODOs for testing

    arya2 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0d1f434 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    302facf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1ad80f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Moves disk IO to blocking tasks

    arya2 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c9319e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    9d2d1df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d31526e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f18344f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    112294f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac62bae View commit details
    Browse the repository at this point in the history
  6. run test without feature

    arya2 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ce5f7ed View commit details
    Browse the repository at this point in the history
  7. fixes lint

    arya2 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e13202d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Fixes compilation/test issues

    arya2 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bc37807 View commit details
    Browse the repository at this point in the history
  2. Adds docs / comments, moves HexData out from behind the getblocktempl…

    …ate-rpcs feature flag, moves test behind the mining feature flag.
    arya2 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fd1ab3b View commit details
    Browse the repository at this point in the history
  3. Fixes lints

    arya2 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    737c2e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1b25b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    15feed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e642876 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    8fb798b View commit details
    Browse the repository at this point in the history
  2. Updates method docs

    arya2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f0b5ee5 View commit details
    Browse the repository at this point in the history
  3. Fixes a test bug

    arya2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2743051 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jul 2, 2024

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

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    8391ae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d996cc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92db104 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e25311 View commit details
    Browse the repository at this point in the history