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

Add web3_clientversion rpc #136

Merged
merged 1 commit into from
May 26, 2023
Merged

Conversation

zsluedem
Copy link
Collaborator

No description provided.

@zsluedem zsluedem requested a review from Vid201 May 26, 2023 02:28
@zsluedem zsluedem linked an issue May 26, 2023 that may be closed by this pull request
crates/rpc/src/eth.rs Outdated Show resolved Hide resolved
crates/rpc/src/eth_api.rs Outdated Show resolved Hide resolved
@zsluedem zsluedem force-pushed the add-web3client branch 2 times, most recently from 0d19b50 to 9ff8e99 Compare May 26, 2023 09:31
use jsonrpsee::{core::RpcResult, proc_macros::rpc};

#[rpc(server)]
pub trait CustomApi {
Copy link
Member

Choose a reason for hiding this comment

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

I think it would be better to have web3.rs and web3_api.rs instead of custom, to follow the same pattern.

@zsluedem zsluedem merged commit 8e296d4 into silius-rs:main May 26, 2023
@zsluedem zsluedem deleted the add-web3client branch May 26, 2023 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add rpc web3_clientVersion
2 participants