This repository was archived by the owner on Jan 16, 2022. It is now read-only.
Balancer Market Feed #130
Open
mesozoic-technology wants to merge 6 commits intooverlay-market:mainfrom
Open
Conversation
Contributor
Author
|
@mikeyrf Outstanding to the completion of this pull request, the finalized dynamic cap formula for BalancerV2/UniswapV2 style liquidity remains. Is this a complete account of what is required? https://oips.overlay.market/notes/note-10 If not, when that is updated or if this information is posted here in this pull request, I will be able to finish the implementation. First up for completion is an implementation of the Balancer V2 oracle and synthesized oracle feed inputs. |
added 4 commits
January 7, 2022 12:54
…y and moved uniswap mocks into subdirectory.
…rison. removing extra code at the end
Contributor
Author
|
Even if commit 844058c8ab86d2fa466245b550087721a120d6c9 passes, one must be weary at this state of affairs. It has failed twice for me today only to pass one moment later. #133 accounts for this behavior today. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This pull request is dedicated to the completion of the Balancer V2 Overlay Market.
This will include
OverlayV1BalancerV2Market.sol.
Scripts for loading and manipulating mock Balancer V2 oracle feeds.
A Balancer V2 oracle mock, in a similar style to the Uniswap V3 oracle mock.
Accompanying tests where required and adaptation to all pre-existing tests.