Skip to content
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

util: add string[] type to rpcParams type #3579

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

gabrocheleau
Copy link
Contributor

This PR adds the string[] type to the rpcParams type, as it is a valid param in some contets, notably the eth_getProof JSON-RPC second param.

Copy link

codecov bot commented Aug 12, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 30.62%. Comparing base (f9788a1) to head (5a9d585).
Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

Flag Coverage Δ
client 0.00% <ø> (ø)
common 89.72% <ø> (?)
evm 63.39% <ø> (?)
statemanager 65.93% <0.00%> (+0.10%) ⬆️
trie 52.05% <ø> (?)
tx ?
util 69.89% <ø> (?)
vm 58.42% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

@acolytec3 acolytec3 force-pushed the util/add-stringarray-to-rpc-params branch from 5a9d585 to 79f78b0 Compare August 12, 2024 16:12
acolytec3
acolytec3 previously approved these changes Aug 12, 2024
Copy link
Contributor

@acolytec3 acolytec3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ScottyPoi ScottyPoi force-pushed the util/add-stringarray-to-rpc-params branch from 76be81c to f6ad8d9 Compare August 12, 2024 17:18
Copy link
Contributor

@ScottyPoi ScottyPoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ScottyPoi ScottyPoi merged commit a930add into master Aug 12, 2024
34 checks passed
@ScottyPoi ScottyPoi deleted the util/add-stringarray-to-rpc-params branch August 12, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants