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
The BLOCK_BODY_WITH_TXS returns the TXN + TxHash as the TXN doesn't have the txHash on it, but that doesn't happen with the BLOCK_BODY_WITH_RECEIPTS that returns the transactions + the receipts. It should also specify that a transaction hash should be returned as happens with the BLOCK_BODY_WITH_TXS because the description says that it is a list of full transactions.
The reason that it was not included was that the transaction receipt already includes the hash, hence it would be duplicated information in this request.
The
BLOCK_BODY_WITH_TXS
returns the TXN + TxHash as the TXN doesn't have the txHash on it, but that doesn't happen with theBLOCK_BODY_WITH_RECEIPTS
that returns the transactions + the receipts. It should also specify that a transaction hash should be returned as happens with theBLOCK_BODY_WITH_TXS
because the description says that it is a list of full transactions.BLOCK_BODY_WITH_TXS:
starknet-specs/api/starknet_api_openrpc.json
Lines 1376 to 1397 in 304b952
BLOCK_BODY_WITH_RECEIPTS:
starknet-specs/api/starknet_api_openrpc.json
Lines 1412 to 1429 in 304b952
The text was updated successfully, but these errors were encountered: