Skip to content

Expose signet support added to bitcoin-kmp#70

Merged
sstone merged 4 commits intoACINQ:masterfrom
remyers:signet
Aug 18, 2022
Merged

Expose signet support added to bitcoin-kmp#70
sstone merged 4 commits intoACINQ:masterfrom
remyers:signet

Conversation

@remyers
Copy link
Contributor

@remyers remyers commented Aug 17, 2022

Exposes signet Block hash and blockId from bitcoin-kmp; requires the next version of bitcoin-kmp that includes PR #61.

@remyers
Copy link
Contributor Author

remyers commented Aug 17, 2022

Pending update to version of bitcoin-kmp that adds signet support.

@remyers remyers marked this pull request as ready for review August 18, 2022 06:56
@remyers
Copy link
Contributor Author

remyers commented Aug 18, 2022

@sstone this PR is pending an update of pom.xml to reference the 0.8.5-SNAPSHOT of bitcoin-kmp; I'm not sure what the workflow is for making that happen.

@sstone
Copy link
Member

sstone commented Aug 18, 2022

I'll release and publish bitcoin-kmp 0.8.5 today, you can then update the pom.

assert(tx2.txid == ByteVector32(hex"3acf933cd1dbffbb81bb5c6fab816fdebf85875a3b77754a28f00d717f450e1e"))
// this tx was published on segnet as 3acf933cd1dbffbb81bb5c6fab816fdebf85875a3b77754a28f00d717f450e1e
assert(tx2.txid == ByteVector32(hex"f25b3fecc9652466926237d96e4bc7ee2c984051fe48e61417aba218af5570c3"))
// this tx was published on segnet as f25b3fecc9652466926237d96e4bc7ee2c984051fe48e61417aba218af5570c3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: some comments still mention segnet

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doh! good catch, I also updated the examples in README.md to use the corresponding values that I changed in the unit tests. fixed in af5c571.

@sstone sstone merged commit bba1760 into ACINQ:master Aug 18, 2022
@remyers remyers deleted the signet branch August 18, 2022 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants