In the Bridge::deposit_tokens(...)
function, the DepositRequestInitiated
event is emitted with the non-serialized request (req
) instead of the serialized request (buf
).
starknet/src/bridge.cairo#L276-L304
This causes issues with the indexer, which relies on the serialized request data to process the event. See here for details on how the event is used by the indexer.
Manual review.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.