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

Allow raw RPC calls via cargo contract rpc #987

Closed
cmichi opened this issue Feb 28, 2023 · 1 comment · Fixed by #1458
Closed

Allow raw RPC calls via cargo contract rpc #987

cmichi opened this issue Feb 28, 2023 · 1 comment · Fixed by #1458
Assignees

Comments

@cmichi
Copy link
Collaborator

cmichi commented Feb 28, 2023

cargo contract rpc [options] METHOD [PARAMS]

Users cannot make raw RPC calls to the node with the currently available commands.

Adding this capability would improve the debugging process by giving developers direct access to the node's RPC interface, making it easier to diagnose, fix, and experiment with different scenarios.

@SkymanOne
Copy link
Contributor

SkymanOne commented Aug 21, 2023

This looks like we need to copy the API from https://github.com/paritytech/ink/blob/master/crates/e2e/src/subxt_client.rs perhaps we can move the implementation there and then import it in ink_e2e crate.

I also makes sense for #1213 to get merged first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants