-
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
swingset bootstrap config for vaults and oracles for a test network #6957
Comments
committeeSize 1 vs. 3I have a draft and I'm trying it with
I've seen this before... odd... |
Validated the changed in the PR currently on instagoric, however two small tweaks to the bootstrap config will streamline network creation:
For the UI hash, we can use: |
hm. I assumed the
|
oops...
console shows:
perhaps somewhere around https://github.com/Agoric/dapp-inter/blob/a9ce19316f42aa6562c3d230147e9e0b54ee6d95/src/components/MainContentWrapper.tsx#L58-L60
which looks like 12.34IST will get you 1 ATOM... but I guess the client wants to know how many IST they can get for 1 ATOM. |
What is the Problem Being Solved?
decentral-devnet-config.json
doesn't include oracles.decentral-core-config.json
isn't sufficient to bootstrap vaults without splicing in proposals and addresses.A nearby problem is a similar configuration for mainnet, but let's leave the details of that until we're closer to being able to test it on emerynet.
Description of the Design
Use fixed addresses with known mnemonics / keys.
Security Considerations
Be sure not to re-use the test accounts in production.
Scaling Considerations
This is sort of an attempt to scale up the number of users who can test our code straightforwardly.
Other than that, none that I can think of.
Test Plan
agoric start
cc @ivanlei @arirubinstein
The text was updated successfully, but these errors were encountered: