-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat(protocol): alpha-4 with staking-based tokenomics #14065
Conversation
Co-authored-by: D <[email protected]> Co-authored-by: dantaik <[email protected]> Co-authored-by: dave | d1onys1us <[email protected]> Co-authored-by: adaki2004 <[email protected]> Co-authored-by: jeff <[email protected]> Co-authored-by: Francisco Ramos <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Kenk <[email protected]> Co-authored-by: mfinestone <[email protected]> Co-authored-by: hideonbug <[email protected]> Co-authored-by: megumii <[email protected]> Co-authored-by: Tomaž <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Daniel Wang <[email protected]> Co-authored-by: adaki2004 <[email protected]> Co-authored-by: Jeffery Walsh <[email protected]> Co-authored-by: cyberhorsey <[email protected]> Co-authored-by: Brecht Devos <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #14065 +/- ##
===========================================
+ Coverage 50.89% 67.75% +16.85%
===========================================
Files 153 88 -65
Lines 3973 3045 -928
Branches 336 112 -224
===========================================
+ Hits 2022 2063 +41
+ Misses 1840 859 -981
- Partials 111 123 +12
... and 69 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Co-authored-by: dantaik <[email protected]> Co-authored-by: Jeffery Walsh <[email protected]> Co-authored-by: cyberhorsey <[email protected]>
I can approve, but should the protocol build pass first? Also seems a bunch of warnings that the new vaults exceed max solidity contract size? |
Head branch was pushed to by a user without write access
I'd wait also, there is a fix for the failing test on a separate branch (with rearranging the 2 release (ETH+token) TXN into 1), tho i do not see any code size exceeded issues. Update: yeah, |
Co-authored-by: David <[email protected]>
Co-authored-by: D <[email protected]> Co-authored-by: dantaik <[email protected]> Co-authored-by: dave | d1onys1us <[email protected]> Co-authored-by: adaki2004 <[email protected]> Co-authored-by: jeff <[email protected]> Co-authored-by: Francisco Ramos <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Kenk <[email protected]> Co-authored-by: mfinestone <[email protected]> Co-authored-by: hideonbug <[email protected]> Co-authored-by: megumii <[email protected]> Co-authored-by: Tomaž <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Daniel Wang <[email protected]> Co-authored-by: adaki2004 <[email protected]> Co-authored-by: Jeffery Walsh <[email protected]> Co-authored-by: cyberhorsey <[email protected]> Co-authored-by: Brecht Devos <[email protected]> Co-authored-by: d1onys1us <[email protected]> Co-authored-by: Roger <[email protected]> Co-authored-by: Korbinian <[email protected]>
Initial implementation of a token-staking based tokenomics.