Skip to content
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

3 overlapping / redundant zoe offer safety pages #918

Open
Tracked by #919
dckc opened this issue Jan 18, 2024 · 2 comments
Open
Tracked by #919

3 overlapping / redundant zoe offer safety pages #918

dckc opened this issue Jan 18, 2024 · 2 comments
Assignees

Comments

@dckc
Copy link
Member

dckc commented Jan 18, 2024

We have 3 attempts to define what actually ZOE is:

seems like we should be able to consolidate them.

@dckc
Copy link
Member Author

dckc commented Mar 12, 2024

keep privateArgs docs

let's make sure we keep one of these:

$ grep -ri privateArgs guides/zoe/
guides/zoe/contract-upgrade.md:The result of starting a contract includes the right to upgrade the contract. A call to [E(zoe).install(...)](/reference/zoe-api/zoe.md#e-zoe-startinstance-installation-issuerkeywordrecord-terms-privateargs) returns a record of several objects that represent different levels of access.
guides/zoe/contract-requirements.md:The second argument, `privateArgs`, is used by the caller of `startInstance`
guides/zoe/contract-requirements.md:`privateArgs` is an object with keys and values as decided by the caller of
guides/zoe/contract-requirements.md:`startInstance`. If no private arguments are passed, `privateArgs` is undefined.
guides/zoe/contract-requirements.md:const start = (zcf, privateArgs) => {
guides/zoe/offer-enforcement.md:(see [`startInstance`](/reference/zoe-api/zoe.md#e-zoe-startinstance-installation-issuerkeywordrecord-terms-privateargs)).
guides/zoe/README.md:_See also [E(zoe).startInstance(...)](/reference/zoe-api/zoe.md#e-zoe-startinstance-installation-issuerkeywordrecord-terms-privateargs)._

@sufyaankhan
Copy link

There was nothing substantial in the other 2 deprecated zoe pages that I read that needed to be in the 3rd published page. What is out there looks good enough to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants