Labels: bug
Description
In retire, the CreditRetired event is emitted before the retirement record is persisted to storage. If the storage write fails after the event is emitted, off-chain indexers will record a retirement that does not exist on-chain.
Expected Behavior
Emit the event only after all storage writes succeed.
Tasks
Labels:
bugDescription
In
retire, theCreditRetiredevent is emitted before the retirement record is persisted to storage. If the storage write fails after the event is emitted, off-chain indexers will record a retirement that does not exist on-chain.Expected Behavior
Emit the event only after all storage writes succeed.
Tasks