-
Notifications
You must be signed in to change notification settings - Fork 10
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
WIP: feat/avax-staking-helper Adding a staking helper contract for Avax #44
Open
fqlx
wants to merge
101
commits into
main
Choose a base branch
from
feat/avax-staking-helper
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…g synthetix tests
ribbon staking rewards
add multi-vault (rETH-THETA / rWBTC-THETA) staking rewards
…oken-transfer-whitelist
add transfer privileges
* Updated amounts * Fixed readme numbers
* Final airdrop changes * Added owner for airdrop & root * Use test account * Add airdrop JSON files into repo * Add prefix * Added rUSDCTHETA * Deploy USDC staking rewards * Typo
* Update mainnet deploy script * Fixed airdrop * Delete airdrop.json * Github
* Reorg files * Reformat README * Update links * Update block
…#24) * Update variable parameter for liquidity mining contract depending on network * Update parameters of reward contract for kovan
* update staking rewards to quick reward update time
* remove rewards when they withdraw before the end of the lm program
Co-authored-by: John Doe <j@j>
* push weeks passed + 1
* add setStartEmission, make periodFinish more precise
Co-authored-by: Your Name <[email protected]>
* working tests * Fix MerkleDistributor test * pain * Move out airdrop section
* reorganize folders * Governor contracts * Fixing compile, revert to older version * use old version * Change name * Fix test * Running tests * working GovernorBravo * Working permit * fixed tests * Remove unused imports * remove unused import * Add back file * make non-transferrable toggle for sRBN * set to bool * fix fixture * set transfers allowed in other tests * Test * add * sub _ * un-npxprettierwrite * change to bool Co-authored-by: Your Name <[email protected]>
* add whitelist to voting lockup * update comment * add pausing for locking functionality * add SmartWalletWhitelist.ts * add whitelist testing from incentivized voting lockup * fix tests * fix warnings, decouple redeemRBN into two methods for manual / automated * fix comments * add shares system * compress to 256 bit slot * change to one-liner * use toInt112 * add shares tests * safecast Co-authored-by: Your Name <[email protected]>
fqlx
force-pushed
the
feat/avax-staking-helper
branch
7 times, most recently
from
December 17, 2021 21:13
cb814f6
to
665fdd5
Compare
fqlx
force-pushed
the
feat/avax-staking-helper
branch
from
December 17, 2021 21:17
665fdd5
to
e881435
Compare
chudnov
force-pushed
the
feat/avax-staking-helper
branch
from
September 1, 2022 23:21
e881435
to
5a70634
Compare
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.
https://www.notion.so/ribbonfinance/AVAX-Incentives-419e9ba679444d7f99bcd82b55d76bfc
We decided to add
redeemFor()
rather than useMulticall.sol
to save users gas.