aave / aave-utilities

MIT License
132 stars 88 forks source link

ray and halfray methods #6

Closed sakulstra closed 3 years ago

sakulstra commented 3 years ago

Feature Request

In aave-js we got raymath methods based on BigNumbers https://github.com/aave/aave-js/blob/master/src/helpers/ray-math.ts We might consider re-implementing them based on ethers BigNumber, which is what most dapps use by default. This will result in reduced bundle size for people relying on that library & usually better performance as bignumber.js is quite expensive.

sakulstra commented 3 years ago

discussed and decided to go with bignumber.js for now as it's a lot easier to work with