You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vladimirvolek noticed (GitHub Actions run), that if you send a non-deserializable transaction to cardano-node, you'll get a cryptic ChannelError(AgentDequeue) error, e.g.:
So it seems that a non-deserializable transaction somehow breaks the Ouroboros flow in Pallas?
Desired outcome
We should have a better error message, if getting to (DeserialiseFailure 9 "expected list len or indef") is not possible easily, then maybe just something generic like "Invalid transation"?
The text was updated successfully, but these errors were encountered:
Reproduction
@vladimirvolek noticed (GitHub Actions run), that if you send a non-deserializable transaction to
cardano-node
, you'll get a crypticChannelError(AgentDequeue)
error, e.g.:In
cardano-node
’s log, you can see a more proper error,(DeserialiseFailure 9 "expected list len or indef")
:So it seems that a non-deserializable transaction somehow breaks the Ouroboros flow in Pallas?
Desired outcome
We should have a better error message, if getting to
(DeserialiseFailure 9 "expected list len or indef")
is not possible easily, then maybe just something generic like"Invalid transation"
?The text was updated successfully, but these errors were encountered: