-
Notifications
You must be signed in to change notification settings - Fork 9
feat: pass bip32PathsAbsolute flag into bip174 #54
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: pass bip32PathsAbsolute flag into bip174 #54
Conversation
00abbb7
to
e70ce0c
Compare
@ericcrosson-bitgo - want your review to make sure that the |
e70ce0c
to
677dfdb
Compare
677dfdb
to
4a88a1e
Compare
"version": "npm:@bitgo/[email protected]", | ||
"resolved": "https://registry.npmjs.org/@bitgo/bip174/-/bip174-3.0.0.tgz", | ||
"integrity": "sha512-Qv98vy6l1WgZwrxKx7IPYY91/+Z3tpALVSDn+Ic9qCsxygCq9gYw5eL8q3kd7LYTFLy/HgcqhcMOa83Spbp4JA==" | ||
"version": "npm:@bitgo-forks/[email protected]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this was gonna be -master.1
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are 2 identical versions: 3.0.0-rc.1, which I published manually, and 3.1.0-master.1, which semantic-release published when the release pipeline was turned on
https://www.npmjs.com/package/@bitgo-forks/bip174?activeTab=versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Package lockfile looks good to me
bip174
bip32PathsAbsolute
flag for PSBT deserializationBG-54756