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

Handle missing price authority from AMM #92

Open
mhofman opened this issue Jul 29, 2022 · 1 comment
Open

Handle missing price authority from AMM #92

mhofman opened this issue Jul 29, 2022 · 1 comment
Assignees

Comments

@mhofman
Copy link
Member

mhofman commented Jul 29, 2022

The vault task setup requires price authorities for the pair of loadgen token / stable token.

Currently we retrieve the price authority from the AMM, however the SDK is looking at dropping that feature. The loadgen should switch (or fallback) to a manual or fake price authority. A fake price authority may be sufficient for now given that the vault task doesn't currently attempt to exercise vault liquidation. The logic from demoIssuers should be sufficient.

@mhofman
Copy link
Member Author

mhofman commented Mar 1, 2023

AMM has now been excised in Agoric/agoric-sdk#7074, requiring to disable the vaults task.

Once we switch to a new price authority, we can re-enable the vaults task in the integration tests of both this repo and agoric-sdk.

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

No branches or pull requests

4 participants