starkware-libs / starknet-specs

91 stars 74 forks source link

refactor BLOCK_BODY_WITH_RECEIPTS #191

Closed ArielElp closed 7 months ago

ArielElp commented 7 months ago

Removes the redundant block-related fields from the receipt, when appearing in a block with receipts request. To this end we're using the same objects that represent a transaction receipt in the pending block.


This change is Reviewable