-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat: add getter to return all source chain config #1477
Merged
0xsuryansh
merged 14 commits into
ccip-develop
from
feat/OffRamp_getAllSourceChainConfig
Oct 7, 2024
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
fee825f
feat: add getter to return all source chain config
0xsuryansh 9d4c9d4
feat: add getter to return all source chain config
0xsuryansh 8c2ef70
fix : return disabled config
0xsuryansh af170dc
formatting
0xsuryansh 0735802
fix: comment
0xsuryansh 094bdc5
adding chain selector return value
0xsuryansh 1d42a4a
moving add instruction post sanity
0xsuryansh f925c7a
Merge 1d42a4ab7a832f4fdaab7b5f43f266f76e511cc3 into dfa420bb101d09ae8…
0xsuryansh c0a0d45
Update gethwrappers
app-token-issuer-infra-releng[bot] 51d6145
Merge branch 'ccip-develop' into feat/OffRamp_getAllSourceChainConfig
0xsuryansh e053e9e
fix: function rename
0xsuryansh f3626ab
Merge branch 'ccip-develop' into feat/OffRamp_getAllSourceChainConfig
0xsuryansh 70d4f61
chore : generate wrapper
0xsuryansh d2c3165
Merge branch 'ccip-develop' into feat/OffRamp_getAllSourceChainConfig
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
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
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.
nit: this returns a bool for "inserted" or "already exists". maybe add a comment explaining we don't care about the return value as adding it twice should not do anything
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.
e053e9e#diff-865ecf8626037bea80482f856f6aff9bdd5a948982897dab6e2b4ff335af032aR982