Replies: 1 comment
-
The Direct module is the part that talks to the actual chain, whereas the Head maintains a completely separate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I noticed that when submitting a tx inside the head, the CekError that is attached to the
TxInvalid
event is encoded.This is an example output I am getting:
where the
hZ8aA....AA==\
strings can be decoded viadebugPlutus
to get a readable error.I was wondering if it would be possible to show the decoded error directly in there. It looks like it is done in case of a single error https://github.com/input-output-hk/hydra-poc/blob/a1659dc856828811c54e722c4f8ac5bbfce2aab3/hydra-node/src/Hydra/Chain/Direct.hs#L555 but not in general, why is that the case?
Beta Was this translation helpful? Give feedback.
All reactions