Skip to content
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 to Regtest Address #61

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

crisdut
Copy link
Member

@crisdut crisdut commented Nov 24, 2022

@crisdut crisdut changed the title Support to Regtest Address Support to Regtest Prefix Nov 24, 2022
@crisdut crisdut changed the title Support to Regtest Prefix Support to Regtest Address Nov 24, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2022

Codecov Report

Merging #61 (226d268) into master (a403e25) will decrease coverage by 0.0%.
The diff coverage is 0.0%.

@@           Coverage Diff           @@
##           master    #61     +/-   ##
=======================================
- Coverage     0.1%   0.1%   -0.0%     
=======================================
  Files          40     41      +1     
  Lines        3186   3317    +131     
=======================================
  Hits            3      3             
- Misses       3183   3314    +131     
Impacted Files Coverage Δ
cli/src/command.rs 0.0% <0.0%> (ø)
cli/src/main.rs 6.7% <0.0%> (-3.3%) ⬇️
cli/src/opts.rs 0.0% <0.0%> (ø)
rpc/src/client.rs 0.0% <0.0%> (ø)
rpc/src/error.rs 0.0% <0.0%> (ø)
rpc/src/lib.rs 100.0% <ø> (ø)
rpc/src/listen_addr.rs 0.0% <0.0%> (ø)
rpc/src/messages.rs 0.0% <0.0%> (ø)
rpc/src/service_id.rs 0.0% <0.0%> (ø)
src/automata.rs 0.0% <ø> (ø)
... and 49 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dr-orlovsky
Copy link
Contributor

Is it that AddressCompat doesn't support regtest? If not, it should - since it is a part of the address string; and I will look how to update it first.

AddressCompat provides stronger guarantees that the address, once parsed, is supported by the wallet, that is why it is used here

@crisdut
Copy link
Member Author

crisdut commented Nov 24, 2022

Is it that AddressCompat doesn't support regtest? If not, it should - since it is a part of the address string; and I will look how to update it first.

AddressCompat provides stronger guarantees that the address, once parsed, is supported by the wallet, that is why it is used here

Hi @dr-orlovsky,

I reverted the change and created a new PR related:

@dr-orlovsky
Copy link
Contributor

Please see my comments in BP-WG/descriptor-wallet#64 (comment)

We need to decide upon that problem first

src/lnpd/funding.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@dr-orlovsky dr-orlovsky left a comment

Choose a reason for hiding this comment

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

ACK 226d268 as a temporary fix pending #62

@dr-orlovsky dr-orlovsky merged commit 60d68d2 into LNP-WG:master Nov 28, 2022
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.

None yet

3 participants