Closed FabijanC closed 1 year ago
For starknet.js, starknet_simulateTransaction
is the most important one
so I started with starknet_simulateTransaction
and yes v0.3.0 is there https://github.com/starkware-libs/starknet-specs/blob/v0.3.0/api/starknet_trace_api_openrpc.json
PR with starknet_simulateTransaction
is here https://github.com/0xSpaceShard/starknet-devnet/pull/492
starknet_traceTransaction
and starknet_traceBlockTransactions
will be added later
https://github.com/0xSpaceShard/starknet-devnet/pull/492 PR with starknet_simulateTransaction
was merged
The three methods should be added: https://github.com/starkware-libs/starknet-specs/blob/v0.3.0-rc1/api/starknet_trace_api_openrpc.json
The link is for v0.3.0-rc1, but whichever is the current version at the time of development should be added (e.g. v0.3.0)
Note from Ariel: