-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 rpc endpoint config #6582
Conversation
Hi @mattsse, I am still very new to rust and please correct me if any thing is not right. And where are the places need impl to make this config work? shall I do it in this PR or in another PR? |
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.
this is a great first draft:
left some suggestions:
then we need some parser tests, see for example:
foundry/crates/config/src/lib.rs
Line 3015 in cdbaf9d
fn test_resolve_rpc_url() { |
once we have that we can start adding new resolve_rpc_config
functions
hey @qiweiii , happy new year! will you pick this up soon? no worries if not, we can take to completion. |
this is almost complete. taking over, thanks @qiweiii 🙏 |
* feat: add rpc endpoint config * wip: add test for parse rpc config * feat: support setting additional rpc values --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Motivation
related to #6532
Solution
add RpcEndpointConfig as described in the issue