-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: stacks-network/sbtc
base: 0.0.9-rc5p
head repository: stacks-network/sbtc
compare: test-docker-release
Commits on Jan 9, 2025
-
fix: enforce codec deserialization (#1188)
* Add an outlined description of the sBTC code specification * Enforce field order deserialization for proto::Signed messages * Update the docstrings
Configuration menu - View commit details
-
Copy full SHA for d462888 - Browse repository at this point
Copy the full SHA d462888View commit details -
fix: increase the event observer max body size (#1195)
* fix: increase the event observer max body size * chore: add missing codegen(?) * chore: fmt
Configuration menu - View commit details
-
Copy full SHA for 9755139 - Browse repository at this point
Copy the full SHA 9755139View commit details
Commits on Jan 10, 2025
-
refactor: better integration test db instantiation (#1206)
* refactor integration test db stuff * remove extra signer db and move flyway to bottom of compose * fix flyway url in test compose * remove extra signer db from ci compose * add whitespace * remove whitespace * add whitespace * remove whitespace * add whitespace * remove whitespace * add whitespace * remove whitespace
Configuration menu - View commit details
-
Copy full SHA for 14ef98e - Browse repository at this point
Copy the full SHA 14ef98eView commit details
Commits on Jan 14, 2025
-
feat: additional logging for
new_block
handler (#1203)* logging tweaks for new_block endpoint * fmt lint * tweaks * remove scoping around span/record * fix typo * use actual event names in a separate tracing field * use outpoint instead of txid+vout
Configuration menu - View commit details
-
Copy full SHA for 1c964ee - Browse repository at this point
Copy the full SHA 1c964eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 619f9b4 - Browse repository at this point
Copy the full SHA 619f9b4View commit details -
feat: add config params for dkg-rerun bitcoin block height and target…
… rounds (#1204) * add config var * add 'dkg_rounds_target' config param * use u32 instead of u16 for simplicity * pr comments * fix comments/test names
Configuration menu - View commit details
-
Copy full SHA for c35c82b - Browse repository at this point
Copy the full SHA c35c82bView commit details -
feat: #1200 feature signers allow second dkg after specific block hei…
…ght (#1205) * allow at most 2 dkg runs * db int bug * fmt * lint * use dkg rounds target config parameter * add tests, pr comments * logging * test explicitly for the expected err * additional test * remove whitespace * dkg_share to dkg_shares * more naming * update match * update match
Configuration menu - View commit details
-
Copy full SHA for 1774855 - Browse repository at this point
Copy the full SHA 1774855View commit details -
feat: Query By Recipient (#1125)
* feat: get deposits by recipient. * chore: Fix linter error * add generated sources changes * Change internal Emily code to use u16s instead of i32s * fix linter complaint * Fix test
Configuration menu - View commit details
-
Copy full SHA for 2d1249e - Browse repository at this point
Copy the full SHA 2d1249eView commit details -
feat: #1199 feature coordinator attempts subsequent DKG run according…
… to configuration (#1212) * add placeholder config vars * update config * coordinator coordinates DKG again if configured to do so * pr comments
Configuration menu - View commit details
-
Copy full SHA for 593e952 - Browse repository at this point
Copy the full SHA 593e952View commit details -
fix: exit early if no requests during presign request creation (#1215)
* return early when there are no requests when constructing a BitcoinPreSignRequest
Configuration menu - View commit details
-
Copy full SHA for 8c1ad1b - Browse repository at this point
Copy the full SHA 8c1ad1bView commit details
Commits on Jan 15, 2025
-
feat: always create new state machines (#1209)
* Updating the signers to create a new state machine all the time * Use an LruCache for keeping signer state machines * Use the bitcoin block hash as the key ID for the signer state machine used during DKG
Configuration menu - View commit details
-
Copy full SHA for c3aabae - Browse repository at this point
Copy the full SHA c3aabaeView commit details
Commits on Jan 16, 2025
-
feat: load aggregate key dependent signer state machines (#1210)
* Add an aggregate key field to the bitcoin sig hash object * Add a SQL migration for the new column and make sure we write to it in our query * Return the aggregate key in the will sign query * Load the secret shares based on the aggregate key associated with the sighash * Add a new end-to-end test for signing bitcoin transactions with multiple locking keys.
Configuration menu - View commit details
-
Copy full SHA for 7040848 - Browse repository at this point
Copy the full SHA 7040848View commit details -
[feature] return a proper errors instead of debug asserts (#1165)
* Enriched error message in handle_stacks_transaction_sign_request * fmt * add TweakCheck error * Enriched scripts checks in CreateDepositRequest::validate_tx * get_tenure_raw error message upgrade * remove unnecessary debug assert * review fixes * Prettify comment Co-authored-by: Daniel Jordon <djordon@users.noreply.github.com> --------- Co-authored-by: Daniel Jordon <djordon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d80f097 - Browse repository at this point
Copy the full SHA d80f097View commit details -
fix: validate network recipient stacks address (#1229)
* Add a check for the network of the recipient address embedded in the deposit script
Configuration menu - View commit details
-
Copy full SHA for 55ffd37 - Browse repository at this point
Copy the full SHA 55ffd37View commit details
Commits on Jan 20, 2025
-
- Add locked option in the docker build
Configuration menu - View commit details
-
Copy full SHA for 32752a3 - Browse repository at this point
Copy the full SHA 32752a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfddc97 - Browse repository at this point
Copy the full SHA dfddc97View commit details
Commits on Jan 21, 2025
-
feat: Add Artifact attestation for CI builds (#1240)
* Add gh artifcat attestation * Fix subject name with tags * Remove tags from the name * Add index in front of the name
Configuration menu - View commit details
-
Copy full SHA for 9a61457 - Browse repository at this point
Copy the full SHA 9a61457View commit details -
Specify workflows permissions (#1247)
- Add permission block to enforce permission visibility
Configuration menu - View commit details
-
Copy full SHA for a53ab63 - Browse repository at this point
Copy the full SHA a53ab63View commit details
Commits on Jan 22, 2025
-
feat: Pin action by hash in CI workflows (#1249)
- Add hash to every CI action
Configuration menu - View commit details
-
Copy full SHA for f53b9bf - Browse repository at this point
Copy the full SHA f53b9bfView commit details -
feat: use conservative default sBTC limits (#1254)
* feat: use conservative default sBTC limits * chore: restore trait import * chore: use max money as minimum * chore: remove default in favor of explicit methods
Configuration menu - View commit details
-
Copy full SHA for 84541ed - Browse repository at this point
Copy the full SHA 84541edView commit details -
Configuration menu - View commit details
-
Copy full SHA for adebf67 - Browse repository at this point
Copy the full SHA adebf67View commit details
Commits on Jan 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 102c220 - Browse repository at this point
Copy the full SHA 102c220View commit details -
Configuration menu - View commit details
-
Copy full SHA for f03e7bc - Browse repository at this point
Copy the full SHA f03e7bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03b0e4d - Browse repository at this point
Copy the full SHA 03b0e4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6329a25 - Browse repository at this point
Copy the full SHA 6329a25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 940bcdc - Browse repository at this point
Copy the full SHA 940bcdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1895953 - Browse repository at this point
Copy the full SHA 1895953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ef9ea - Browse repository at this point
Copy the full SHA 14ef9eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e1d38 - Browse repository at this point
Copy the full SHA c6e1d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 298a58d - Browse repository at this point
Copy the full SHA 298a58dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff763f8 - Browse repository at this point
Copy the full SHA ff763f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f19b3 - Browse repository at this point
Copy the full SHA a4f19b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ec2935 - Browse repository at this point
Copy the full SHA 8ec2935View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b40c69 - Browse repository at this point
Copy the full SHA 3b40c69View commit details
There are no files selected for viewing