From 31864ac2c00c934d61a560f4e796b9803dc9b2d3 Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 30 Sep 2024 22:59:22 +0200 Subject: [PATCH] docs: add more docs --- LICENSE | 6 +++--- README.md | 15 ++++++++++++--- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index ab66bca8..aa471602 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ Parameters Licensor: Aave DAO, represented by its governance smart contracts -Licensed Work: Aave v3.1 +Licensed Work: Aave v3.2 The Licensed Work is (c) 2024 Aave DAO, represented by its governance smart contracts Additional Use Grant: You are permitted to use, copy, and modify the Licensed Work, subject to @@ -35,7 +35,7 @@ Additional Use Grant: You are permitted to use, copy, and modify the Licensed Wo Change Date: The earlier of: - 2027-03-06 - - If specified, the date in the 'change-date' record on v31.aavelicense.eth + - If specified, the date in the 'change-date' record on v32.aavelicense.eth Change License: MIT @@ -114,4 +114,4 @@ other recipients of the licensed work to be provided by Licensor: 3. To specify a Change Date. -4. Not to modify this License in any other way. \ No newline at end of file +4. Not to modify this License in any other way. diff --git a/README.md b/README.md index 9b99b38a..8fb7baf0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Aave V3.1 Origin +# Aave V3.2 Origin ![Aave v3.1 Origin_banner](./resources/v3-1-banner.jpeg) -Aave v3.1 complete codebase, Foundry-based. +Aave v3.2 complete codebase, Foundry-based. [![Coverage badge](./report/coverage.svg)](https://aave-dao.github.io/aave-v3-origin)
@@ -42,6 +42,8 @@ bun install - [Aave v3 technical Paper](./docs/Aave_V3_Technical_Paper.pdf) - [v3 to v3.0.2 production upgrade](https://github.com/bgd-labs/proposal-3.0.2-upgrade/blob/main/README.md) - [Aave v3.1 features](./docs/Aave-v3.1-features.md) +- [Aave v3.2 features](./docs/3.2/Aave-v3.2-features.md) +- [v3 to v3.2.0 production upgrade](https://github.com/bgd-labs/protocol-3.2.0-upgrade/blob/main/README.md) - [Set Ltv to 0 on Freeze Feature State diagram](./docs/freeze-ltv0-states.png)
@@ -85,10 +87,17 @@ The following are the security procedures historically applied to Aave v3.X vers - [MixBytes](./audits/02-05-2024_MixBytes_AaveV3.1.pdf) - An internal review by [SterMi](https://twitter.com/stermi) on the virtual accounting feature was conducted on an initial phase of the codebase. - [Cantina competition report](./audits/02-06-2024-Cantina-contest-AaveV3.1.pdf) -- Additionally, Certora properties have been improved over time since the Aave v3 release. More details [HERE](./certora/README.md). +- Additionally, Certora properties have been improved over time since the Aave v3 release. More details [HERE](./certora/basic/README.md).
+**-> Aave v3.2 - September 2024** + +- [Certora](TODO) +- [Enigma](TODO) +- [Oxorio](TODO) +- [Pashov](TODO) + ### Bug bounty This repository will be subjected to [this bug bounty](https://immunefi.com/bounty/aave/) once the Aave Governance upgrades the smart contracts in the applicable production instances.