dymensionxyz / dymint

Sequencing Engine for Dymension RollApps
Other
90 stars 61 forks source link

remove da availability checks from happy path #834

Closed srene closed 1 month ago

srene commented 1 month ago

In Celestia DA, we are checking for availability proofs for every da blob retrieved. Since right now, there is no fraud proof validation process yet enabled in full-nodes, or a way to check if the availability proofs are valid against a celestia da root, it is better to skip this process and remove this part of the code from the retrieve path to make da syncing faster.