-
Notifications
You must be signed in to change notification settings - Fork 271
Fetching block 65086 causes the node to throw a panic (recoverable) #474
Copy link
Copy link
Closed
Description
Fetching block 65086 causes a panic:
cast block 65086
Error: server returned an error response: error code -32603: cache service task stopped
This is what happens inside of the node when the panic happens:
Oct 15 13:56:33 ns5035737 tempo[1466591]: thread 'tokio-runtime-worker' panicked at /home/runner/.cargo/git/checkouts/reth-e231042ee7db3fb7/871bc82/crates/storage/codecs/src/alloy/signature.rs:18:9:
Oct 15 13:56:33 ns5035737 tempo[1466591]: assertion failed: buf.len() >= 64
Oct 15 13:56:33 ns5035737 tempo[1466591]: stack backtrace:
Oct 15 13:56:33 ns5035737 tempo[1466591]: note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
The txs in the block:
raw tx 1 (type 0x77):
0x0742c18c01388f65abfc6cfaaf629f66fed95a5193c52b50f00ec426b508c81bcf1437c8731ad7701f863fee675d5afa8f4266893a432eddcfd1d7a6b246ecba4e770240904010963452080000000000000000000000000000000000000000000001f36e2c82d1ad0a47698b8564bbe207498c301321dd7722ebb5d1935092dc36cf27c718127f80513e9b0c5e5a78176374b5b161a0d424340898953729822e7e16
parsed tx 2 (normal tx):
{
"type": "0x0",
"chainId": "0x1096",
"nonce": "0x0",
"gasPrice": "0x0",
"gas": "0x0",
"to": "0xfeec000000000000000000000000000000000000",
"value": "0x0",
"input": "0xb306cc70000000000000000000000000000000000000000000000000000000000000fe3e",
"r": "0x0",
"s": "0x0",
"v": "0x214f",
"hash": "0x868acaacdb70d76fc92d834189bea4e42332437a791f7ef8a76eceb701c1b824"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels