-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
btcd v0.24 stuck on block 830326: Failed to process block ..be24f56e: assertion failed: view missing input ..20f56e2f:1 #2121
Comments
I think that's the relevant code section here: Lines 392 to 406 in 13152b3
|
The block Here's the block in hex and JSON: https://gist.github.com/0xB10C/27558c819cbec59c1d40a02e0c090454 |
fwiw: forgot to mention it in the OP, but I'm running |
This might be related to the recent view changes @kcalvinalvin ? |
fwiw: my testnet btcd v0.24.0 node got stuck with a similar error. Very likely related.
Will re-sync it. |
My btcd v0.24 node connected to my https://fork.observer instance seems to be stuck on block 830326. It knows about the chain tip and considers it a valid fork, but fails to process block 000000000000000000022b7ad737a424e1d98f9e4af52ed59a699603ff0a96b0 (830327).
relevant logs:
from fork-observer:
Based on
assertion failed: view missing input 4538124686f31fdef2930639c5957e72af5796a078127548b58b783420f56e2f:1
, it seems like https://mempool.space/tx/305b9a9c63df1206dbd409189f0a66e5b01f5f5cb2984b633d574fff33e086d2 can't be applied as https://mempool.space/tx/4538124686f31fdef2930639c5957e72af5796a078127548b58b783420f56e2f#flow=&vout=1 wasn't added to the UTXO set.Restarting btcd doesn't seem to fix this problem. I'm not sure yet if this is a local UTXO set inconsistency or a more widespread problem. I haven't seen anyone else having this problem.
edit: asked on twitter if anyone else is seeing this https://twitter.com/0xB10C/status/1757875766635757689
The text was updated successfully, but these errors were encountered: