-
Notifications
You must be signed in to change notification settings - Fork 320
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
fix: explicitly add Vaults to Registry #193
Conversation
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.
Approved, but blocked on #189 (comment)
Can this be merge without the changes on #189 ? |
There's no point in merging this until we are ready to re-release the Registry |
Rebase this on master |
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.
LGTM!
* fix: no need to assert governance check of uninitialized vault NOTE: Fix missed in #193 * refactor: merge `_registerRelease` as it's not used more than once * refactor: move `_registerVault` to right before it's used first * test: update test that should now work with this change
* fix: no need to assert governance check of uninitialized vault NOTE: Fix missed in yearn#193 * refactor: merge `_registerRelease` as it's not used more than once * refactor: move `_registerVault` to right before it's used first * test: update test that should now work with this change
* fix: no need to assert governance check of uninitialized vault NOTE: Fix missed in yearn#193 * refactor: merge `_registerRelease` as it's not used more than once * refactor: move `_registerVault` to right before it's used first * test: update test that should now work with this change
* fix: no need to assert governance check of uninitialized vault NOTE: Fix missed in yearn#193 * refactor: merge `_registerRelease` as it's not used more than once * refactor: move `_registerVault` to right before it's used first * test: update test that should now work with this change
fix #179