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

provide integration test support for registry 2.2 #12071

Merged
merged 32 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
41fd1ec
provide integration test support for registry 2.2
FelixFan1992 Feb 16, 2024
88d3dce
fixed some code smells
FelixFan1992 Feb 18, 2024
f9986bc
fix linter issues
FelixFan1992 Feb 19, 2024
8db079b
linter
FelixFan1992 Feb 19, 2024
8403ff1
linter again
FelixFan1992 Feb 19, 2024
27f305a
update
FelixFan1992 Feb 19, 2024
8ed9060
Merge branch 'develop' into testing-framework-support-for-registry-2-2
FelixFan1992 Feb 19, 2024
ba90f47
versions
FelixFan1992 Feb 19, 2024
9a9177c
add v2.2
FelixFan1992 Feb 19, 2024
c002f12
wait for module deployment
FelixFan1992 Feb 19, 2024
cd2f54c
fix linter issues and add comments
FelixFan1992 Feb 19, 2024
da8cd67
fix sonarqube
FelixFan1992 Feb 19, 2024
fcb5b30
update
FelixFan1992 Feb 19, 2024
00c17bd
linter
FelixFan1992 Feb 19, 2024
9290dfd
fix
FelixFan1992 Feb 19, 2024
d8634ed
tab vs spaces
FelixFan1992 Feb 19, 2024
cfe34da
fix
FelixFan1992 Feb 19, 2024
be57ddf
exclude a file in sonarqube duplication tests
FelixFan1992 Feb 19, 2024
410380a
update
FelixFan1992 Feb 20, 2024
b0a5e10
Merge branch 'develop' into testing-framework-support-for-registry-2-2
FelixFan1992 Feb 20, 2024
bd6c1ab
update wrappers
FelixFan1992 Feb 20, 2024
1ddc1fc
update
FelixFan1992 Feb 20, 2024
95a9afa
fix
FelixFan1992 Feb 20, 2024
93a9c18
resolve conflicts
FelixFan1992 Feb 21, 2024
b4696f8
fix
FelixFan1992 Feb 21, 2024
998533c
update for reorg protection bool
FelixFan1992 Feb 21, 2024
a386bb4
update read only address and clean up tests
FelixFan1992 Feb 21, 2024
7f0b0e1
update parallel tests
FelixFan1992 Feb 21, 2024
b186aee
small fix
FelixFan1992 Feb 21, 2024
ac9146a
Merge branch 'develop' into testing-framework-support-for-registry-2-2
tateexon Feb 21, 2024
17df5fa
Merge branch 'develop' into testing-framework-support-for-registry-2-2
FelixFan1992 Feb 21, 2024
2695224
Merge branch 'develop' into testing-framework-support-for-registry-2-2
FelixFan1992 Feb 21, 2024
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
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
Loading