-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add maintenance mode for convert page (#199) * SOV-1309: reward manager integration (#168) * testing * added receive amount to field * fixed destination token * minor fix to mock * added reward or penalty label * fixed liter comments * testing * lint * testing * fixed review comments * added percentage to incentive display * removed print * removed print * fixed many tiny compilation errors * SOV-2245: Fix staking duration (#191) * Fix method for generating staking dates * Trigger deploy * Fix tests * Make stakeEndDate argument optional * SOV-2196: Add a link to the latest GH release (#192) * Add a link to the latest release * Update README * added kludge to access node directly for incentive estimate * some refactoring * Update src/pages/Aggregator/AggregatorInfo/AggregatorInfo.component.tsx Co-authored-by: tiltom <[email protected]> * removed unnecessary config * fix linter * prettier * fixed bool to string bug * fixed bugs * added form validation * linter and prettier * fixed slippage calculation * fixed slippage logic * fixed slippage logic * fixed some merge related errors and a review comment * fixed penalty added to receive amount * review comments * fixed ro;unding of incentive * removed console.logs * fixed underflow bug * fixed bridge transaction bug * Update src/store/aggregator/sagas/withdrawTokens.ts Co-authored-by: tiltom <[email protected]> * Update src/store/aggregator/sagas/withdrawTokens.ts Co-authored-by: tiltom <[email protected]> * review comment * review comment * natural number bug * disabled slippage slider for now * penalty -> conversion fee * subtract bridge fee from receive amount * subtract bridge fee from receive amount * fixed race condition on fees * fixed a few bugs * fixed a few bugs * fixed a few bugs * fixed a few bugs * new reward manager * new tokens for testing * new tokens for testing * new reward manager * new address --------- Co-authored-by: tiltom <[email protected]> * added inivisible version indication --------- Co-authored-by: soulBit <[email protected]> Co-authored-by: tiltom <[email protected]>
- Loading branch information
1 parent
d1e410c
commit a50a0cd
Showing
39 changed files
with
5,062 additions
and
1,419 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.