-
Notifications
You must be signed in to change notification settings - Fork 588
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
Update btcd dependency, add Signet params #735
Conversation
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.
LGTM, travis is failing with:
--- FAIL: TestRPCMethodHelpGeneration (0.01s)
rpchelp_test.go:59: Cannot generate 'en_US' help for method 'listsinceblock': missing description for 'listtransactionsresult-label'
rpchelp_test.go:59: Cannot generate 'en_US' help for method 'listtransactions': missing description for 'listtransactionsresult-label'
rpchelp_test.go:59: Cannot generate 'en_US' help for method 'listaddresstransactions': missing description for 'listtransactionsresult-label'
rpchelp_test.go:59: Cannot generate 'en_US' help for method 'listalltransactions': missing description for 'listtransactionsresult-label'
rpchelp_test.go:46: Regenerate help texts with 'go generate' after fixing
Fixed Travis. |
Rebased. @Roasbeef PTAL. |
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.
LGTM 🥃
With this commit we add the signet test network parameters to all switch cases where we distinguish between the different networks.
Rebased and added a few more cases that were previously not covered. |
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.
LGTM 🛎
Required for lightningnetwork/lnd#5025.
Depends on btcsuite/btcd#1692.
Adds support for Bitcoin Signet.
cc @Roasbeef, @wpaulino.