neofs-node icon indicating copy to clipboard operation
neofs-node copied to clipboard

Extend neofs-adm morph capabilities

Open fyrchik opened this issue 2 years ago • 1 comments

It could be useful to fetch netmap directly from the contract. Maybe there are other things we could fetch.

fyrchik avatar Sep 08 '22 09:09 fyrchik

We can start by getting the number of nodes in the network map at the specified epoch.

  • inspired by https://github.com/nspcc-dev/neofs-node/issues/1755

It may also be useful to check the presence of a node in the network map using a public key.

What problems does this feature solve? The user normally communicates only with storage nodes, and does not affect the control layer in the form of Sidechain. Nodes simply interpret some data from the Sidechain. In some cases the data seems unexpected, and we want to distinguish incorrect data from incorrect interpretation. Such commands help you reach the goal.

cthulhu-rider avatar Sep 08 '22 10:09 cthulhu-rider