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

Feat: ic_eth_rpc implementation #30

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

Gohnnyman
Copy link
Collaborator

What's new

  • ICHttp in ic_web_rs replaced with custom ICEthRpc, which sends json-rpc request into ic-rpc-eth canister instead of directly into rpc url
  • small fixes

Known Problems

* And also it wound be a wonderful thing if `EthRpcError` would implement `Deserialize` && `Serialize` trait. In that case user could use this error in `ic_cdk::call` functions directly from crate, omitting necessity to reimplement this struct by himself

@Gohnnyman Gohnnyman added the enhancement New feature or request label Dec 6, 2023
@Gohnnyman Gohnnyman self-assigned this Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant