-
Notifications
You must be signed in to change notification settings - Fork 72
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
Bug: Output stops (Testnet, Block 3218408) #37
Comments
hmm... i retried it and it scrolled thru. strange. |
@gitmachtl did you update to the latest version by any chance? We just fixed a bug that crashed the process when encountering a block with protocol update parameters inside. Sounds similar to the symptom you describe. |
on 0.3.8 right now, will try with 0.3.9 |
no difference, i tried another point in the chain:
it hangs on the TX28 of block 3219824. same on node 1.33.0 and node 1.31.x can you try it yourself?
|
I had to restart my testnet node, I will attempt to reproduce your exact scenario once it finishes syncing. In the meantime, I tried using Oura against a testnet relay and I managed to pass the troublesome block. Could you try the following command on your side?
|
yes, scrolled thru. hmm... maybe unix vs. tcp bearer issue. will try with another node. |
BUT, there is no block 3219825!? |
Very weird, but that narrows down the issue. I'll run a debug session to check the decoding of that block. |
ok, i think it has to do with the unix bearer. when i try the following on my local node:
it scrolls thru but jumps from block 3219824 to 3219826. when i try the same using the node.socket like:
it hangs on the last tx of block 3219824 and never jumps to 3219826. so there are two things:
|
I've managed to confirm that there a crash when trying to decode that particular block. I'll look into fixing that first. |
for posterity, seems that block |
oh thats interesting |
@gitmachtl this should be fixed on the recently released version 0.3.10. Feel free to re-open the issue if you encounter any trouble. |
yes, just tested it. it works! |
Hi, please try the following command:
oura watch <path-to-node.socket> --magic testnet --since '47198121,0e896e691265cdd51ccf7d363797bef9c53e6d3a6ec9883ef9e7b362bae97d79'
the output stops at block 3218408, tx 04 ?
also hangs afterwards a few blocks later.
The text was updated successfully, but these errors were encountered: