Skip to content

Commit

Permalink
Feat/v3.2 (#593)
Browse files Browse the repository at this point in the history
* feat: standalone package for types generation

* feat: added ignore coverage to contract types

* feat: basic getEModes and provider v3 implementation

* feat: deleted yarn releases

* feat: ui incentives data provider v3

* fix: build

* feat: new formatters pool provider v3

* fix: test

* fix: update existing v3 provider files

* fix: set private

* feat: added new token gateway types

* test formatters (#594)

* test: new formatters

* feat: added new token gateway types

---------

Co-authored-by: Joaquin Battilana <[email protected]>

* feat: deleted all stable references in formatters

* feat: added e-mode humanized provider method

* feat: formatted emodes

* feat: added format eModes to formatReserves

* feat: added original id

* feat: fixed test

* feat: fixed tests

* feat: added test to getEModesHumanized

* feat: deleted not used old ui pool data providers

* feat: added emode to user formatters

* feat: fixed test adding emode

* feat: added empty emodes methods for legacy ui pool data provider

* feat: changed expect from empty array to length 0

* feat: added deleted old tests

* Fix/bitmap (#600)

* fix: bitmap

* fix: id not zero based

* feat: fixed collateral enabled check on total calcs (#602)

---------

Co-authored-by: Mark Grothe <[email protected]>
  • Loading branch information
JoaquinBattilana and grothem authored Oct 26, 2024
1 parent 5ac6afb commit e1c76b9
Show file tree
Hide file tree
Showing 70 changed files with 5,685 additions and 15,236 deletions.
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

0 comments on commit e1c76b9

Please sign in to comment.