-
Notifications
You must be signed in to change notification settings - Fork 668
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
modify nakamoto block header to use Vec<MessageSignature>
#4781
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ac1193 - Browse repository at this point
Copy the full SHA 8ac1193View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd0407b - Browse repository at this point
Copy the full SHA fd0407bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80e6853 - Browse repository at this point
Copy the full SHA 80e6853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57c0db2 - Browse repository at this point
Copy the full SHA 57c0db2View commit details -
- use `vec![]` instead of `Vec::new()` or `Vec::with_capacity` - Add a constant for the signer threshold - Update threshold calculation - Fix some unsafe unwraps / math - Refactor how `TestSigner` signs a block using a reward set
Configuration menu - View commit details
-
Copy full SHA for da6dad1 - Browse repository at this point
Copy the full SHA da6dad1View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0f9052 - Browse repository at this point
Copy the full SHA e0f9052View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aaf8b93 - Browse repository at this point
Copy the full SHA aaf8b93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 401d2d3 - Browse repository at this point
Copy the full SHA 401d2d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 650c86c - Browse repository at this point
Copy the full SHA 650c86cView commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f72ecc8 - Browse repository at this point
Copy the full SHA f72ecc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa9baf9 - Browse repository at this point
Copy the full SHA aa9baf9View commit details
Commits on May 22, 2024
-
feat: better API for querying preprocessed reward sets (e.g. by rewar…
…d cycle ID, by sortition ID, etc.)
Configuration menu - View commit details
-
Copy full SHA for 2416c4b - Browse repository at this point
Copy the full SHA 2416c4bView commit details -
chore: fix 4813 by re-trying to store a reward set if it has 'selecte…
…d-and-unknown' status
Configuration menu - View commit details
-
Copy full SHA for 753f9c9 - Browse repository at this point
Copy the full SHA 753f9c9View commit details -
chore: blow away aggregate key verification code (it won't be used un…
…til a later date, and it's in the git history so we can fetch it later)
Configuration menu - View commit details
-
Copy full SHA for ad1094b - Browse repository at this point
Copy the full SHA ad1094bView commit details -
Configuration menu - View commit details
-
Copy full SHA for da60d06 - Browse repository at this point
Copy the full SHA da60d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67038a2 - Browse repository at this point
Copy the full SHA 67038a2View commit details -
fix: search for the highest tenure from the block-processor's given s…
…ortition tip. Do not attempt to get the canonical stacks or burnchain tips.
Configuration menu - View commit details
-
Copy full SHA for 127165a - Browse repository at this point
Copy the full SHA 127165aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc3d55 - Browse repository at this point
Copy the full SHA 9bc3d55View commit details -
chore: move unused code for loading the aggregate public key into a t…
…est module, where it is still required for test coverage
Configuration menu - View commit details
-
Copy full SHA for b8e85e3 - Browse repository at this point
Copy the full SHA b8e85e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c50fa - Browse repository at this point
Copy the full SHA 41c50faView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1d4657 - Browse repository at this point
Copy the full SHA f1d4657View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb572e - Browse repository at this point
Copy the full SHA ffb572eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2fac09 - Browse repository at this point
Copy the full SHA f2fac09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fff20e - Browse repository at this point
Copy the full SHA 3fff20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0318fb2 - Browse repository at this point
Copy the full SHA 0318fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f38a04 - Browse repository at this point
Copy the full SHA 4f38a04View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0100bc - Browse repository at this point
Copy the full SHA b0100bcView commit details -
feat: cache reward sets by reward cycle and sortition ID, instead of …
…aggregate public keys
Configuration menu - View commit details
-
Copy full SHA for 3de7c89 - Browse repository at this point
Copy the full SHA 3de7c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc43a27 - Browse repository at this point
Copy the full SHA dc43a27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0a1a3 - Browse repository at this point
Copy the full SHA 4d0a1a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 004f3d6 - Browse repository at this point
Copy the full SHA 004f3d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b1492 - Browse repository at this point
Copy the full SHA 02b1492View commit details -
fix: load the signer reward cycle for the block based on the fact tha…
…t the block in reward cycle N at reward cycle index 0 was signed by the signers of reward cycle N - 1
Configuration menu - View commit details
-
Copy full SHA for 6e301e3 - Browse repository at this point
Copy the full SHA 6e301e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f1c8dc - Browse repository at this point
Copy the full SHA 1f1c8dcView commit details -
feat: add query API for the ongoing tenure in a given sortition (be i…
…t an extension of a previously-started tenure, or a newly-started tenure), and clarify that the existing API for getting the highest Nakamoto tenure only pertains to the highest *started* tenure (not extended)
Configuration menu - View commit details
-
Copy full SHA for a99c098 - Browse repository at this point
Copy the full SHA a99c098View commit details -
Configuration menu - View commit details
-
Copy full SHA for f930538 - Browse repository at this point
Copy the full SHA f930538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 480f2fd - Browse repository at this point
Copy the full SHA 480f2fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c2847 - Browse repository at this point
Copy the full SHA d2c2847View commit details -
Configuration menu - View commit details
-
Copy full SHA for b24deed - Browse repository at this point
Copy the full SHA b24deedView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb1aed1 - Browse repository at this point
Copy the full SHA bb1aed1View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 72b0e2c - Browse repository at this point
Copy the full SHA 72b0e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1091346 - Browse repository at this point
Copy the full SHA 1091346View commit details -
chore: comment on why we need to continuously re-check the preprocess…
…ed reward set of the anchor block is not yet known
Configuration menu - View commit details
-
Copy full SHA for 91f3545 - Browse repository at this point
Copy the full SHA 91f3545View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b86b95 - Browse repository at this point
Copy the full SHA 6b86b95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0658bb9 - Browse repository at this point
Copy the full SHA 0658bb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cb4d15 - Browse repository at this point
Copy the full SHA 4cb4d15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dca885 - Browse repository at this point
Copy the full SHA 4dca885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2275aa8 - Browse repository at this point
Copy the full SHA 2275aa8View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3dccf40 - Browse repository at this point
Copy the full SHA 3dccf40View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e68198 - Browse repository at this point
Copy the full SHA 0e68198View commit details -
Configuration menu - View commit details
-
Copy full SHA for a70bfb5 - Browse repository at this point
Copy the full SHA a70bfb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbcd10f - Browse repository at this point
Copy the full SHA dbcd10fView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for faa808a - Browse repository at this point
Copy the full SHA faa808aView commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e968530 - Browse repository at this point
Copy the full SHA e968530View commit details -
Configuration menu - View commit details
-
Copy full SHA for f963b35 - Browse repository at this point
Copy the full SHA f963b35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c35571 - Browse repository at this point
Copy the full SHA 4c35571View commit details
Commits on May 31, 2024
-
Merge pull request #4807 from stacks-network/feat/miner-gather-v0-sig…
…natures feat: gather v0 block signatures from stackerdb
Configuration menu - View commit details
-
Copy full SHA for ba9df14 - Browse repository at this point
Copy the full SHA ba9df14View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55567d7 - Browse repository at this point
Copy the full SHA 55567d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d7c5bd - Browse repository at this point
Copy the full SHA 1d7c5bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e59295 - Browse repository at this point
Copy the full SHA 0e59295View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c8df31 - Browse repository at this point
Copy the full SHA 7c8df31View commit details