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
We have a large overhang of code in agoric-sdk which is redundant with code in recent endo. Once updated, we could remove the redundancy and the hazards of divergence.
Once sdk has the latest Endo, we won't need this makeTypeGuards function in /internal:
Closing this issue should include changing that guard definition to be like the others.
I'm not sure why that is the case. Do you mean moving that definition out of @agoric/internal, or that @agoric/internal can take a hard dependency on @endo/patterns, or something else?
that @agoric/internal can take a hard dependency on @endo/patterns
that's what I had in mind. @agoric/internal shouldn't depend on other @agoric/ package but it's fine to depend on anything in @endo/. It already depends on three.
We have a large overhang of code in agoric-sdk which is redundant with code in recent endo. Once updated, we could remove the redundancy and the hazards of divergence.
See
fix: adapt to deeplyFulfilled being async #6816
Speedups we may need that are also blocked on this:
Debugging support we need, that's blocked on this:
endojs/endo#1513 (though see #7270 )
cc @ivanlei
The text was updated successfully, but these errors were encountered: