Lukas

Results 75 issues of Lukas

**Is your feature request related to a problem? Please describe.** The caching service was introduced a while ago to workaround limitations of public rpcs, but hasn't been properly maintained (it...

**Describe the bug** Tokens are added as `a${TokenName}` which strictly speaking is wrong (only on eth mainnet the symbol is `a${TokenName}` - it's different on every other pool. **To Reproduce**...

bug

The api repo has been a quite fundamental part of the aave governance process over the last few years. That said over time it convoluted a bit and there are...

Currently images referenced in the aip will be references streight from github. Would be good if there was some logic to upload to ipfs & replace in the code or...

currently AIP naming is somewhat arbitrary. The repo ensures collision free naming as it's just filesystem, so no name can appear twice. Anyhow it's kind of a pain to ensure...

This package is pretty much deprecated and https://github.com/aave/aave-utilities should be used. Would be good to archive this and direct to the new package.

I thought it makes sense to collect some things we might wanna fix in a potential v3 so that we can batch some breaking changes. ### Dedicated entry points We...

Currently aave-js is super coupled to our graphql types & the aave user interface, but our users aren't necessarily. This introduces usage problems when data comes from other sources. In...

On discord someone reported that stable debt via aave-js is not accurate. We're talking about this level of accuracy though: ``` Expected: "3.522780300627623423259" Received: "3.522780783106224263521e+21" ``` I created a test...

Ampl data on the graph is broken which is affecting rate-history and other services that might rely on thegraph data. https://governance.aave.com/t/arc-fix-ui-bugs-in-reserve-overview-for-ampl/5885/5 ``` // https://etherscan.io/address/0x6fBC3BE5ee5273598d1491D41bB45F6d05a7541A#code @title Aave-AMPL ERC20 AToken @dev Implementation...

bug