-
Notifications
You must be signed in to change notification settings - Fork 19
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
Configuration support fully specified source to destination mapping #59
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
9ab0d98
add allowed destination chain id list
gwen917 618a185
add unit tests
gwen917 fddb357
fix comments
gwen917 8b5eacd
fix typo and config validation
gwen917 62d4fac
fix PR comments
gwen917 4c0d019
fix PR comments
gwen917 4240369
fix
gwen917 199b3e7
add global cfg
cam-schultz 6f56a22
add source chain ID to log
cam-schultz 724178f
combine source subnet config validation
cam-schultz 5b6a211
add config readme
cam-schultz 89ab862
rename supported destinations
cam-schultz 836bce8
calculare allowed destinations on startup
cam-schultz c22b7bd
clarify error msg
cam-schultz be3f30f
fix typo
cam-schultz b3318d6
Merge branch 'main' into p2p-config
cam-schultz 5e75b5f
readme cleanup
cam-schultz 6973bdb
cleanup readme
cam-schultz c80f97b
validate dst chains in source validation
cam-schultz 947d5d7
clarify comment
cam-schultz 9ae1307
correct json tag
cam-schultz 5b5decb
Merge branch 'main' into p2p-config
cam-schultz 50dd208
Merge branch 'main' into p2p-config
cam-schultz c05368e
remove default p-chain node
cam-schultz 6c8a869
denote api methods in readme
cam-schultz 77fe281
remove global config
cam-schultz cb82c07
move supported destination check to relayer
cam-schultz 50548ac
check supported destination unit test
cam-schultz 468fa3f
lazily initialize source id fields
cam-schultz 03b790d
remove redundant validation step
cam-schultz 5630533
Merge branch 'main' into p1p-config
cam-schultz 87634cb
use require in test
cam-schultz 0e5eee6
store source ids on initialization
cam-schultz 8498771
combine duplicate iterations
cam-schultz 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
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.
Love this new README section 🙌