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
when v9-zoe is upgraded, the wallet's executeOffer() code will observe the E(seatRef).numWantsSatisfied() promise get rejected/disconnected, which will reject the tryBody() promise, which will trigger the payment-recovery sequence and an E(seatRef).tryExit(), even though zoe's objects are still valid. Consequence: the offer is abandoned and refunded when that wasn't really necessary.
Describe the bug
from the #8245 investigation with @warner:
when v9-zoe is upgraded, the wallet's
executeOffer()
code will observe theE(seatRef).numWantsSatisfied()
promise get rejected/disconnected, which will reject thetryBody()
promise, which will trigger the payment-recovery sequence and anE(seatRef).tryExit()
, even though zoe's objects are still valid. Consequence: the offer is abandoned and refunded when that wasn't really necessary.Design / Plan
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Long-lived offers should survive upgrade of zoe.
Platform Environment
mainnet1B
The text was updated successfully, but these errors were encountered: