Skip to content

Commit

Permalink
provide integration test support for registry 2.2 (#12071)
Browse files Browse the repository at this point in the history
* provide integration test support for registry 2.2

* fixed some code smells

* fix linter issues

* linter

* linter again

* update

* versions

* add v2.2

* wait for module deployment

* fix linter issues and add comments

* fix sonarqube

* update

* linter

* fix

* tab vs spaces

* fix

* exclude a file in sonarqube duplication tests

* update

* update wrappers

* update

* fix

* fix

* update for reorg protection bool

* update read only address and clean up tests

* update parallel tests

* small fix

---------

Co-authored-by: Tate <[email protected]>
  • Loading branch information
FelixFan1992 and tateexon authored Feb 21, 2024
1 parent 14c416c commit 2a53c4f
Show file tree
Hide file tree
Showing 22 changed files with 2,324 additions and 338 deletions.
7 changes: 6 additions & 1 deletion contracts/scripts/native_solc_compile_all_automation
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,9 @@ compileContract automation/dev/v2_2/AutomationRegistry2_2.sol
compileContract automation/dev/v2_2/AutomationRegistryLogicA2_2.sol
compileContract automation/dev/v2_2/AutomationRegistryLogicB2_2.sol
compileContract automation/dev/v2_2/AutomationUtils2_2.sol
compileContract automation/dev/interfaces/v2_2/IAutomationRegistryMaster.sol
compileContract automation/dev/interfaces/v2_2/IAutomationRegistryMaster.sol
compileContract automation/dev/chains/ArbitrumModule.sol
compileContract automation/dev/chains/ChainModuleBase.sol
compileContract automation/dev/chains/OptimismModule.sol
compileContract automation/dev/chains/ScrollModule.sol
compileContract automation/dev/interfaces/v2_2/IChainModule.sol
313 changes: 313 additions & 0 deletions core/gethwrappers/generated/arbitrum_module/arbitrum_module.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2a53c4f

Please sign in to comment.