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

Feat/signers read stackerdb #4658

Merged
merged 14 commits into from
Apr 26, 2024
Merged

Feat/signers read stackerdb #4658

merged 14 commits into from
Apr 26, 2024

Commits on Apr 8, 2024

  1. WIP: initial ideas for reloading messages

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    bf75d42 View commit details
    Browse the repository at this point in the history
  2. WIP: initial testing framework

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8681bff View commit details
    Browse the repository at this point in the history
  3. WIP: issues when tries to start DKG before initialized

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    18f3c03 View commit details
    Browse the repository at this point in the history
  4. WIP: can't seem to end dkg

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    31af777 View commit details
    Browse the repository at this point in the history
  5. WIP: Verify retrieved packets from stackerdb before ingesting them

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ebfe075 View commit details
    Browse the repository at this point in the history
  6. Do not attempt to process sign messages as miner messages are always …

    …overwritten so its impossible to do properly
    
    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2aaa669 View commit details
    Browse the repository at this point in the history
  7. Remove non existent stackerdb_delayed_sign test

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9f26d4a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Merge branch 'develop' of https://github.com/stacks-network/stacks-core

    … into feat/signers-read-stackerdb
    jferrant committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8f6af15 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Fix test

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d0c8871 View commit details
    Browse the repository at this point in the history
  2. Move reading of stackerdb to refresh dkg call to make logic easier to…

    … follow
    
    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    286ea1d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge branch 'develop' of https://github.com/stacks-network/stacks-core

    … into feat/signers-read-stackerdb
    jferrant committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    573d2cf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Increase timeouts so test doesn't flake

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8005780 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/stacks-network/stacks-core

    … into feat/signers-read-stackerdb
    jferrant committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    588b5b7 View commit details
    Browse the repository at this point in the history
  3. Do it right or don't do it at all. Use stackerdb to know when to trig…

    …ger next steps
    
    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ff96f8c View commit details
    Browse the repository at this point in the history