Closed karim-en closed 6 months ago
In the new contracts the ProofConsumer is inherited last which makes determining the slot position of usedProofs a bit tricky with C3 linearization. We use the slot position to binary search the transaction which finalizes a transfer.
ProofConsumer
usedProofs
In the new contracts the
ProofConsumer
is inherited last which makes determining the slot position ofusedProofs
a bit tricky with C3 linearization. We use the slot position to binary search the transaction which finalizes a transfer.