-
Notifications
You must be signed in to change notification settings - Fork 293
feat(rpc): Implement starknet_traceBlockTransactions RPC call #1372
Comments
@Tbelleng can i take this? |
Yes, just check with @tdelabro before ! |
Nice ! @aniketpr01 |
The main concern is that I have no idea how you will get the execution traces. |
@tdelabro |
yes @tdelabro, I will be working on it! |
how its going ? @aniketpr01 |
@Tbelleng |
Done ! |
closed by #1416 |
feat(rpc): Implement starknet_traceBlockTransactions
This PR aims to implement starknet_traceBlockTransactions rpc call introduced in v0.4.0-rc1 according to the v0.5.1 RPC specs described in #1291
starknet_traceBlockTransactions
Retrieve traces for all transactions in the given block
Arguments
Return
Returns the execution traces of all transactions included in the given block
Errors
This function might return the following errors:
The text was updated successfully, but these errors were encountered: