We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The log that tells you the state of an order is quite terse:
Check conditional order result: 🕣 TRY_AT_EPOCH. Reason: POLL_TRY_AT_EPOCH: traded amount too small
For debugging purposes, I think it could be improved.
What I'm thinking about is:
Check conditional order result: 🕣 TRY_AT_EPOCH. TImestamp: 1707223545. Reason: POLL_TRY_AT_EPOCH: traded amount too small (owner 0xEf9831837Da1397838700D0Db95447556133cdEa, hash 0x7fac4df2398d09f2f31a92a0c6c18dd07be1396d2cb19e3856b97a3c1085f466)
(Note the extra timestamp and a clear reference to which order we're talking about.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
The log that tells you the state of an order is quite terse:
For debugging purposes, I think it could be improved.
Details
What I'm thinking about is:
(Note the extra timestamp and a clear reference to which order we're talking about.
Acceptance criteria
The text was updated successfully, but these errors were encountered: