-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cache): automatic cache update 🤖
- Loading branch information
Cache bot
committed
Mar 20, 2024
1 parent
2374e94
commit 8bd8962
Showing
16 changed files
with
894 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"governance": "19475261", | ||
"137/payloads": "54871071", | ||
"43114/payloads": "43138771", | ||
"1/payloads": "19475261", | ||
"10/payloads": "117662346", | ||
"42161/payloads": "192284064", | ||
"8453/payloads": "12066961", | ||
"100/payloads": "33022874", | ||
"1088/payloads": "15481268", | ||
"56/payloads": "37129690", | ||
"534352/payloads": "4283625" | ||
"governance": "19475917", | ||
"137/payloads": "54877631", | ||
"43114/payloads": "43145056", | ||
"1/payloads": "19475920", | ||
"10/payloads": "117669555", | ||
"42161/payloads": "192335824", | ||
"8453/payloads": "12074262", | ||
"100/payloads": "33025351", | ||
"1088/payloads": "15490178", | ||
"56/payloads": "37134051", | ||
"534352/payloads": "4285837" | ||
} |
7 changes: 7 additions & 0 deletions
7
cache/ipfs/0x2343307e9056837bfd3567bebd4774a67802e74bd097574cdb85e93a294407a2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"ipfsHash": "QmQiJQFM5FKgoMqJUGb9ioX78X2wMoDZzbcJYasU4iQ5db", | ||
"description": "\n## Simple Summary\n\nPurely technical proposal to do minor improvements on two Aave v3’s periphery components: stataTokens and Sequencer Uptime Feed on Scroll (also known as PriceOracleSentinel).\n\n## Motivation\n\n### Price oracle sentinel\n\nThe Sequencer Uptime Feed (also known as “price oracle sentinel”) is a feature baked into Aave v3 that pauses liquidations & borrowing for a limited amount of time whenever a sequencer downtime is detected on a Chainlink oracle (l2 sequencer feed).\n\nThis pause should give users the ability to refill or repay their positions in case the market moved while the sequencer was down.\n\nAs the Chainlink Scroll l2 sequencer feed was not yet available when the pool launched, the Sequencer Uptime Feed on Aave was disabled until now.\n\n### Stata tokens\n\nIn our continuous effort to enhance the security of the aave protocol and the surrounding ecosystem we discovered some minor issues with the Static a token implementation.\n\n- For reserves without a `supplyCap` the `maxMint` function on the static aToken would revert. While there is currently no reserve without a supplyCap on any network, we think it’s reasonable to fix the issue to prevent unforeseen issues for integrators in the future.\n- Similar to an issue fixed on the aave core, the static-a-token is prone to permit griefing. While there is no financial incentive for an attacker to perform griefing, we used the upgrade to close the griefing vector & upgrade the token to rely on the open-zeppelin ECDSA library.\n\n## Specification\n\nUpon execution, the proposal will call\n\n- `POOL_ADDRESSES_PROVIDER.setPriceOracleSentinel(NEW_PRICE_ORACLE_SENTINEL)` on the addresses provider contract and set the new implementation of the PriceOracleSentinel contract on Aave V3 Scroll\n- `upgrade(token, NEW_TOKEN_IMPLEMENTATION)` for all the existing stata tokens\n- `upgrade(token, NEW_FACTORY_IMPLEMENTATION)` for all the existing stata factories\n\n## References\n\n- Implementation: [AaveV3Scroll](https://github.com/bgd-labs/aave-proposals-v3/blob/18f654208a27fae18368cf3dff9395e70677fc2c/src/20240314_Multi_V3PeripheryMaintenance/AaveV3Scroll_V3PeripheryMaintenance_20240314.sol)\n- Tests: [AaveV3Scroll](https://github.com/bgd-labs/aave-proposals-v3/blob/18f654208a27fae18368cf3dff9395e70677fc2c/src/20240314_Multi_V3PeripheryMaintenance/AaveV3Scroll_V3PeripheryMaintenance_20240314.t.sol)\n- [Discussion](https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274)\n\n## Copyright\n\nCopyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).\n", | ||
"title": "v3 Periphery maintenance", | ||
"author": "BGD Labs", | ||
"discussions": "https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.