-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Testing & Devops] bug fixes + unit tests + minor solidity tweaks (#167)
* safety redundancy * llint * Update RPLVault.sol * typo * deployment scripts * add more impl * fix tests * bug fixes * fix bugs * security+lint Update WETHVault.sol * fix tests more test test prep
- Loading branch information
1 parent
1253529
commit af1ec63
Showing
12 changed files
with
210 additions
and
269 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// SPDX License Identifier: GPL v3 | ||
|
||
pragma solidity 0.8.17; | ||
|
||
import '../../AdminTreasury.sol'; | ||
|
||
contract MockAdminTreasuryV2 is AdminTreasury { | ||
|
||
function test() public pure returns(uint256) { | ||
return 69; | ||
} | ||
|
||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
weth address 0xA220A28A8c7Ae8ab962d8386E2f58acCD046A5d0 | ||
oracle address 0xb893bF28507274c425Dbbe80D7aa6b5bd463c966 | ||
sanctions address 0x6dCCF43D99821867FfeABFb234e67004965D0492 | ||
whitelist deployed to 0xb22be5c52ad10b08610DBf7d330fAB5b5bdF8F2C | ||
vaulted constellation eth deployed to 0x962076740a4acDFCA3a92284C7216fBDB4a25EFe | ||
vaulted constellation rpl deployed to 0x9d8886aF4b2a2E4C2B6386EFA96A23945F944097 | ||
Fund Router (Deposit Pool) deployed to 0x6Eea224bE35694390F82d88f63f327711a6eBCa7 | ||
operator distributor deployed to 0x1a3a2c99bD7F02Aa39Afc1DDFD94332a5fB22aee | ||
yield distributor deployed to 0x6a558b87e6966210C9209d897c86379d536630f9 | ||
price fetcher deployed to 0xD063b49d2529ce52B761A68Ca60817b55C4b3987 | ||
admin treasury deployed to 0x5ECCdBCfAD0a140B88348F91D2eE8cF8Ad63Bb26 | ||
node account impl for cloning deployed to 0x885FB35fbFF3475484C0f9A1D1bf08FdFAB5b143 | ||
node account factory deployed to 0xF0640494859a32b8363073E1bf0A7a351097E06d | ||
verify directory input | ||
whitelistProxy.address 0xb22be5c52ad10b08610DBf7d330fAB5b5bdF8F2C | ||
vCWETHProxy.address 0x962076740a4acDFCA3a92284C7216fBDB4a25EFe | ||
vCRPLProxy.address 0x9d8886aF4b2a2E4C2B6386EFA96A23945F944097 | ||
depositPoolProxy.address 0x6Eea224bE35694390F82d88f63f327711a6eBCa7 | ||
operatorDistributorProxy.address 0x1a3a2c99bD7F02Aa39Afc1DDFD94332a5fB22aee | ||
nodeAccountFactoryProxy.address 0xF0640494859a32b8363073E1bf0A7a351097E06d | ||
yieldDistributorProxy.address 0x6a558b87e6966210C9209d897c86379d536630f9 | ||
oracle 0xb893bF28507274c425Dbbe80D7aa6b5bd463c966 | ||
priceFetcherProxy.address 0xD063b49d2529ce52B761A68Ca60817b55C4b3987 | ||
rocketStorage 0x594Fb75D3dc2DFa0150Ad03F99F97817747dd4E1 | ||
weth 0xA220A28A8c7Ae8ab962d8386E2f58acCD046A5d0 | ||
uniswapV3 0x324a0F727B57153A079f09eC9526b56B9E1B04fd | ||
sanctions 0x6dCCF43D99821867FfeABFb234e67004965D0492 | ||
Duplicate definition of SanctionViolation (SanctionViolation(address,address), SanctionViolation(address)) | ||
Duplicate definition of SanctionViolation (SanctionViolation(address,address), SanctionViolation(address)) | ||
directory deployed to 0x8AFBF878b0692c1c2e8a0c8AFfc09f5D78e5e239 | ||
directory matches predicted address 0x8afbf878b0692c1c2e8a0c8affc09f5d78e5e239 | ||
Duplicate definition of SanctionViolation (SanctionViolation(address,address), SanctionViolation(address)) | ||
Duplicate definition of SanctionViolation (SanctionViolation(address,address), SanctionViolation(address)) | ||
timelock role set | ||
Duplicate definition of SanctionViolation (SanctionViolation(address,address), SanctionViolation(address)) | ||
protocol role set |
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.