-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix osToken apy * Add allocator assets * Add allocator ltv and assets * Fix network entity * Remove checkpointcreated handler * Remove blockHandlersStartBlock config * WIP * Fix block number for block handlers * Revert block initialize to Keeper * Refactor apy calculation * Add aggregations, refactor keeper rewards sync * Update husky precommit * Add totalEarnedAssets * Implement reward splitter snapshots * Fix block handlers * Add ltvStatus to the allocator * Add exitRequests and rewardSplitter handlers to keeper * Fix isClaimable check * Add vault to reward splitter shares holder * Revert exit requests handler * Add exchange rates * Add DAI Price feed * Add usdToDaiRate to snapshot * Fix vault snapshot, osTokenHolder assets calc * Fix swap xdai to gno * Remove queued shares
- Loading branch information
Showing
35 changed files
with
2,698 additions
and
1,051 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx lint-staged |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.