-
Notifications
You must be signed in to change notification settings - Fork 42
docs: vstorage reference; chainStorage publishing guide #1016
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
Conversation
vstorage reference research notesI'm about to close (and maybe delete) Agoric/agoric-sdk#9115 , but some of it didn't make it into the PR, so let's keep it here... @gibson042 wrote: Yeah, I think you've pretty much got it, although it's worth noting that everything except
I'm not aware of docs on any of them, nor even which are actively in use. |
The preview seems broken. I find it easier to review with that open. Would you repair? |
oops! broken link. |
**Warning: this includes the right to over-write previously allocated storage nodes.** | ||
|
||
- **chainTimerService**: for getting the current timer and setting timer wake-ups; for example, at the conclusion of a governance vote. | ||
- **chainTimerService**: for getting the current [timer](../../reference/repl/timerServices) and setting timer wake-ups; for example, at the conclusion of a governance vote. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aargh! That's way out-of-date. I added a link to the internal doc to #948.
main/reference/vstorage-ref.md
Outdated
} | ||
``` | ||
|
||
The `published.wallet.${address}` key has wallet last update. For example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this accurate? Something was missing.
The `published.wallet.${address}` key has wallet last update. For example: | |
The `published.wallet.${address}` key has the wallet's last update. For example: |
as long as either it gets the assets described in the want section of its proposal, or it retains | ||
all of the assets specified in the give section of the proposal. This constraint applies to each | ||
seat across the entire atomicRearrangement, not to the individual **TransferParts**. | ||
Stagings are a reallocation mechanism that has been | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the output of an ava snapshot test, lightly edited https://github.com/Agoric/dapp-agoric-basics/blob/dc-vstorage-ref/contract/test/test-vstorage-ref.js https://github.com/Agoric/dapp-agoric-basics/blob/fd23036/contract/test/snapshots/test-vstorage-ref.js.md based a3p REPOSITORY TAG IMAGE ID CREATED SIZE ghcr.io/agoric/agoric-3-proposals latest 66d5553b0fd6 8 days ago 3.3GB
closes #947
please excuse incremental work toward...
turning whitespace off in the diff should help.
subsumes: