-
Notifications
You must be signed in to change notification settings - Fork 22
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
VAULT: Require inital supply when creating vault #150
Conversation
Take out slash. I've opted for removal over no-op since we'll learn things as the program goes live. Slash should be designed around that new information.
Rotates the operator index we start on based on epoch % num_operators. Internally just tracks a counter from 0..num_operators and increments that, converting to the expected index number in check_and_update_index(). --------- Co-authored-by: Coach Chuck <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #150 +/- ##
==========================================
+ Coverage 79.39% 79.97% +0.57%
==========================================
Files 89 90 +1
Lines 9338 9688 +350
==========================================
+ Hits 7414 7748 +334
- Misses 1924 1940 +16 ☔ View full report in Codecov by Sentry. |
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
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.
lets actually get more eyes on this
We require an intial deposit of some amount of the supported token to create the vault - the resulting VRT is "burned" meaning the vault will always have some min supply --------- Co-authored-by: Evan B <[email protected]> Co-authored-by: buffalu <[email protected]>
We require an intial deposit of some amount of the supported token to create the vault - the resulting VRT is "burned" meaning the vault will always have some min supply