ipni / storetheindex

A directory of CIDs
Other
78 stars 22 forks source link

Investigate consistency of calls to `StorageWriteOpener` and `IncomingBlockHook` #175

Closed masih closed 2 years ago

masih commented 2 years ago

The advertisement entry processing logic is spread across two components:

Considering the above;

Consider moving as much of the logic to one place as possible to avoid this kind of edge cases.

gammazero commented 2 years ago

Investigated by @MarcoPolo and resolved by #180