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

Link bid and reveal #896

Merged
merged 4 commits into from
Aug 29, 2024
Merged

Commits on Aug 28, 2024

  1. txdb: Add bid and reveal mapping.

    bid: Add height to the bid entries.
    nodech committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1109b62 View commit details
    Browse the repository at this point in the history
  2. wdb: Migrate bid-reveals.

      - Recover bid heights from the TXRecords. Historical not-owned bids will
        have them default (-1) for the migration, as TXRecords for them are not
        recorded.
      - Link owned bid <-> reveals. Historical not-owned bids will have them
        default (null outpoint) for the migration, as TXRecords for them are
        not recorded.
    nodech committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fb7ae46 View commit details
    Browse the repository at this point in the history
  3. pkg: update CHANGELOG.

    nodech committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3ae2296 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd2e57a View commit details
    Browse the repository at this point in the history