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

Test: multiple miner nakamoto_integration test #5019

Merged
merged 4 commits into from
Jul 29, 2024

Commits on Jul 29, 2024

  1. fix: set miner stackerdb sync frequency to 1 sec; stackerdb sync push…

    …chunks should not retry indefinitely; check for the absence of neighbors to sync to as a stopping condition for pushchunks
    jcnelson authored and kantai committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e5cc717 View commit details
    Browse the repository at this point in the history
  2. feat: support multi-miner integration test

    * test: add nakamoto_integration test with multiple miners (this test uses the blind signer test signing channel)
    
    * fix: nakamoto miner communicates over the correct miner slot for their block election (rather than searching by pubkey)
    
    * fix: neon miner does not submit block commits if the next burn block is in nakamoto
    
    * feat: update `/v2/neighbors` to use qualified contract identifier's ToString and parse() for JSON serialization
    
    * perf: nakamoto miner caches the reward set for their tenure
    kantai committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7c7f9b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ee3152 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53855fe View commit details
    Browse the repository at this point in the history