FuelLabs / fuel-core

Rust full node implementation of the Fuel v2 protocol.
Other
58.15k stars 2.77k forks source link

chore(CombinedDatabase): handle errors on rolling back auxiliary dbs appropriately #2239

Open rymnc opened 1 week ago

rymnc commented 1 week ago

On https://github.com/FuelLabs/fuel-core/pull/2226/commits/b2aa337905669638a23a2be336eb28c34142dbbf#diff-c9ec92d6a50c589b6cf389155213049e62dffd865cb2aaf85ebf35a1c74298eaR319-R321

we attempt to sync auxiliary databases with the OnchainDb however, we do not handle errors while doing so.

Definition of Done