-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathout_of_scope.txt
73 lines (73 loc) · 4.8 KB
/
out_of_scope.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
./src/vendor/@aave/core-v3/contracts/protocol/libraries/math/PercentageMath.sol
./src/vendor/@chainlink/contracts/src/v0.8/automation/AutomationBase.sol
./src/vendor/@chainlink/contracts/src/v0.8/automation/AutomationCompatible.sol
./src/vendor/@chainlink/contracts/src/v0.8/automation/interfaces/AutomationCompatibleInterface.sol
./src/vendor/@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol
./src/vendor/@chainlink/contracts/src/v0.8/mocks/MockLinkToken.sol
./src/vendor/@chainlink/contracts/src/v0.8/shared/interfaces/IERC677Receiver.sol
./src/vendor/@chainlink/contracts/src/v0.8/shared/interfaces/ITypeAndVersion.sol
./src/vendor/@chainlink/contracts/src/v0.8/shared/interfaces/LinkTokenInterface.sol
./src/vendor/@chainlink/contracts/src/v0.8/shared/token/ERC677/IERC677Receiver.sol
./src/vendor/@chainlink/contracts-ccip/src/v0.8/ccip/applications/CCIPReceiver.sol
./src/vendor/@chainlink/contracts-ccip/src/v0.8/ccip/interfaces/IAny2EVMMessageReceiver.sol
./src/vendor/@chainlink/contracts-ccip/src/v0.8/ccip/interfaces/IRouterClient.sol
./src/vendor/@chainlink/contracts-ccip/src/v0.8/ccip/interfaces/automation/ILinkAvailable.sol
./src/vendor/@chainlink/contracts-ccip/src/v0.8/ccip/libraries/Client.sol
./src/vendor/@uniswap/swap-router-contracts/contracts/interfaces/IV3SwapRouter.sol
./src/vendor/@uniswap/v3-core/contracts/interfaces/callback/IUniswapV3SwapCallback.sol
./src/vendor/@uniswap/v3-periphery/contracts/interfaces/IQuoterV2.sol
./test/Addresses.t.sol
./test/BaseTest.t.sol
./test/Constants.t.sol
./test/fork/BaseForkTest.t.sol
./test/fork/fee-aggregator/bridge-assets/bridgeAssets.t.sol
./test/fork/fee-aggregator/ccip-receive/ccipReceive.t.sol
./test/fork/swap-automator/perform-upkeep/performUpkeep.t.sol
./test/integration/BaseIntegrationTest.t.sol
./test/integration/fee-aggregator/emergency-withdraw/emergencyWithdraw.t.sol
./test/integration/fee-aggregator/transfer-for-swap/transferForSwap.t.sol
./test/integration/fee-aggregator/withdraw-non-allowlisted-assets/withdrawNonAllowlistedAssets.t.sol
./test/integration/fee-router/transfer-allowlisted-assets/transferAllowlistedAssets.t.sol
./test/integration/fee-router/withdraw-non-allowlisted-assets/withdrawNonAllowlistedAssets.t.sol
./test/integration/reserves/emergency-withdraw/emergencyWithdraw.t.sol
./test/invariants/BaseInvariant.t.sol
./test/invariants/Reserves.invariants.t.sol
./test/invariants/SwapAutomator.invariants.t.sol
./test/invariants/handlers/AssetHandler.t.sol
./test/invariants/handlers/ReservesHandler.t.sol
./test/invariants/handlers/UpkeepHandler.t.sol
./test/invariants/mocks/MockAggregatorV3.t.sol
./test/invariants/mocks/MockUniswapQuoterV2.t.sol
./test/invariants/mocks/MockUniswapRouter.t.sol
./test/unit/BaseUnitTest.t.sol
./test/unit/enumerable-bytes-set/add/add.t.sol
./test/unit/enumerable-bytes-set/remove/remove.t.sol
./test/unit/fee-aggregator/apply-allowlisted-assets/addAllowlistedAssets.t.sol
./test/unit/fee-aggregator/apply-allowlisted-assets/removeAllowlistedAssets.t.sol
./test/unit/fee-aggregator/apply-allowlisted-receivers/addAllowlistedReceivers.t.sol
./test/unit/fee-aggregator/apply-allowlisted-receivers/removeAllowlistedReceivers.t.sol
./test/unit/fee-aggregator/apply-allowlisted-senders/addAllowlistedSenders.t.sol
./test/unit/fee-aggregator/apply-allowlisted-senders/removeAllowlistedSenders.t.sol
./test/unit/fee-aggregator/ccip-receive/ccipReceive.t.sol
./test/unit/fee-aggregator/constructor/constructor.t.sol
./test/unit/fee-aggregator/supports-interface/supportsInterface.t.sol
./test/unit/fee-router/constructor/constructor.t.sol
./test/unit/fee-router/set-fee-aggregator/setFeeAggregator.t.sol
./test/unit/pausable-with-access-control/emergency-pause/emergencyPause.t.sol
./test/unit/pausable-with-access-control/emergency-unpause/emergencyUnpause.t.sol
./test/unit/pausable-with-access-control/grant-role/grantRole.t.sol
./test/unit/pausable-with-access-control/revoke-role/revokeRole.t.sol
./test/unit/pausable-with-access-control/supports-interface/supportsInterface.t.sol
./test/unit/reserves/add-allowlisted-service-providers/addAllowlistedServiceProviders.t.sol
./test/unit/reserves/constructor/constructor.t.sol
./test/unit/reserves/on-token-transfer/onTokenTransfer.t.sol
./test/unit/reserves/remove-allowlisted-service-providers/removeAllowlistedServiceProviders.t.sol
./test/unit/reserves/set-earmarks/setEarmarks.t.sol
./test/unit/reserves/withdraw/withdraw.t.sol
./test/unit/swap-automator/apply-asset-swap-params-updates/applyAssetSwapParamsUpdates.t.sol
./test/unit/swap-automator/check-upkeep/checkUpkeep.t.sol
./test/unit/swap-automator/constructor/constructor.t.sol
./test/unit/swap-automator/set-deadline-delay/setDeadlineDelay.t.sol
./test/unit/swap-automator/set-fee-aggregator-receiver/setFeeAggregatorReceiver.sol
./test/unit/swap-automator/set-forwarder/setForwarder.t.sol
./test/unit/swap-automator/set-receiver/setReceiver.t.sol