-
Notifications
You must be signed in to change notification settings - Fork 212
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
btest adding collateral #7892
btest adding collateral #7892
Conversation
472a639
to
6e9cd61
Compare
6e9cd61
to
3740a15
Compare
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.
some nits. LGTM. I think this is fine to be merged to master.
@@ -242,6 +256,7 @@ export const getManifestForPriceFeed = async ( | |||
}, | |||
}, | |||
installations: { | |||
// ??? will every eval of price-feed-proposal will install priceAggregator ? |
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.
syntax: "will" appears twice here. One of them is extraneous.
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.
done
// console.log(collateralBrandKey, 'step 10 of 10'); | ||
// readLatest('published.auction.schedule'); | ||
// await advanceTimeBy(3, 'minutes'); | ||
|
||
// console.log(collateralBrandKey, 'step 11 of 10'); | ||
// readLatest('published.auction.schedule'); | ||
// await advanceTimeBy(3, 'minutes'); |
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.
drop these?
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.
done
3740a15
to
247970e
Compare
no tickets
Description
Test with production bootstrap of adding a new collateral and running liquidations with it.
Security Considerations
Scaling Considerations
Documentation Considerations
Testing Considerations
Do we want this in RC3? It adds test coverage but it also lightly changes some proposal code and error handling in vaults.