Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Missing RPC starknet_simulateTransaction #475

Closed
notV4l opened this issue May 19, 2023 · 2 comments
Closed

Missing RPC starknet_simulateTransaction #475

notV4l opened this issue May 19, 2023 · 2 comments
Assignees

Comments

@notV4l
Copy link

notV4l commented May 19, 2023

-It was added in JsonRpc Api to v0.3.0-rc1
-It should support simulateTransaction for multiple transactions
-There is simulate_transaction on Sequencer Api but it only handles a single transaction atm.

@FabijanC
Copy link
Collaborator

FabijanC commented May 20, 2023

What about RPC method starknet_estimateFee? That's implemented and should support multiple estimations. Also on the sequencer API, there is feeder_gateway/estimate_fee_bulk, is that of any help?

I see that starknet_simulateTransaction is a part of the starknet_trace_api_openrpc which I don't think we have addressed so far (but maybe we should have?)

@FabijanC FabijanC self-assigned this May 20, 2023
@FabijanC
Copy link
Collaborator

Superseded by #481

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

No branches or pull requests

2 participants