Open mhofman opened 10 months ago
@erights the use of harden are already in separate commits, but hold off anyway, I'm more thoroughly rewriting the harden implementation to add hooks.
What about https://github.com/Agoric/agoric-sdk/pull/8700 ? It, likewise, seems to be almost all improvements in the use of harden which would be valuable regardless, and could get merged early. Yes?
The vast majority of of changes in this PR are just generic improvements in use of
harden
. If you could separate these into a distinct PR, we could probably review and merge that quickly.
@erights I have now done that in https://github.com/endojs/endo/pull/1939. While I have rebased this PR on top of that change (roughly), I do expect to rewrite it significantly to add hooks to fully separate harden
from lockdown
Now that #1939 is merged, please rebase this one for review brevity. Thx.
It's stacked by apparently GH is struggling and didn't update the base ...
I think if you rebase -i
onto current (post merge) master and push --force
, that should clean it up. yes?
refs: #1686