taikoxyz / raiko

Multi-proofs for Taiko. SNARKS, STARKS and Trusted Execution Enclave. Our previous ZK-EVM circuits are deprecated.
Apache License 2.0
124 stars 91 forks source link

decode_transactions error: InputTooShort, use empty tx_list #174

Closed boblekov closed 6 months ago

boblekov commented 6 months ago

Describe the bug

Good afternoon, dear taiko team. Can you tell me how to fix this error? It arose after I updated the files today using "git pull". At the same time, everything works as before, but this error has appeared. Thank you. image image image

Steps to reproduce

Steps to reproduce here.

Spam policy

Brechtpd commented 6 months ago

Ah this is not a real error and part of the normal process of decoding the tx data. While it is a kind of error, it's an error that needs to be handled internally so indeed a bit confusing for people that look at it, we probably shouldn't print it as an error.

boblekov commented 6 months ago

Understood, thanks :)