-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add default gas estimation for borrow and vote (#492) * feat: add default gas estimation for borrow * chore: add default estimation for vote * chore(release): publish [ci skip] - @aave/contract-helpers@1.13.0 - @aave/math-utils@1.13.0 * fix: apply default gas limit estimations (#499) * fix: apply default gas limit estimations * chore: update vote estimate * fix: update remaining actions * chore: update gas limit tests for v3 pool * chore: update gas limits tests for v2 pool * chore: update gas limits tests for voting * chore: revert v3 pool rollup changes * chore(release): publish [ci skip] - @aave/contract-helpers@1.13.1 - @aave/math-utils@1.13.1 * chore: change migration on v3 from flash loan to use credit delegation (#493) * feat: v3 migration services added * feat: erc20-2612 export and test for v3 migration added * feat: migration service types * feat: migrate no borrow without permits * feat: migrate v3 with borrow continue * fix: pass permits to flashloan v3 * fix: added test for migrateV3 and fixed some types * fix: remove approval tx if permits passed * fix: approve txs in migrate with permits * fix: added 100% coverage * fix: fixed ingores * feat: add migrate method * fix: add tests * fix: added credit delegation approval * fix: separate v3 variable debt approval for migraiton v3 * fix: updated tests * feat: add get migration supply method added * fix: get migration supply test added * fix: get migration supply test Co-authored-by: sendra <polsendra@gmail.com> * chore(release): publish [ci skip] - @aave/contract-helpers@1.13.2 - @aave/math-utils@1.13.2 * fix: typechain structure (#501) * fix: typechain structure * chore: disable typescript linting for migration service * chore: add type to permit mapping * fix: migration typechain import and unused config * fix: factory typechain import * chore(release): publish [ci skip] - @aave/contract-helpers@1.13.3 - @aave/math-utils@1.13.3 * fix: check for liq threshold in place of ltv for user collateral check (#505) * chore(release): publish [ci skip] - @aave/contract-helpers@1.13.4 - @aave/math-utils@1.13.4 * fix: Fix typos (#486) * chore(release): publish [ci skip] - @aave/contract-helpers@1.13.5 - @aave/math-utils@1.13.5 * feat: decentralize the readme header image * chore: remove legacy files * feat: update uighodataprovider typechain and references (#507) * feat: custom version for gho beta [skip ci] * chore(release): [skip ci] - @aave/contract-helpers@1.0.0-gho-beta.0 - @aave/math-utils@1.0.0-gho-beta.0 * chore: remove readme line * chore: revert attempt for custom custom version --------- Co-authored-by: GitHub Actions Build <developers@aave.com> Co-authored-by: Dmitry Petrov <satanworker@gmail.com> Co-authored-by: sendra <polsendra@gmail.com> Co-authored-by: Dimitris Apostolou <dimitris.apostolou@icloud.com>
- Loading branch information
1 parent
2121fd5
commit 0cd0222
Showing
53 changed files
with
1,520 additions
and
9,684 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 |
---|---|---|
|
@@ -4,4 +4,4 @@ coverage/ | |
packages/*/dist/ | ||
node_modules | ||
package-lock.json | ||
.idea/ | ||
.idea |
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
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
113 changes: 0 additions & 113 deletions
113
packages/contract-helpers/src/gho/GhoDiscountRateStrategyService.ts
This file was deleted.
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
Oops, something went wrong.