Skip to content
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/v3.2 #593

Merged
merged 31 commits into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
92dc9b9
feat: standalone package for types generation
JoaquinBattilana Sep 30, 2024
b65bf6c
feat: added ignore coverage to contract types
JoaquinBattilana Sep 30, 2024
1edf6e7
feat: basic getEModes and provider v3 implementation
JoaquinBattilana Oct 1, 2024
5931580
feat: deleted yarn releases
JoaquinBattilana Oct 1, 2024
57363f4
feat: ui incentives data provider v3
JoaquinBattilana Oct 3, 2024
c8b5a56
fix: build
grothem Oct 3, 2024
ce81aa1
feat: new formatters pool provider v3
JoaquinBattilana Oct 3, 2024
622afd5
Merge branch 'feat/v3.2' of github.com:aave/aave-utilities into feat/…
JoaquinBattilana Oct 3, 2024
9134d98
fix: test
grothem Oct 3, 2024
1be4a22
fix: update existing v3 provider files
grothem Oct 3, 2024
aaf048d
fix: set private
grothem Oct 3, 2024
bdb3b88
feat: added new token gateway types
JoaquinBattilana Oct 8, 2024
cce16f7
test formatters (#594)
grothem Oct 10, 2024
2c67303
Merge branch 'feat/v3.2' of github.com:aave/aave-utilities into feat/…
JoaquinBattilana Oct 10, 2024
dfeb22a
Merge branch 'master' into feat/v3.2
JoaquinBattilana Oct 10, 2024
5c14536
feat: deleted all stable references in formatters
JoaquinBattilana Oct 10, 2024
b6335c0
feat: added e-mode humanized provider method
JoaquinBattilana Oct 11, 2024
d120e08
feat: formatted emodes
JoaquinBattilana Oct 11, 2024
a8cb792
feat: added format eModes to formatReserves
JoaquinBattilana Oct 11, 2024
613e577
feat: added original id
JoaquinBattilana Oct 11, 2024
a80dc70
feat: fixed test
JoaquinBattilana Oct 14, 2024
7fd0d1d
feat: fixed tests
JoaquinBattilana Oct 14, 2024
5824149
feat: added test to getEModesHumanized
JoaquinBattilana Oct 14, 2024
482f22a
feat: deleted not used old ui pool data providers
JoaquinBattilana Oct 16, 2024
506a601
feat: added emode to user formatters
JoaquinBattilana Oct 21, 2024
fad7f36
feat: fixed test adding emode
JoaquinBattilana Oct 22, 2024
72978c1
feat: added empty emodes methods for legacy ui pool data provider
JoaquinBattilana Oct 22, 2024
91c7d16
feat: changed expect from empty array to length 0
JoaquinBattilana Oct 22, 2024
b9eef23
feat: added deleted old tests
JoaquinBattilana Oct 22, 2024
a46aa13
Fix/bitmap (#600)
grothem Oct 24, 2024
57ca860
feat: fixed collateral enabled check on total calcs (#602)
JoaquinBattilana Oct 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
},
},
coveragePathIgnorePatterns: [
'packages/contract-types/*',
'packages/contract-helpers/src/permissions-manager/typechain',
'packages/contract-helpers/src/ui-incentive-data-provider/typechain',
'packages/contract-helpers/src/wallet-balance-provider/typechain',
Expand Down
Loading
Loading