You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling the starknet_traceBlockTransactions endpoint using rpc version 0_8, it returns this error:
Failed to get block tx traces: Other(TransportError(Json(Error("data did not match any variant of untagged enum JsonRpcResponse", line: 0, column: 0))))
When trying to run the tests, updating the serialize version from 07 to 08 on test_multiple_transactions made the test fail.
When calling the
starknet_traceBlockTransactions
endpoint using rpc version 0_8, it returns this error:When trying to run the tests, updating the serialize version from 07 to 08 on
test_multiple_transactions
made the test fail.pathfinder/crates/rpc/src/method/trace_block_transactions.rs
Lines 760 to 788 in 2097a13
The text was updated successfully, but these errors were encountered: