The fulfillMintAllowanceRequest function processes a batch of TokenMintAllowanceRequest entries and updates the state for each request. If an error occurs during the processing of a request, the function records the error but continues processing the remaining requests. This can lead to a situation where some requests are successfully processed and their state updates are committed to the chain, while others fail, resulting in partial success.
The fulfillMintAllowanceRequest function processes a batch of TokenMintAllowanceRequest entries and updates the state for each request. If an error occurs during the processing of a request, the function records the error but continues processing the remaining requests. This can lead to a situation where some requests are successfully processed and their state updates are committed to the chain, while others fail, resulting in partial success.
fulfillMintAllowance.ts#L171
Certik finding: MAG-01