NethermindEth / juno

Starknet client implementation.
https://juno.nethermind.io
Apache License 2.0
371 stars 158 forks source link

Receipt's `execution_resources` is missing the required `data_availability` property #1899

Closed fracek closed 1 week ago

fracek commented 2 weeks ago

I'm running the latest version of Juno (0.11.9) and I noticed that in some cases the data_availability property on the transaction is missing. This causes starknet-rs to error since the property is required.

Example request:

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "starknet_getBlockWithReceipts",
  "params": [{"block_number": 0}]
}

Notice that the property is missing on all receipts.

ashu26jha commented 2 weeks ago

1805

fracek commented 1 week ago

That's embarrassing, sorry! Will close this duplicate.