aave-utilities icon indicating copy to clipboard operation
aave-utilities copied to clipboard

Results 71 aave-utilities issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

The two packaged provided by Aave here are ` @aave/math-utils` and ` @aave/contract-helpers`, of which the latter has an unpacked bundle size of +8MB. This is huge and especially if...

Fix typo Update README

Prevents numeric overflow by representing the number as string Closes #620

# Bug Report ## Package name / version ``` "@aave/contract-helpers": "^1.32.1", "@aave/math-utils": "^1.32.1", ``` ## Description `getReservesData` works, but `getReservesHumanized` fails with: ``` Error: overflow [ See: https://links.ethers.org/v5-errors-NUMERIC_FAULT-overflow ] (fault="overflow",...