-
Notifications
You must be signed in to change notification settings - Fork 113
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
[urgent] Update LND due to a critical bug #564
Comments
I'll update lnd and electrs in nixpkgs as soon as there are new releases. Meanwhile I guess you prefer to fix in nix-bitcoin local packages. |
fwiw: my nix-bitcoin electrs v0.9.9 processed the block just fine |
Also no issues with Fulcrum 1.8.1. |
I was too quick. I can confirm that electrs v0.9.9 on my nix-bitcoin node is running fine. I can see the problem only on my other "MyNode" node, where is still electrs v0.9.3 which seems to be affected. |
Fixed in #565 |
nixpkgs master PR: NixOS/nixpkgs#199002 |
For more info, please see:
electrs: Bug: "oversized vector allocation" due to large transaction (lots of witness inputs) romanz/electrs#783
lnd: [bug]: CRITICAL! Unable to process chain reorg / too many witness items to fit into max message size lightningnetwork/lnd#7096
btcd: Consensus conflict caused by maxWitnessItemsPerInput btcsuite/btcd#1906
https://twitter.com/c_otto83/status/1587400648366202880
pkgs: add lnd 0.15.4 (hotfix) #565
The text was updated successfully, but these errors were encountered: