Skip to content
Request an audit

‹ All findings

ConnextHandler can store the hash of the failed messages instead

Low/InfoFuji Finance·Three Sigma · Lending aggregator · 6th May, 20233S-FUJI-N05

Description

Storing the failed message itself is very expensive.

Recommendation

Store the hash and then when calling executeFailedWithUpdatedArgs(...) send the txn as an argument and match it against the stored hash.

Status

Acknowledged with the following statement: The optimization identified is acknowledged by the Fuji team. During Q3 the team will be working on optimizations that will improve the router contracts.