We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are returning ContractError (code=40), but should be returning TransactionExecutionError (code=41).
starknet_estimateFee
starknet_simulateTransactions
The same is in the upcoming RPC v0.8.0 (#613).
The text was updated successfully, but these errors were encountered:
FabijanC
Successfully merging a pull request may close this issue.
We are returning ContractError (code=40), but should be returning TransactionExecutionError (code=41).
starknet_estimateFee
: https://github.com/starkware-libs/starknet-specs/blob/v0.7.1/api/starknet_api_openrpc.json#L614starknet_simulateTransactions
: https://github.com/starkware-libs/starknet-specs/blob/v0.7.1/api/starknet_trace_api_openrpc.json#L42The same is in the upcoming RPC v0.8.0 (#613).
The text was updated successfully, but these errors were encountered: