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

Merging latest develop #5089

Merged
merged 200 commits into from
Aug 20, 2024
Merged

Commits on Jul 30, 2024

  1. fix: test_debug --> debug

    jcnelson committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6acd510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5df7845 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afcfa00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d74772a View commit details
    Browse the repository at this point in the history
  5. fix: don't disconnect a replica if it nacked us for asking for a stal…

    …e version; instead, immediately re-sync
    jcnelson committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    bc83116 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb16102 View commit details
    Browse the repository at this point in the history
  7. chore: log stackerdb events

    jcnelson committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3835a18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99d5536 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef38358 View commit details
    Browse the repository at this point in the history
  10. fix: poll for 1s (since that's the stackerdb minimum sync time, and t…

    …hus its maximum time between steps), and raise relayer initiative when there's a new network result
    jcnelson committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d1374d9 View commit details
    Browse the repository at this point in the history
  11. chore: process a new initiative based on either a timeout, or on anot…

    …her thread's prompting
    jcnelson committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a071614 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1a02c61 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    5bb6af6 View commit details
    Browse the repository at this point in the history
  2. chore: more debugging

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a5f12b7 View commit details
    Browse the repository at this point in the history
  3. chore: more debugging

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    53ef952 View commit details
    Browse the repository at this point in the history
  4. fix: more debugging, and also, don't add more entries to wanted_tenur…

    …es if the sortition reward cycle is not equal to our tracked reward cycle
    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6d82225 View commit details
    Browse the repository at this point in the history
  5. chore: more debugging

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b2cb072 View commit details
    Browse the repository at this point in the history
  6. chore: more debugging, and also, don't set the downloader to idle unl…

    …ess it processes the message completely
    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3b2b9f9 View commit details
    Browse the repository at this point in the history
  7. chore: more debugging

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1c9a705 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd918aa View commit details
    Browse the repository at this point in the history
  9. fix: try to fetch the reward cycle _after_ our highest one, so the do…

    …wnloader has it on a reward cycle boundary. Don't treat it as an error if the node doesn't have it yet (which it won't, most of the time, except on reward cycle boundaries)
    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6f7db31 View commit details
    Browse the repository at this point in the history
  10. chore: more debug output

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4df8d6d View commit details
    Browse the repository at this point in the history
  11. chore: more debug output

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1bbdacf View commit details
    Browse the repository at this point in the history
  12. chore: more debug output

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d0d9036 View commit details
    Browse the repository at this point in the history
  13. chore: more debug output

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2ec2bc0 View commit details
    Browse the repository at this point in the history
  14. chore: more debug output

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    12a2f48 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0ec2cb5 View commit details
    Browse the repository at this point in the history
  16. chore: API sync

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    58d880e View commit details
    Browse the repository at this point in the history
  17. fix: poll every second

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    491877a View commit details
    Browse the repository at this point in the history
  18. feat: store block signatures as we get them from other signers, and p…

    …rovide a menas of loading them back
    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    98b25fd View commit details
    Browse the repository at this point in the history
  19. feat: watch for signer-post events from other signers, and store thei…

    …r signatures. If we get enough, then put them into the target block's header and upload the signed block to the node
    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3da95c6 View commit details
    Browse the repository at this point in the history
  20. chore: clean up imports

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7b6fce0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d35992a View commit details
    Browse the repository at this point in the history
  22. chore: pass chainstate to v0 signer loop so we can poll for signature…

    …s from a processed block posted by the signers
    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    322e04c View commit details
    Browse the repository at this point in the history
  23. feat: look in the chainstate for a staging block posted by signers wi…

    …th the signatures we're waiting for, so we can unblock the miner if the block arrives from any signer before their signatures
    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    812deb7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1698d91 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    254f6ac View commit details
    Browse the repository at this point in the history
  26. feat: decode nakamoto block

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7d07a5f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    af274c1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5404200 View commit details
    Browse the repository at this point in the history
  29. chore: info, not debug

    jcnelson committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    11feb3d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8fc39b2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a6f32bd View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. chore: more debug output

    jcnelson committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e36bb1e View commit details
    Browse the repository at this point in the history
  2. fix: don't rely on processed tenure cache for inv generation -- it's …

    …not coherent with the canonical tip
    jcnelson committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d86ff5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72c5e48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9bf11a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3057be6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    946769a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66889de View commit details
    Browse the repository at this point in the history
  3. fix: pass coordinator communication channels to relayer when processi…

    …ng an uploaded block, so the coordinator can be woken up if the block is new
    jcnelson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    cd4be4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8657a28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f2a1d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d108bec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1e33c6 View commit details
    Browse the repository at this point in the history
  8. feat: signers rejecting or the signers choosing a different stacks ti…

    …p are reasons to abort mining
    jcnelson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    eb3041e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c2d61dd View commit details
    Browse the repository at this point in the history
  10. fix: partial fix for #5046

    jcnelson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e8a0db6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c499dc3 View commit details
    Browse the repository at this point in the history
  12. chore: debug signer tests

    jcnelson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7c43e3e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bd0ecd8 View commit details
    Browse the repository at this point in the history
  14. chore: cargo fmt

    jcnelson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3f776a8 View commit details
    Browse the repository at this point in the history
  15. fix: fix build error

    jcnelson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a04a513 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    44635f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    e7bd86c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab4f03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    530b689 View commit details
    Browse the repository at this point in the history
  4. Update docs/mutation-testing.md

    Co-authored-by: wileyj <2847772+wileyj@users.noreply.github.com>
    ASuciuX and wileyj authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    14594ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e21a0f1 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'docs/local-mutantion-testing' of github.com:stacks-netw…

    …ork/stacks-core into docs/local-mutantion-testing
    ASuciuX committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8dd44ec View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. refactor: addess review

    Co-authored-by: Aaron Blankstein <aaron@hiro.so>
    hugocaillard and kantai authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1c79018 View commit details
    Browse the repository at this point in the history
  2. refactor: format

    hugocaillard committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    66793b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09a8427 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e9541e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca66c06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    daf0257 View commit details
    Browse the repository at this point in the history
  7. chore: refactor fault-injection code into its own methods; add fault-…

    …injection for block-processing after block-broadcast
    jcnelson committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fbf8337 View commit details
    Browse the repository at this point in the history
  8. chore: API sync

    jcnelson committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    497c773 View commit details
    Browse the repository at this point in the history
  9. chore: some refactoring to separate miner directive choice from sorti…

    …tion handling (so the former can be tested in a unit test)
    jcnelson committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ee0f56b View commit details
    Browse the repository at this point in the history
  10. feat: get event dispatcher

    jcnelson committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4533354 View commit details
    Browse the repository at this point in the history
  11. chore: API sync

    jcnelson committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    aa91446 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f845f8b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5c23b44 View commit details
    Browse the repository at this point in the history
  14. chore: cargo fmt

    jcnelson committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7b483f5 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #5058 from stacks-network/ci/remove-unit-tests-fro…

    …m-check
    
    CI - Remove Unit Tests From Check
    wileyj authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a4d3ff9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1ad9e5e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9d137db View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a68c4c9 View commit details
    Browse the repository at this point in the history
  19. 2 Configuration menu
    Copy the full SHA
    f129669 View commit details
    Browse the repository at this point in the history
  20. fix: cargo fmt

    jcnelson committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    151878b View commit details
    Browse the repository at this point in the history
  21. fix: a handful of issues causing timing-related test failures in CI

    * make `not_available_try_again` error in `GetStackers`, and make it transient in the signer binary
    * make signer binary timeout on retries in client
    * update signer outer runloop to differentiate between 'not in signer set' and 'have not loaded info yet'
    * update signer outer runloop to handle errors and non-presence differently in the signer config refresh
    * update signer outer runloop to perform signer config refresh on the current cycle (if not loaded yet) and on the next cycle (if in prepare phase for the next cycle). This was causing an issue on exactly the first cycle of Nakamoto, because the signer set cannot be loaded for the first cycle until after the prepare phase
    * update the signer outer runloop to check the node’s block height on event receipt as well
    * update the testing harnesses to wait and check more appropriately for status checks from signers, etc.
    kantai committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5715f67 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5cc974e View commit details
    Browse the repository at this point in the history
  23. test: add test for reloading signer config when reward set unavailabl…

    …e at start of prepare phase
    kantai committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    98d05a4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b730f47 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    9f4b56e View commit details
    Browse the repository at this point in the history
  2. fix: broadcast-signed-block fault injection in the global signer conf…

    …ig, so we can set it in tests
    jcnelson committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e6e8955 View commit details
    Browse the repository at this point in the history
  3. fix: address #5046 completely

    jcnelson committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1fe3673 View commit details
    Browse the repository at this point in the history
  4. fix: counter for rejected blocks, and also, the canonical stacks tip …

    …doesn't have any bearing on whether or not we should keep mining, so don't check it
    jcnelson committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f7f1293 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    744bc37 View commit details
    Browse the repository at this point in the history
  6. chore: don't crash if we ask for /v2/info while the node is re-bindin…

    …g on the nakamoto transition
    jcnelson committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3060369 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1bd92ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ca62ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40d96e8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5054 from stacks-network/ci/fix-signers-tests

    Fix: Signers CI tests and refresh signer config behaviors
    kantai authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5aa1ed5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e077304 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5053 from stacks-network/fix/handle-empty-args-in…

    …-define-trait-signature
    
    fix: handle empty type_args in define-trait definition
    kantai authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    beeebe6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9aef236 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #5057 from stacks-network/docs/local-mutantion-tes…

    …ting
    
    docs & script for running cargo mutants locally on CI limitation
    kantai authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4867505 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b9d332b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d64e443 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #5045 from jbencin/fix/1.80-warnings

    fix: Rust 1.80 warnings
    jbencin authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2feb784 View commit details
    Browse the repository at this point in the history
  18. ci: add mutants skip

    kantai committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b800565 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b04d121 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #5063 from stacks-network/ci/fix-mock-miner-test

    CI: fix mock miner test
    jcnelson authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3a81438 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    45f29f8 View commit details
    Browse the repository at this point in the history
  22. fix: fix remaining integration tests (all of which failed due not wai…

    …ting around long enough for a Nakamoto block to process)
    jcnelson committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8430618 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. feat: enable test for #4998

    jcnelson committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    6e6e69d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2a3a99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8794080 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa0cb74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ea5e1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69e1a76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    799d9a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0255edf View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Add pre_nakamoto_miner_messaging option to MinerConfig

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a574768 View commit details
    Browse the repository at this point in the history
  2. Have miners respond to mock signature messages in epoch 2.5 via stack…

    …erdb
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4e37d0b View commit details
    Browse the repository at this point in the history
  3. Rust fmt

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c6c3aa4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. fix: /v3/block_proposal

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    78e3189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dcd82b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3fe791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c41cf4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9f5291 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3aabc4d View commit details
    Browse the repository at this point in the history
  7. refactor: auth_token

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3dc6621 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ac0537 View commit details
    Browse the repository at this point in the history
  9. feat: if broadcast=1 is given, and the auth token is set, then broadc…

    …ast the block on the p2p network even if we already have it locally
    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d14466b View commit details
    Browse the repository at this point in the history
  10. fix: wrong API path

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    00d6ca4 View commit details
    Browse the repository at this point in the history
  11. refactor: auth_token

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0b8bb80 View commit details
    Browse the repository at this point in the history
  12. fix: /v2 to /v3

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9d649ac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d917061 View commit details
    Browse the repository at this point in the history
  14. fix: auth_token

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b76641e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4b1e50b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2ac0332 View commit details
    Browse the repository at this point in the history
  17. fix: structured logging

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c1fd6fe View commit details
    Browse the repository at this point in the history
  18. chore: auth_token

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    cddf696 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b41846b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    21fc76d View commit details
    Browse the repository at this point in the history
  21. refactor: auth_token

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    62004f9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c9ec4fb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f5df7ef View commit details
    Browse the repository at this point in the history
  24. fix: use get_poll_time()

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e1046fd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3150d4c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c436e0e View commit details
    Browse the repository at this point in the history
  27. refactor: auth_token

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5341074 View commit details
    Browse the repository at this point in the history
  28. refactor: /v3

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3fe4266 View commit details
    Browse the repository at this point in the history
  29. refactor: auth_token

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e9bf54d View commit details
    Browse the repository at this point in the history
  30. chore: cargo fmt

    jcnelson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    545fcfe View commit details
    Browse the repository at this point in the history
  31. WIP: add test for mock miner messages. Failing to write to miner slot

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5d77eab View commit details
    Browse the repository at this point in the history
  32. WIP: Failing to write to miner slot

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4c7598c View commit details
    Browse the repository at this point in the history
  33. WIP: No longer failing to write to .miners but failing to find approp…

    …ro message
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    edfaa10 View commit details
    Browse the repository at this point in the history
  34. WIP: failing at 222

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c590bcf View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d8d3337 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f949691 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    7f12563 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d4a9215 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a6fd22b View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    f4b89f8 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    792e1c1 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    91952ac View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    29ee7ed View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    674cb5f View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    e5ad64f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. WIP: missing stackerdb messages

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    993d55b View commit details
    Browse the repository at this point in the history
  2. WIP: use latest election winner to send mock miner messages

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d93d07d View commit details
    Browse the repository at this point in the history
  3. WIP: stuck at 250

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b597a11 View commit details
    Browse the repository at this point in the history
  4. WIP: need to fix stacks tip consensus hash and stacks tip

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    37a2533 View commit details
    Browse the repository at this point in the history
  5. Fix consensus hash and stacks tip in MockMinerMessage

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    be1f6ed View commit details
    Browse the repository at this point in the history
  6. CRC: get sort db from SortitionDB

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6661194 View commit details
    Browse the repository at this point in the history
  7. CRC: simulate block proposal, signatures, and appending a block in mo…

    …ck signing
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    22ea256 View commit details
    Browse the repository at this point in the history
  8. Rename pre_nakamoto_miner_messaging to pre_nakamoto_mock_signing

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f12961e View commit details
    Browse the repository at this point in the history
  9. Add a bit more logging

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    82e390d View commit details
    Browse the repository at this point in the history
  10. fix: shorten miner thread ID string, and add a bump-blocks-processed …

    …call when we process a sortition (just as we have in neon node)
    jcnelson committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4ada7e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    572c547 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fe3d7dc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. CRC: improve logging

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b4987f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aae44ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5040 from stacks-network/fix/multi-miner-fixes-jude

    Fix/multi miner fixes jude
    jcnelson authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5321154 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5079 from stacks-network/chore/add-logs

    chore: add warn logs for block validate rejections
    obycode authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6937df5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5060 from jbencin/feat/neon-miner-replay

    feat: Neon mock miner replay
    jcnelson authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    09c4b06 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of https://github.com/stacks-network/stacks-core

    … into feat/mock-signature-aggregation
    jferrant committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3a85972 View commit details
    Browse the repository at this point in the history
  7. Do not enable pre nakamoto mock signing unless the miner key is set

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    62f5a6a View commit details
    Browse the repository at this point in the history
  8. Remove panic in tests when deserializing the block proposal slot due …

    …to mock signing using it for mock proposals
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c8d8743 View commit details
    Browse the repository at this point in the history
  9. Set pre nakamoto mock signing to true for mock sign test

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1610ce3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Fix block proposal rejection by enforcing fetch view to be up to date

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    32e2875 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. chore: fix some comments

    Signed-off-by: shangchengbabaiban <shuang.cui@live.cn>
    shangchengbabaiban committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    42bfde0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge pull request #5085 from shangchengbabaiban/develop

    chore: fix some comments
    obycode authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    cd4e99c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5084 from stacks-network/bugfix/block-proposal-re…

    …jection
    
    Fix block proposal rejection test
    jferrant authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    02fdee4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5070 from stacks-network/feat/mock-signature-aggr…

    …egation
    
    Feat/mock signing revamp
    jferrant authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b8e17c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f97df0d View commit details
    Browse the repository at this point in the history