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
An offer may take longer to satisfy than the user can tolerate. Currently a vault opening or balance adjustment waits for the latest price from an oracle and if oracles are paused then the offer resolution would also be paused.
While an offer is in flight, the user's funds are escrowed by Zoe. So the problem is that users don't have access to their wants or their gives.
Description of the Design
Make the smart wallet take an exitOffer message that calls tryExit on the seat of an earlier executeOffer.
Security Considerations
Scaling Considerations
Test Plan
The text was updated successfully, but these errors were encountered:
Discussed with @turadg- we'll revisit this after #6992 lands to see if there's any multi-turn offers in the implementation. Otherwise this is not worth implementing for EVP.
What is the Problem Being Solved?
An offer may take longer to satisfy than the user can tolerate. Currently a vault opening or balance adjustment waits for the latest price from an oracle and if oracles are paused then the offer resolution would also be paused.
While an offer is in flight, the user's funds are escrowed by Zoe. So the problem is that users don't have access to their wants or their gives.
Description of the Design
Make the smart wallet take an
exitOffer
message that callstryExit
on the seat of an earlierexecuteOffer
.Security Considerations
Scaling Considerations
Test Plan
The text was updated successfully, but these errors were encountered: