-
Notifications
You must be signed in to change notification settings - Fork 208
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
vaultFactory terms: auctioneerPublicFacet or auctioneer instance? #7873
Comments
I still see
Should we close this as not planned, @Chris-Hibbert ? |
That link is to the Director exo. The contract agoric-sdk/packages/inter-protocol/src/vaultFactory/vaultFactory.js Lines 106 to 107 in 24f7f32
|
There isn't a way to remove objects from So we made the change proposed in the Design section, though legibility has been lost, since |
ok. I misread. Thanks for clarifying. |
What is the Problem Being Solved?
The vaultFactory's terms include
auctioneerPublicFacet
; a party who wants to audit/verify the auctioneer is likely to have the instance (for example from agoricNames.instance). This puts the burden on such parties to callE(zoe).getPublicFacet(instance)
in order to verify.Description of the Design
Perhaps the vaultFactory should take the instance and do the call to
E(zoe).getPublicFacet(instance)
Security Considerations
Scaling Considerations
Test Plan
The text was updated successfully, but these errors were encountered: