nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
31 stars 38 forks source link

Object sanity checks in lens #2506

Open roman-khimov opened 10 months ago

roman-khimov commented 10 months ago

Is your feature request related to a problem? Please describe.

The tool briefly introduced by #2491 tried to check some aspects of an already existing stored object.

Describe the solution you'd like

It can be moved into neofs-lens and extended with more checks for internal object consistency (add comments here).

Describe alternatives you've considered

Standalone tool like that doesn't make much sense, it's exactly for lens to have.

roman-khimov commented 4 months ago

This can help with https://github.com/nspcc-dev/neofs-api/issues/293 as well (extending existing tool is easier than creating another one).