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

Tenure extend when the previous tenure is bad #5452

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from

Commits on Nov 9, 2024

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

Commits on Nov 12, 2024

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

Commits on Nov 13, 2024

  1. feat: make signer accept tenure extend on bad sortition

    With this change, the signer will accept a tenure extend from miner N-1
    when miner N wins a sortition but commits to the wrong parent tenure.
    obycode committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2a4a09b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c294617 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    a56a73c View commit details
    Browse the repository at this point in the history
  2. refactor: move the StackerDBChannel into the EventDispatcher

    The previous design using a global singleton causes trouble in testing,
    when we have multiple miners running in different threads of the same
    process.
    obycode committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6438551 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4420c82 View commit details
    Browse the repository at this point in the history
  4. docs: update changelogs

    obycode committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3fa8116 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b3a2c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df8f240 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44769cf View commit details
    Browse the repository at this point in the history
  8. chore: remove unnecessary log

    obycode committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4c7c5aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a9acfa0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. chore: cleanup unused

    obycode committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    58fda00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2178846 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8140e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54c88c6 View commit details
    Browse the repository at this point in the history
  5. feat: add ability to disable tenure-extend for tests

    This is useful when checking the behavior during forking.
    obycode committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ba2faf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    965f58b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd5e7cc View commit details
    Browse the repository at this point in the history