eqlabs / pathfinder

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

JSON-RPC 0.7 MSG_TO_L1 is missing `payload` property in Pathfinder 0.13.0 transaction receipts #2089

Closed kkovaacs closed 1 month ago

kkovaacs commented 1 month ago

Pathfinder 0.13.0 has a regression: serialization of MSG_TO_L1 objects is broken for the JSON-RPC 0.7 interface (starknet_getTransactionReceipt method).

The payload property is missing from the response.