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
Part of #477 is to give guest code a cleaner way to access SES-related features like harden, Compartment, and (somewhat more tangentially) HandledPromise. As discussed in endojs/endo#216 , A new ses-adapter package would provide this well. It's not clear that this package most wants to live in the agoric-sdk monorepo.. it might want to be in SES-shim instead, or in an independent repo. I'm adding it to agoric-sdk for now because it exports (and must therefore import) HandledPromise, which comes from the @agoric/eventual-send package that does live in the agoric-sdk monorepo.
The text was updated successfully, but these errors were encountered:
Part of #477 is to give guest code a cleaner way to access SES-related features like
harden
,Compartment
, and (somewhat more tangentially)HandledPromise
. As discussed in endojs/endo#216 , A newses-adapter
package would provide this well. It's not clear that this package most wants to live in theagoric-sdk
monorepo.. it might want to be inSES-shim
instead, or in an independent repo. I'm adding it toagoric-sdk
for now because it exports (and must therefore import)HandledPromise
, which comes from the@agoric/eventual-send
package that does live in the agoric-sdk monorepo.The text was updated successfully, but these errors were encountered: