eqlabs / pathfinder

A Starknet full node written in Rust
https://eqlabs.github.io/pathfinder/
Other
613 stars 222 forks source link

`execution_status` property is missing from transaction receipt responses on 0.13.0 #2086

Closed kkovaacs closed 1 month ago

kkovaacs commented 1 month ago

The OpenRPC specification requires execution_status (and revert_reason in case of reverted transactions) but pathfinder 0.13.0 does not include those properties in the JSON-RPC response for starknet_getTransactionReceipt.