feat(utxo-descriptors): add sBTC taproot descriptors#8706
feat(utxo-descriptors): add sBTC taproot descriptors#8706veetragjain wants to merge 1 commit intomasterfrom
Conversation
90bd989 to
437b5cd
Compare
437b5cd to
cceee87
Compare
c457955 to
2d1f07e
Compare
2d1f07e to
37a7a06
Compare
| @@ -0,0 +1,65 @@ | |||
| { | |||
| "name": "@bitgo/utxo-descriptors", | |||
There was a problem hiding this comment.
you need to set this to { private: true } for now, we need to publish this with a manual step first
There was a problem hiding this comment.
I thought someone from velocity team will help creating the package first based on this thread - https://bitgo.slack.com/archives/C010AEXLLCR/p1772034901293329
There was a problem hiding this comment.
yes but I think the sequence is: create package in repo with private: true, then manual publish, then we remove the private: true again
There was a problem hiding this comment.
I'm pretty sure it's the reason why
[BitGo SDK / verify-npm-packages (pull_request)]
is failing
There was a problem hiding this comment.
Not sure if it's documented anywhere, but I don't see this being done for some of the recently added packages like sdk-coin-kaspa
There was a problem hiding this comment.
try setting it to private: true anyway so we can get a green build
There was a problem hiding this comment.
Alright, let me try it once.
37a7a06 to
01a22f9
Compare
01a22f9 to
19dac58
Compare
| * as a Taproot internal key guarantees the output cannot be spent via the | ||
| * key path — only via one of the script-path leaves. | ||
| */ | ||
| export const UNSPENDABLE_INTERNAL_KEY = '50929b74c1a04954b78b4b6035e97a5e078a5a0f28ec96d547bfee9ace803ac0'; |
There was a problem hiding this comment.
@linear add a ticket so we expose this from wasm-utxo where we define it already I believe
Ticket: CSHLD-744