Replies: 4 comments 1 reply
-
Converted this to a discussion because the idea is to immature to implement. |
Beta Was this translation helpful? Give feedback.
-
The easiest way of implementing this would be introducing a new message from the taker, something like: |
Beta Was this translation helpful? Give feedback.
-
The discussion title sounds general but the description asks for a feedback loop to the maker if an order is outdated. |
Beta Was this translation helpful? Give feedback.
-
Looking over our protocol implementations, I found that we generally do not handle scenarios aside from the happy path very well. I think we generally miss a protocol step to report back if anything went wrong. Currently we would only end up in a timeout. e.g. working on the #2891 for instance gives me a hard time to fetch the state of the failed collaborative settlement proposal. |
Beta Was this translation helpful? Give feedback.
-
For features like #1658 it would be great to have a feedback loop from the taker to the maker to see if a taker (unexpectedly) runs into a scenarios where the taker thinks an offer is outdated.
At the moment the maker does not receive any feedback from the taker.
This feature is not super critical, but would be nice to have to learn more about the behavior of the taker daemon.
Beta Was this translation helpful? Give feedback.
All reactions