aave-utilities
aave-utilities copied to clipboard
Add functions for decoding the bitmask from the V2 and V3 pool contracts.
This PR implements a possibility of skipping the gas estimation for the func returned by generateTxCallback. This is required for transaction batching, and also useful to skip overhead, in case...
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.39.0 to 0.40.0. Release notes Sourced from eslint-config-xo's releases. v0.40.0 Breaking Require ESLint 8 and Node.js 12 da1fd09 Improvements Remove default-param-last rule 5f341e2 Avoid explicit return arrows...
Add a guide to the README explaining the process used on the Aave frontend to fetch and format pool data using the UiPoolDataProvider contract and formatReserves / formatUserSummaryData helper functions....
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...
The V3-UiPoolDataProvider contract helper is missing method validators: https://github.com/aave/aave-utilities/blob/feat/clean-v3-pooldataprovider/packages/contract-helpers/src/v3-UiPoolDataProvider-contract/index.ts
We should provide tsdocs for non self explanatory properties to enable helpful comments by IDEs. We should first fix the cases we already have and from here on make it...
# Feature Request As you can see in our ci workflow we're having multiple issues with lerna right now. https://github.com/lerna/lerna/issues/2788 https://github.com/lerna/lerna/issues/1893 Lerna seems to be no longer properly maintained: https://github.com/lerna/lerna/issues/1893...
# Bug Report Aave utilities are not working with ethers v6 ! ## Package name / version ## Description ## Steps to reproduce ## Expected behavior ## Environment - OS:...
# Bug Report ## Package name / version @aave/math-utils / 1.28.0 ## Description I discovered that the calculation of `availableLiquidity` in tokens (not in dollars) does not take into account...