rm automation 2.3 - #526
Merged
Merged
Conversation
Contributor
✅ API Diff Results -
|
RensR
force-pushed
the
rm-automation-2.3
branch
from
August 17, 2026 08:18
06a84a6 to
08aae5d
Compare
RensR
marked this pull request as ready for review
August 17, 2026 11:36
product-security-plaid-production
Bot
requested review from
MStreet3,
RayXpub,
Tofel,
ibrajer and
skudasov
August 17, 2026 11:37
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes Chainlink Automation v2.3 (including zkSync v2.3) Solidity sources and related wrapper-generation/compilation plumbing from this repository, aligning with the stated goal of moving automation ownership/responsibility to CRE.
Changes:
- Removed Automation v2.3 and v2.3-zkSync Solidity contracts, tests, helper contracts, and chain modules from
contracts/src/v0.8/automation/**. - Pruned Go wrapper generation directives and wrapper dependency tracking entries related to removed Automation v2.3 artifacts.
- Removed Foundry profile and compilation script entries that were dedicated to compiling Automation v2.3 artifacts.
Reviewed changes
Copilot reviewed 59 out of 61 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| gethwrappers/zksync/go_generate.go | Drops generation of a zkSync automation wrapper that is being removed/moved. |
| gethwrappers/go_generate_automation.go | Prunes go:generate targets for removed Automation v2.3-era wrappers. |
| gethwrappers/generation/generated-wrapper-dependency-versions-do-not-edit.txt | Removes dependency-version tracking for removed Automation v2.3 wrapper artifacts. |
| contracts/src/v0.8/automation/ZKSyncAutomationForwarder.sol | Removes zkSync forwarder contract (v2.3-related). |
| contracts/src/v0.8/automation/v2_3/UpkeepTranscoder5_0.sol | Removes v2.3 upkeep transcoder contract. |
| contracts/src/v0.8/automation/v2_3/LICENSE | Removes v2.3-specific license file. |
| contracts/src/v0.8/automation/v2_3/AutomationUtils2_3.sol | Removes v2.3 utility contract used for type exposure/testing. |
| contracts/src/v0.8/automation/v2_3/AutomationRegistryLogicB2_3.sol | Removes v2.3 registry logic contract B. |
| contracts/src/v0.8/automation/v2_3/AutomationRegistryLogicA2_3.sol | Removes v2.3 registry logic contract A. |
| contracts/src/v0.8/automation/v2_3/AutomationRegistry2_3.sol | Removes v2.3 registry (root) contract. |
| contracts/src/v0.8/automation/v2_3/AutomationRegistrar2_3.sol | Removes v2.3 registrar contract. |
| contracts/src/v0.8/automation/v2_3_zksync/ZKSyncAutomationRegistryLogicC2_3.sol | Removes zkSync v2.3 registry logic contract C. |
| contracts/src/v0.8/automation/v2_3_zksync/ZKSyncAutomationRegistryLogicB2_3.sol | Removes zkSync v2.3 registry logic contract B. |
| contracts/src/v0.8/automation/v2_3_zksync/ZKSyncAutomationRegistryLogicA2_3.sol | Removes zkSync v2.3 registry logic contract A. |
| contracts/src/v0.8/automation/v2_3_zksync/ZKSyncAutomationRegistry2_3.sol | Removes zkSync v2.3 registry (root) contract. |
| contracts/src/v0.8/automation/upkeeps/LinkAvailableBalanceMonitor.sol | Removes an automation upkeep helper contract. |
| contracts/src/v0.8/automation/upkeeps/EthBalanceMonitor.sol | Removes ETH balance monitor upkeep. |
| contracts/src/v0.8/automation/upkeeps/ERC20BalanceMonitor.sol | Removes ERC20 balance monitor upkeep. |
| contracts/src/v0.8/automation/upkeeps/CronUpkeepFactory.sol | Removes cron upkeep factory. |
| contracts/src/v0.8/automation/upkeeps/CronUpkeepDelegate.sol | Removes cron upkeep delegate. |
| contracts/src/v0.8/automation/upkeeps/CronUpkeep.sol | Removes cron upkeep implementation. |
| contracts/src/v0.8/automation/testhelpers/UpkeepReverter.sol | Removes test helper contract. |
| contracts/src/v0.8/automation/testhelpers/UpkeepMock.sol | Removes test helper contract. |
| contracts/src/v0.8/automation/testhelpers/UpkeepCounterNew.sol | Removes test helper contract. |
| contracts/src/v0.8/automation/testhelpers/UpkeepAutoFunder.sol | Removes test helper contract. |
| contracts/src/v0.8/automation/testhelpers/KeeperCompatibleTestHelper.sol | Removes test helper contract. |
| contracts/src/v0.8/automation/testhelpers/CronTestHelper.sol | Removes cron-related test helper contracts. |
| contracts/src/v0.8/automation/test/v2_3/AutomationRegistrar2_3.t.sol | Removes v2.3 registrar Forge tests. |
| contracts/src/v0.8/automation/mocks/MockZKSyncSystemContext.sol | Removes zkSync mock contract. |
| contracts/src/v0.8/automation/mocks/MockKeeperRegistry2_1.sol | Removes automation-related mock contract. |
| contracts/src/v0.8/automation/mocks/MockGasBoundCaller.sol | Removes automation-related mock contract. |
| contracts/src/v0.8/automation/mocks/MockArbSys.sol | Removes Arbitrum mock contract. |
| contracts/src/v0.8/automation/mocks/MockArbGasInfo.sol | Removes Arbitrum gas info mock contract. |
| contracts/src/v0.8/automation/libraries/internal/Cron.sol | Removes internal cron parsing/scheduling library. |
| contracts/src/v0.8/automation/libraries/external/Cron.sol | Removes external cron library wrapper. |
| contracts/src/v0.8/automation/interfaces/zksync/ISystemContext.sol | Removes zkSync system context interface. |
| contracts/src/v0.8/automation/interfaces/v2_3/IWrappedNative.sol | Removes v2.3 wrapped native interface. |
| contracts/src/v0.8/automation/interfaces/IChainModule.sol | Removes chain module interface. |
| contracts/src/v0.8/automation/dev/UpkeepBalanceMonitor.sol | Removes upkeep balance monitor dev contract. |
| contracts/src/v0.8/automation/chains/ScrollModule.sol | Removes Scroll chain module. |
| contracts/src/v0.8/automation/chains/OptimismModuleV2.sol | Removes Optimism chain module v2. |
| contracts/src/v0.8/automation/chains/OptimismModule.sol | Removes deprecated Optimism chain module. |
| contracts/src/v0.8/automation/chains/ChainModuleBase.sol | Removes base chain module implementation. |
| contracts/src/v0.8/automation/chains/ArbitrumModule.sol | Removes Arbitrum chain module. |
| contracts/src/v0.8/automation/AutomationCompatibleUtils.sol | Removes the AutomationCompatibleUtils Solidity source. |
| contracts/scripts/native_solc_compile_all_automation | Removes compilation targets previously used for v2.3 artifacts. |
| contracts/scripts/generate-zksync-automation-master-interface-v2_3.ts | Removes script that generated a v2.3 zkSync master interface. |
| contracts/scripts/generate-automation-master-interface.ts | Removes script for generating the automation master interface. |
| contracts/scripts/generate-automation-master-interface-v2_3.ts | Removes script that generated a v2.3 master interface. |
| contracts/foundry.toml | Removes the automation-compile-23 profile. |
| contracts/.solhintignore | Removes ignores for deleted interfaces. |
| .github/actions/detect-solidity-readonly-file-changes/action.yml | Updates readonly-path checks to reflect removed directories. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
ibrajer
reviewed
Aug 17, 2026
pavel-raykov
previously approved these changes
Aug 17, 2026
RensR
force-pushed
the
rm-automation-2.3
branch
from
August 17, 2026 12:49
283c734 to
2491168
Compare
RensR
force-pushed
the
rm-automation-2.3
branch
from
August 17, 2026 12:52
2491168 to
07bc15c
Compare
pavel-raykov
approved these changes
Aug 17, 2026
ibrajer
approved these changes
Aug 17, 2026
RensR
enabled auto-merge (squash)
August 17, 2026 13:22
RayXpub
approved these changes
Aug 17, 2026
RensR
commented
Aug 17, 2026
| cat <<EOF > matrix.json | ||
| [ | ||
| { "name": "automation", "setup": { "run-coverage": false, "min-coverage": 98.5, "run-gas-snapshot": false }}, | ||
| { "name": "automation-cre", "setup": { "run-coverage": true, "min-coverage": 98.5, "run-gas-snapshot": true }}, |
Collaborator
Author
There was a problem hiding this comment.
Due to the moved contract which has no tests
ChrisAmora
approved these changes
Aug 17, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automation is moving to CRE