Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove automation 1_2, 1_3 and 2_0 code. #16677

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions contracts/scripts/native_solc_compile_all_automation
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,11 @@ compileContract () {
}

compileContract automation/upkeeps/CronUpkeepFactory.sol
compileContract automation/v1_2/KeeperRegistrar1_2.sol
compileContract automation/v1_2/KeeperRegistry1_2.sol
compileContract automation/v1_2/KeeperRegistryCheckUpkeepGasUsageWrapper1_2.sol
compileContract automation/v1_3/KeeperRegistry1_3.sol
compileContract automation/v1_3/KeeperRegistryLogic1_3.sol
compileContract automation/v2_0/KeeperRegistrar2_0.sol
compileContract automation/v2_0/KeeperRegistry2_0.sol
compileContract automation/v2_0/KeeperRegistryLogic2_0.sol
compileContract automation/UpkeepTranscoder.sol
compileContract automation/mocks/MockAggregatorProxy.sol
compileContract automation/testhelpers/LogUpkeepCounter.sol
compileContract automation/testhelpers/SimpleLogUpkeepCounter.sol

compileContract automation/mocks/KeeperRegistrar1_2Mock.sol
compileContract automation/mocks/KeeperRegistryCheckUpkeepGasUsageWrapper1_2Mock.sol

SOLC_VERSION="0.8.16"

solc-select install $SOLC_VERSION
Expand Down
122 changes: 0 additions & 122 deletions contracts/src/v0.8/automation/mocks/KeeperRegistrar1_2Mock.sol

This file was deleted.

This file was deleted.

Loading
Loading