Follow-up to accensa/accensa-contracts#161.
ReceiptAnchor now exposes get_max_batch_size(). The indexer that builds Merkle batches should call this getter (or cache it per deployment) rather than assuming 1000, so a future constant tune does not silently disagree with the contract.
Related: accensa/accensa-contracts#161
Follow-up to accensa/accensa-contracts#161.
ReceiptAnchornow exposesget_max_batch_size(). The indexer that builds Merkle batches should call this getter (or cache it per deployment) rather than assuming1000, so a future constant tune does not silently disagree with the contract.Related: accensa/accensa-contracts#161