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.

simulate_transaction() is limited to InvokeFunction transactions #701

@kkovaacs

Description

@kkovaacs

The JSON-RPC API for Starknet specifies starknet_simulateTransaction as an endpoint which receives an array of transactions as their input.

However, in the starknet_in_rust API simulate_transaction() is limited to processing (a single) InvokeFunction transaction -- while it should support any transaction type.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions