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

Support starknet_simulateTransactions in Provider trait for JsonRpcClient #437

Closed
Eikix opened this issue Jul 5, 2023 · 2 comments
Closed

Comments

@Eikix
Copy link

Eikix commented Jul 5, 2023

Hi there!

Afaik: since 0.3 Starknet JsonRpc Spec, RPC nodes support starknet_simulateTransactions.
Afaik, starknet-rs only supports starknet_simulateTransactions for gateway and not jsonrpcclient?

Could we add support for it?

@xJonathanLEI
Copy link
Owner

This shouldn't be too difficult. We just need to modify starknet-jsonrpc-codegen to support this.

@xJonathanLEI
Copy link
Owner

Resolved by #481.

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

No branches or pull requests

2 participants