Update AppendReceipt
to limit the total number of possible receipts to u16::MAX
#620
Labels
breaking
A breaking api change
Overview
We want to limit the maximum supported number of receipts to
u16::MAX
.It requires updating the specification and highlighting that when the number of receipts hits
u16::MAX
, the corresponding opcode fails the execution.Implementation details
The
AppendReceipt::push
should return aResult
.The text was updated successfully, but these errors were encountered: