-
Notifications
You must be signed in to change notification settings - Fork 27
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
Release 0.6 #743
Closed
Closed
Release 0.6 #743
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
|
|
…access Offchain Random List Access
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
Simplified priceFeed, with governance over primary oracle. Hybrid solution uses the existing PriceFeed mechanics (which combines dual chainlink feeds with validity state machine + potential backup oracle) as the primary oracle in the new design.
Rounding issue scope verification and research project around potential rearchitectures
New TWAP on totalDebt to prevent spot manipulation of totalDebt via flashloan to reduce redemption fee scaling.
Governance work on timelock and configuration of highsec / lowsec timelocks.
fix: certora prover return value #720 Mid-contest fix for Certora prover
Testing simplified oracle #737 Introduce simplified "brainead" oracle
C4 Leverage Macro Fixes #727 Fixes for Leverage macro, now used as a basis for Zaps
fix forge coverage #721 Forge coverage doesn't work with multiple complier versions, resolved so we can use it
Add accounting data for collSurplus allocations #730 Track the source CDP for each collSurplus as well as independenly account for collateralShares and liquidatorRewardShares
C4 173 Mitigation #725 Reinsert partially redeemed CDP after all fully redeemed CDPs are removed
fix governor related issue reported by C4 #742 Implement more view functions on Governance
fix: flashloans + redeemcollateral coverage #741 Allow flashLoans to be called in TargetFunctions (oversight), and clamps partialRedemption parameters to create more valid runs.
Feat fixed coll #739 Made test Collateral function exactly like stETH
WIP - Feat oracle simplified #723 Braindead Oracle primary PR with Echidna Tester
Enforcing 1000 wei min change #747 Enforce minimum 100 wei debt, and 1000 wei changes for debt, along with required test modifications.
feat: add timelocks #722 Add timelocks and lowsec / highsec governance configuration
Minimum Viable TWAP #736 Minimum viable TWAP - track totalDebt value over time to prevent spot manipulation of totalDebt via FL to reduce redemption fee at scale
PriceFeed Naming Convention #744 Rename braindeadFeed to eBTC feed