Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

estimate_fee() and simulate_transaction() do not support multiple transactions #700

@kkovaacs

Description

@kkovaacs

Implementing the starknet_estimateFee (https://github.com/starkware-libs/starknet-specs/blob/a69500eafd33e34acbddeadcb852cf3c58882989/api/starknet_api_openrpc.json#L488) and starknet_simulateTransaction (https://github.com/starkware-libs/starknet-specs/blob/a69500eafd33e34acbddeadcb852cf3c58882989/api/starknet_trace_api_openrpc.json#L41) requires being able to estimate/simulate multiple consecutive transactions that have the state carried over between transactions.

Unfortunately the estimate_fee() and simulate_transaction() only support one transaction.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions