-
Notifications
You must be signed in to change notification settings - Fork 54
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
Manual-execute-gas-overrides #1256
Merged
RensR
merged 66 commits into
ccip-develop
from
feature/CCIP-2910-manual-execute-gas-overrides
Aug 9, 2024
+619
−298
Merged
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
da2b0b9
feat: CCIP-2910 manual overrides for destGasAmount in manualExecution
09719c0
Merge da2b0b98fd52a8454381e191a0eecba7bd98fa83 into acb585270e15a6cc2…
defistar db6de00
Update gethwrappers
app-token-issuer-infra-releng[bot] 449a3b3
feat: CCIP-2910 EVM2EVMOffRamp contract test refactoring and fixes
fef0df1
fix: CCIP-2910 minor fix for EVM2EVMOffRamp contract with prettier ch…
641d29e
fix: CCIP-2910 forge formatting fixes for EVM2EVMOffRamp contracts
5c8b538
fix: CCIP-2910 fix EVM2EVMOffRamp tests
e8763c5
Merge 5c8b5386126a5b5d35168b942f5a30c26ad8ceb8 into acb585270e15a6cc2…
defistar 7ffcd20
Update gethwrappers
app-token-issuer-infra-releng[bot] dbccb54
fix: CCIP-2910 solidity forge formatting updates
ddb384a
fix: CCIP-2910 gas-snapshot updated for EVM2EVMOffRamp
34efe99
fix: CCIP-2910 gas-snapshot updated for EVM2EVMOffRamp
fea911a
fix: CCIP-2910 ccip_contracts fix for gasLimitOverrides struct update…
dad0478
Merge branch 'ccip-develop' into feature/CCIP-2910-manual-execute-gas…
defistar 339ab36
feat: CCIP-2910 offchain service markers for manuallyExecute script c…
12db93e
feat: CCIP-2910 manualExecution signature changes in offchain script …
09d0248
fix: CCIP-2950 fix ManuallyExecute testHelper
b2bbe11
Merge branch 'ccip-develop' into feature/CCIP-2910-manual-execute-gas…
defistar 7356a8e
chore: mockery interface fix, run make generate
0xsuryansh fb7d2b3
Merge branch 'ccip-develop' into feature/CCIP-2910-manual-execute-gas…
0xsuryansh ad0aba6
fix: trial fix for smoke tests
0xsuryansh d21ec9e
Merge branch 'ccip-develop' into feature/CCIP-2910-manual-execute-gas…
defistar c4d19cc
fix: CCIP-2950 manuallyExecute Args will override the default destGas…
cd3c1a2
Gas golf for manual exec (#1262)
RensR 84402a9
Merge branch 'ccip-develop' into feature/CCIP-2910-manual-execute-gas…
defistar 931d5c9
Merge 84402a93f20411f97993f20124f0921eca76c7ef into dc33de84cbc4f9741…
defistar 30b37ec
Update gethwrappers
app-token-issuer-infra-releng[bot] 5160115
fix: CCIP-2950 code review feedback changes for EVM2EVMOfframp contra…
7028235
fix: CCIP-2950 formatting error fixes for EVM2EVMOfframpSetup
3891da0
Merge branch 'ccip-develop' into feature/CCIP-2910-manual-execute-gas…
defistar d187fe5
fix: CCIP-2950 gasLimitOverride fixes for tests
48d3566
Merge d187fe5daa3db27688c889d32245b83f61ae6021 into 2707bd001a0424ece…
defistar 64cb4cb
Update gethwrappers
app-token-issuer-infra-releng[bot] 099a789
fix: CCIP-2950 ManuallyExecute gasLimit-override failure test cases
3a31c8d
Merge 099a7895080b4c966074f747a16cf8d961226a07 into 2707bd001a0424ece…
defistar 6177ab9
Update gethwrappers
app-token-issuer-infra-releng[bot] 55d2894
fix: CCIP-2950 gassnapshots fixes after EVM2EVMOffRamp contract enhan…
0364e3a
fix: CCIP-2950 gassnapshots fixes after EVM2EVMOffRamp contract enhan…
9da075a
fix: CCIP-2950 gassnapshots fixes after EVM2EVMOffRamp contract enhan…
c827fd4
fix: CCIP-2950 rename EVM2EVMOffRamp Override struct - destGasAmount …
21e70e1
fix: CCIP-2950 solidity forge formatting fixes
411c66b
Merge 21e70e175187c09228b91f0a33410bee66b5f54e into 2707bd001a0424ece…
defistar 6849697
Update gethwrappers
app-token-issuer-infra-releng[bot] 74ab3e8
fix: CCIP-2950 gassnapshot fixes for EVM2EVMOfframp
1deda6d
chore: update mocks and gas snapshot
0xsuryansh f26d0fc
fix: CCIP-2950 rename offchain gas-override properties for EVM2EVMoff…
086778c
Merge branch 'ccip-develop' into feature/CCIP-2910-manual-execute-gas…
defistar e5c96c4
fix: CCIP-2950 gassnapshot fixes and formatting error fixes
42a4adc
fix: CCIP-2950 optimise EVM2EVMOfframp contract and gassnapshot corre…
5bc5f42
Merge 42a4adc46658cc3e3dcc2df627d24c7625f8f696 into 5f1b30e0d37cac094…
defistar 803235f
Update gethwrappers
app-token-issuer-infra-releng[bot] a48f15f
fix: CCIP-2950 update gasOverride dataType to uint32 and related test…
d9793ed
fix: CCIP-2950 wrappers regenerated after datatype of tokenGasOverrid…
c18a87f
fix: CCIP-2950 offchain datatype fixes for ccip_contracts
1a10b1d
fix: CCIP-2950 gassnapshot and contract formatting fixes
4b76aad
Merge branch 'ccip-develop' into feature/CCIP-2910-manual-execute-gas…
defistar c1258c5
chore: update gas snapshot and mock
0xsuryansh 2a10db1
fix: CCIP-2950 ccip_contracts linting error fixes
9542dca
Merge branch 'ccip-develop' into feature/CCIP-2910-manual-execute-gas…
defistar 20dcec5
index on feature/CCIP-2910-manual-execute-gas-overrides: 55d2894595 f…
2d56bad
fix: CCIP-2950 gas-snapshot fixes after merge resolution
666f38e
rm compile all comment
RensR 09a960c
add msg id to revert reason
RensR 40200c6
Merge branch 'ccip-develop' into feature/CCIP-2910-manual-execute-gas…
RensR bae670c
add comments
RensR 18bafa2
fix comments, rename, minor gas improvement
RensR File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed due to space issues