starkware-libs / starknet-specs

94 stars 76 forks source link

refactor BLOCK_BODY_WITH_RECEIPTS #191

Closed ArielElp closed 8 months ago

ArielElp commented 9 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