-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
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
refactor(kmarshal): simplify makeStandinPromise #9475
Conversation
Deploying agoric-sdk with Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
However, we cannot actually merge this PR to master until we know we do not need to worry about this ancient version of endo.
Agreed. The code change looks good but I won't approve for master until questions are answered.
Since both master and the released code depends on newer endo version, I believe it's safe to merge this. |
closes: #9434
refs: #XXXX
Description
This removes a kludge needed to accommodate an ancient version of endo. The kludge should no longer be needed, and the remaining code can be simpler.
However, we cannot actually merge this PR to master until we know we do not need to worry about this ancient version of endo.
Altogether, the kludge is small and cheap, so there's nothing urgent about merging this PR. We should wait until we're confident about the compat risk.
Security Considerations
none
Scaling Considerations
none
Documentation Considerations
none
Testing Considerations
none
Upgrade Considerations
none