-
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
4548 boot no precious state #7579
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dckc
force-pushed
the
4548-boot-no-precious-state
branch
4 times, most recently
from
May 3, 2023 21:29
d42d4b0
to
96e15f7
Compare
- update makePromiseSpace({ log }) callers - parameterize PromiseSpace on value type - test: promise space reserves non-well-known names
- tweak NameAdmin.onUpdate to use .write() a la recorder() - manifest vat indicators
- NameAdmin.provideChild takes a list of keys to reserve - callWhen on update() means endo adds an await; so it's async, and hence set and default too - dispense with .value records in favor of durable map chore: durable nameHub: reserved arg to provideChild is optional
and make it durable
Never mind attenuating assetAdmin; it was using a Far export from bootstrap, which complicates upgrade/migration.
CAUTION: this provides the walletFactory with the capability to spend from the provisino pool. TODO(#5885): vbank should provide a facet attenuated to only provide getAssetSubscription
use E(agoricNames).provideBrandIdentity()
the namesByAddress namehub moved to provisioning
This is part of some BREAKING CHANGE to fix the non-durable boot-psm
dckc
force-pushed
the
4548-boot-no-precious-state
branch
from
May 3, 2023 22:51
8587aac
to
3252dde
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes: #XXXX
refs: #4548
Description
Security Considerations
Scaling Considerations
Documentation Considerations
Testing Considerations