forked from aave-dao/aave-v3-origin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Certora/munging
final adaptation of FV specs to stata
- Loading branch information
Showing
37 changed files
with
1,463 additions
and
1,739 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,7 +1,48 @@ | ||
diff -ruN .gitignore .gitignore | ||
--- .gitignore 1970-01-01 02:00:00 | ||
+++ .gitignore 2023-04-01 01:24:40 | ||
+++ .gitignore 2024-09-04 13:59:46 | ||
@@ -0,0 +1,2 @@ | ||
+* | ||
+!.gitignore | ||
\ No newline at end of file | ||
\ No newline at end of file | ||
diff -ruN src/core/instances/ATokenInstance.sol src/core/instances/ATokenInstance.sol | ||
--- src/core/instances/ATokenInstance.sol 2024-09-05 19:01:54 | ||
+++ src/core/instances/ATokenInstance.sol 2024-09-05 11:33:23 | ||
@@ -35,15 +35,15 @@ | ||
|
||
_domainSeparator = _calculateDomainSeparator(); | ||
|
||
- emit Initialized( | ||
- underlyingAsset, | ||
- address(POOL), | ||
- treasury, | ||
- address(incentivesController), | ||
- aTokenDecimals, | ||
- aTokenName, | ||
- aTokenSymbol, | ||
- params | ||
- ); | ||
+ // emit Initialized( | ||
+ // underlyingAsset, | ||
+ // address(POOL), | ||
+ // treasury, | ||
+ // address(incentivesController), | ||
+ // aTokenDecimals, | ||
+ // aTokenName, | ||
+ // aTokenSymbol, | ||
+ // params | ||
+ // ); | ||
} | ||
} | ||
diff -ruN src/periphery/contracts/static-a-token/ERC20AaveLMUpgradeable.sol src/periphery/contracts/static-a-token/ERC20AaveLMUpgradeable.sol | ||
--- src/periphery/contracts/static-a-token/ERC20AaveLMUpgradeable.sol 2024-09-05 19:01:54 | ||
+++ src/periphery/contracts/static-a-token/ERC20AaveLMUpgradeable.sol 2024-09-05 13:48:31 | ||
@@ -147,7 +147,7 @@ | ||
} | ||
|
||
///@inheritdoc IERC20AaveLM | ||
- function rewardTokens() external view returns (address[] memory) { | ||
+ function rewardTokens() public view returns (address[] memory) { | ||
ERC20AaveLMStorage storage $ = _getERC20AaveLMStorage(); | ||
return $._rewardTokens; | ||
} |
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
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.