-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
add litecoin regtest to lnd #2189
add litecoin regtest to lnd #2189
Conversation
Dupe of #1996 however additional changes were made |
ef2108c
to
c1958a8
Compare
@Roasbeef et.al, I reviewed adding specs and most of this code is untested. Is there anything else that needs to be done to get this PR merged? |
Bump |
Related: #1865 |
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! 🎉
needs a rebase on master first tho |
c1958a8
to
608a880
Compare
@cfromknecht thanks for the review. We are rebased |
9d36d60
to
70aff1e
Compare
@cfromknecht please re-review before merge |
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 🎊
The LTCD repo was destroyed and recreated for whatever reason… In consequence, the commit history wasn't preserved, and my PR ensuring ltcd / litecoind regtest compatibility was probably trashed (I don't have the time to check). (edit: this one: ltcsuite/ltcd#10) BTW, the diff of @dannypaz you should also fix your author / commiter emails in your commit. |
@jlamur I got your PR ltcsuite-archive/ltcd#10 (ltcd was pushed to the archive) merged to master before they did the upgrade. Thanks for letting me know about the author/commit github stuff. |
70aff1e
to
d6339fc
Compare
@cfromknecht you'll need to re-review |
Ignore that, I was wrong, the changes were squashed in the commit ltcsuite/ltcd@5f2d96fe3. |
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
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.
utACK 👍
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 🚀
@dannypaz if you're busy atm we can push this off to 0.7 |
ef6690d
to
5079335
Compare
regtest change to chainregistry for default port number merge w/ master
5079335
to
6fd5ef8
Compare
@cfromknecht sorry about that. thanks for letting me know. we are rebased |
@dannypaz no worries just thought I’d leave a reminder :) |
This PR enables regtest mode for ltcd/litecoind in lnd.
Related PRs:
ltcsuite/ltcd#10 was recently merged into LTCD to prevent failures ofinvalid genesis block
.LTCD archived the issue here: ltcsuite-archive/ltcd#10
Changes include:
config.go
regtestNetParams
tobitcoinRegTestNetParams