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.
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
MultiNode Integration: TOML Configurations #844
MultiNode Integration: TOML Configurations #844
Changes from all commits
60673aa
dc85772
e6683e6
1c68485
c44a6ce
64db86a
f7c1bc9
9e91b47
354dc50
60c3352
dcec343
8e2306b
b8d6755
2cb4d77
0b33b1f
95e1c9a
6641bc9
d8d312c
aa3c068
3c3756e
7c8b55d
2521670
5b5cfd6
690f812
fd3823b
4bf96b7
c1b83a5
c58dbc8
e0231b0
0122a5f
8aa39f6
0e5a35e
b5ff16d
1b3a101
b7cc350
0afd8da
b99b90c
d7203f8
98b0e9d
0621cf4
fd0cc16
75b8f02
456be6c
ad70b8a
99149a4
e628945
3b497ef
fd157da
44d64b1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
what was the result of checking for shareable config?
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.
Did not end up using any shared configs.
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.
It would be nice to reuse the config across different chains. The EVM case might be a bit complex, but for new integrations like Aptos/Tron, it does not make sense to duplicate this code.
Could you create a follow up ticket to address that?
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.
Yeah sounds good, we can extract this to the framework repo when doing the extraction.