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
The addition of async-flow endowments in #9566 caused the bijection to not always be symmetrical: both the unwrapped version and the original guest are registered. This resulted in some equate(g, h) calls to fail.
Describe the bug
The addition of async-flow endowments in #9566 caused the bijection to not always be symmetrical: both the unwrapped version and the original guest are registered. This resulted in some
equate(g, h)
calls to fail.More details in #9736
To Reproduce
See failing test
agoric-sdk/packages/boot/test/orchestration/contract-upgrade.test.ts
Lines 59 to 68 in e5f1d9b
Expected behavior
Endowments should work through the async flow membrane back and forth, even for wrapped ones
Testing concerns
Needs to add sufficient test coverage of these cases
The text was updated successfully, but these errors were encountered: