neofs-node
neofs-node copied to clipboard
Extend neofs-adm morph capabilities
It could be useful to fetch netmap directly from the contract. Maybe there are other things we could fetch.
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.