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

Added simulateTransaction endpoint to the rpc provider #78

Merged
merged 7 commits into from
Jul 5, 2023

Conversation

bartekryba
Copy link
Contributor

@bartekryba bartekryba commented Jun 16, 2023

Implemented simulateTransaction method in rpc provider.

It can be used to estimate transaction fee without veryfing signature.

Note that until starknet-devnet v0.5.5 is merged, the tests will not pass.

Closes #77

Additionaly, this implementation assumes that these PRs in starknet-spec are already merged:

@bartekryba bartekryba marked this pull request as ready for review June 29, 2023 16:08
@bartekryba
Copy link
Contributor Author

Currently blocked, we're waiting for new devnet release

@bartekryba bartekryba merged commit a7218ea into main Jul 5, 2023
@bartekryba bartekryba deleted the feat/simulate-tx branch July 5, 2023 13:44
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.

Support SKIP_VALIDATE for fee estimate txs
2 participants