-
Notifications
You must be signed in to change notification settings - Fork 495
Support for Signet #239
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
Support for Signet #239
Conversation
LGTM, many thanks for the contribution! |
Would rebasing the changes make them more clear now? |
Rebased, now the history is clear. Waiting for bitcoin 0.24 |
42401d0
to
592bf77
Compare
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.
Wow, looks so simple now! :) Interesting, it seems that electrs
doesn't care about block magic numbers or something else to check the appropriate network.
Looks good so far.
Now, with the new rust-bitcoin version release I've updated dependency PR #240 and rebased onto it. However, to merge this we still have to wait for rust-bitcoin/rust-bitcoin#291 to be merged into rust-bitcoin and yet another version release after that |
Docker container & image working with signet + whole signet package (bitcoind+electrs+lightningd): |
CC: @kallewoof
|
utACK fac0da4 |
What's blocking the merge of this? Would be nice to bump |
It is now merged in |
What about merging to master? Or do you plan for |
Well, this require new signet-supporting rust-bitcoin version to be released; which has not happened yet. I monitor the situation nearly daily. |
Hmm, the constants are already there. At least that was the problem when attempting to try |
They are in the master, but not in crates.io (pending release) |
I am planning to port the missing features from |
With rust-bitcoin 0.26 release this is finally ready to be merged into master |
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.
Many thanks!
@romanz can I pls ask you to publish a release (tag+crate), so I can update my docker images? |
This is dependent on #238 and #240 and includes commit history from them (w/o this it would not build). Once these PRs will be merged I will rebase on master and clear the history so this PR can be reviewed (it has quite a few changes).
The only relevant commit in the history to Signet support is 1a4fc78