Skip to content

Latest commit

 

History

History
211 lines (142 loc) · 7.19 KB

v3-132-multichain-aave-v3.1-upgrade.md

File metadata and controls

211 lines (142 loc) · 7.19 KB

Proposal 132. Aave v3.1 upgrade.


Voting link

https://vote.onaave.com/proposal/?proposalId=132


Governance forum discussion

https://governance.aave.com/t/bgd-aave-v3-1-and-aave-origin/17305


Payloads


Certora analysis


Proposal types

🔧 📊 configuration update

🤝 permission granting or revoking

📜🔺 contract upgrade


Context

This proposal activates Aave v3.1 which is an upgrade to the current v3 on all markets and includes multiple new features.


Proposal creation

Transaction: https://etherscan.io/tx/0x423b2b381444d3a8a347536eaf643da3c7bc5e764ff4881863e012305d9542ba

- proposalId: 132
- creator: 0xf71fc92e2949ccf6a5fd369a0b402ba80bc61e02
- accessLevel: 1
- ipfsHash: 0x392c2cdfd6c2f57a7be73b170d472b4b8e6c662cb941451b449a0b2988ab3d57

createProposal() parameters

{
  "payloads": [ 
    { 
      "chain": "1", 
      "accessLevel": "1", 
      "payloadsController": "0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5", 
      "payloadId": "146" 
    }, 
    { 
      "chain": "137", 
      "accessLevel": "1", 
      "payloadsController": "0x401B5D0294E23637c18fcc38b1Bca814CDa2637C", 
      "payloadId": "71" 
    }, 
    { 
      "chain": "43114", 
      "accessLevel": "1", 
      "payloadsController": "0x1140CB7CAfAcC745771C2Ea31e7B5C653c5d0B80", 
      "payloadId": "42" 
    }, 
    { 
      "chain": "10", 
      "accessLevel": "1", 
      "payloadsController": "0x0E1a3Af1f9cC76A62eD31eDedca291E63632e7c4", 
      "payloadId": "38" 
    }, 
    { 
      "chain": "42161", 
      "accessLevel": "1", 
      "payloadsController": "0x89644CA1bB8064760312AE4F03ea41b05dA3637C", 
      "payloadId": "39" 
    }, 
    { 
      "chain": "1088", 
      "accessLevel": "1", 
      "payloadsController": "0x2233F8A66A728FBa6E1dC95570B25360D07D5524", 
      "payloadId": "19" 
    }, 
    { 
      "chain": "8453", 
      "accessLevel": "1", 
      "payloadsController": "0x2DC219E716793fb4b21548C0f009Ba3Af753ab01", 
      "payloadId": "25" 
    }, 
    { 
      "chain": "100", 
      "accessLevel": "1", 
      "payloadsController": "0x9A1F491B86D09fC1484b5fab10041B189B60756b", 
      "payloadId": "23" 
    }, 
    { 
      "chain": "534352", 
      "accessLevel": "1", 
      "payloadsController": "0x6b6B41c0f8C223715f712BE83ceC3c37bbfDC3fE", 
      "payloadId": "15" 
    }, 
    { 
      "chain": "56", 
      "accessLevel": "1", 
      "payloadsController": "0xE5EF2Dd06755A97e975f7E282f828224F2C3e627", 
      "payloadId": "17" 
    }, 
  ], 
  "votingPortal": "0x9b24C168d6A76b5459B1d47071a54962a4df36c3", 
  "ipfsHash": "0x392c2cdfd6c2f57a7be73b170d472b4b8e6c662cb941451b449a0b2988ab3d57" 
}

Aave Seatbelt report

Proposal report

https://github.com/bgd-labs/seatbelt-gov-v3/blob/main/reports/proposals/132.md

Payload reports


Technical analysis

We have verified that the payload activates v3.1 on all markets with the following:

  • The PoolConfigurator implementation is upgraded.

  • The Pool implementation is upgraded.

  • The Data Provider is upgraded.

  • All assets are updated with their most recent value which includes indexes and data rates

  • All assets except Ethereum GHO are being enabled to use virtualAccounting and initialized with their current virtualAccounting

  • All assets are receiving new intersetRateStrategy address which will be permanent instead of the current method where a new strategy is created each time there is an update to an immutable parameter in it.

  • All frozen assets with LTV != 0 will be updated such that the pendingLtv of each one will be updated to the current LTV and the LTV it self to 0.

  • On Avalanche the risk admin will be removed temporarily.


The proposal is consistent with the description on the governance forum.


Certora validations

✅ The code on the proposal payload corresponds to the proposal specification.

✅ The proposal includes a proper tests suite, checking all necessary post-conditions.

✅ BGD reviewed the payload before the proposal was submitted.

✅ Certora reviewed the procedure followed to submit the proposal.