-
Notifications
You must be signed in to change notification settings - Fork 219
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
frequent liquidation timing for testing #7249
Comments
progress: I manage to set the StartFrequency to 300sec once on a local chain with these shell functions. I'm having trouble reproducing it, though. Sigh. I'm using a merge of a few branches... 2023-04-01 16:08 ea4c56a Merge branch 'dc-bid-cli' into dc-auctioneer-charter |
EC CLI UXWith 52cce88 (WIP), govTools.sh is much simpler:
Accepting invitations is idempotent: if it's already done, it bails and tells you. Voting automatically looks up the continuing invitation id:
For other commands that still need
Set auction start frequency with 1 shell functionSeems reliable now, on this WIP
then...
git history needs clean-up2023-04-02 00:38 52cce88 WIP: agops ec: integrated sign, broadcast, await |
fixed in #7256 |
What is the Problem Being Solved?
When testing, we (@arirubinstein , @turadg ...) don't want to wait a full hour for liquidation auctions.
For my local chain, I used this kludge:
#7132 (comment)
Description of the Design
Tasks
#7256 includes
agops ec ...
support for changingStartFrequency
,ClockStep
, etc.road not taken:
Our production config (#7311 ) won't include these parameters because the vaults contract is deployed post-bootstrap (#3947)
Security Considerations
Scaling Considerations
Test Plan
The text was updated successfully, but these errors were encountered: