build: update to version of btcd with wire parsing bug fix#7004
build: update to version of btcd with wire parsing bug fix#7004Roasbeef merged 2 commits intolightningnetwork:masterfrom
Conversation
sangaman
left a comment
There was a problem hiding this comment.
Just pulled this branch and compiled off of it and tried running lnd on testnet, my synced_to_chain went from false to true and I'm able to send on-chain transactions.
|
@sangaman thanks for testing things out! This PR can be applied for those already on |
|
tACK my node is back up |
|
tACK, working here as well on arm with bitcoind full node backend |
We also add an entry for the _new_ 0.15.2 hot fix release.
|
Ok, the btcd version bump PR has landed, with a corresponding release there: https://github.com/btcsuite/btcd/releases/tag/v0.23.2 Now I can update this PR to point to that release rather than my fork. |
e168683 to
1c88484
Compare
There was a problem hiding this comment.
tACK with:
- testnet on
Linux 5.4.0-125-generic #141-Ubuntu SMP Wed Aug 10 13:42:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux - mainnet on
Linux 5.4.0-125-generic #141-Ubuntu SMP Wed Aug 10 13:42:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux - mainnet on
Linux 5.10.103-v8+ #1529 SMP PREEMPT Tue Mar 8 12:26:46 GMT 2022 aarch64 GNU/Linux
|
tACK on windows 10 |
|
tACK |
|
Patch applied, working fine now. |
Fixes #7002