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

Nakamoto mempool sync #4966

Merged
merged 14 commits into from
Jul 17, 2024
Merged

Nakamoto mempool sync #4966

merged 14 commits into from
Jul 17, 2024

Commits on Jul 1, 2024

  1. fix: #4938

    jcnelson committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f2a2bbf View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    23b450f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9b23a0 View commit details
    Browse the repository at this point in the history
  3. chore: API sync

    jcnelson committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8b2a5cf View commit details
    Browse the repository at this point in the history
  4. feat: make mempool state compatible with nakamoto by treating `height…

    …` as the coinbase height, and `consensus_hash` and `block_hash` as the tenure-start consensus hash and block hash
    jcnelson committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b93b103 View commit details
    Browse the repository at this point in the history
  5. chore: API sync

    jcnelson committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c199312 View commit details
    Browse the repository at this point in the history
  6. feat: make /v2/mempool/query compatible with Nakamoto by querying Nak…

    …amoto headers for the tip
    jcnelson committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    22ecca9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a999518 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    85309c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ee77d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0f056b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d2dff0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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