mirror of
https://github.com/nspcc-dev/neofs-node.git
synced 2026-03-01 04:29:10 +00:00
Extend neofs-adm morph capabilities #736
Labels
No labels
I1
I2
I3
I4
S0
S1
S2
S3
S4
U0
U1
U2
U3
U4
blocked
bug
config
dependencies
discussion
documentation
enhancement
enhancement
epic
feature
go
good first issue
help wanted
neofs-adm
neofs-cli
neofs-cli
neofs-cli
neofs-ir
neofs-lens
neofs-storage
neofs-storage
performance
question
security
task
test
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-node#736
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fyrchik on GitHub (Sep 8, 2022).
It could be useful to fetch netmap directly from the contract.
Maybe there are other things we could fetch.
@cthulhu-rider commented on GitHub (Sep 8, 2022):
We can start by getting the number of nodes in the network map at the specified epoch.
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.