electrum: add validate_domain to ElectrumBlockchainConfig#805
Conversation
tnull
left a comment
There was a problem hiding this comment.
This currently fails multiple tests in which the new field is missing from ElectrumBlockchainConfig.
|
I think it's OK to implement this as a breaking change as you've done, but you also need to update the related tests that create a new |
9dc7321 to
f2d7b80
Compare
|
Concept ACK, but the default should be |
I had the same thought, but I believe the default returned by However, I agree that it should probably also be set to Also, needs a rebase now to make CI happy. |
@afilini forgive my naivety here, but how would this default affect BDK users connecting to their own node at home? The default for this is over Tor, which carries no domain/cert. |
|
You all are right the default for @icota this PR also needs to be rebased to fix a recent CI issue. Thanks! |
f2d7b80 to
2451c00
Compare
Description
The purpose of the PR is to be able to configure both
stop_gapandvalidate_domain. Perhaps there are nicer ways.All Submissions:
cargo fmtandcargo clippybefore committingBugfixes:
Issue in #804