-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
netmap: Support MAINTENANCE
node state
#269
Labels
enhancement
Improving existing functionality
good first issue
Good for newcomers
netmap
Netmap contract related issue
Comments
cthulhu-rider
added
enhancement
Improving existing functionality
netmap
Netmap contract related issue
good first issue
Good for newcomers
labels
Sep 19, 2022
This was referenced Sep 19, 2022
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-contract
that referenced
this issue
Sep 28, 2022
There is a need to return similar structure of information about the storage nodes from the contract storage readers. In previous implementation some methods didn't return node state which can differ with the one encoded in the node's BLOB. Define `Node` structure of the information about the storage nodes recorded in the contract storage. Return `[]Node` from all related methods. Also improve docs of touched contract methods. Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-contract
that referenced
this issue
Sep 30, 2022
There is a need to return similar structure of information about the storage nodes from the contract storage readers. In previous implementation some methods didn't return node state which can differ with the one encoded in the node's BLOB. Define `Node` structure of the information about the storage nodes recorded in the contract storage. Return `[]Node` from all related methods. Also improve docs of touched contract methods. Signed-off-by: Leonard Lyubich <[email protected]> Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-contract
that referenced
this issue
Sep 30, 2022
There is a need to return similar structure of information about the storage nodes from the contract storage readers. In previous implementation some methods didn't return node state which can differ with the one encoded in the node's BLOB. Define `Node` structure of the information about the storage nodes recorded in the contract storage. Return `[]Node` from all related methods. Also improve docs of touched contract methods. Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-contract
that referenced
this issue
Sep 30, 2022
There is a need to return similar structure of information about the storage nodes from the contract storage readers. In previous implementation some methods didn't return node state which can differ with the one encoded in the node's BLOB. Define `Node` structure of the information about the storage nodes recorded in the contract storage. Return `[]Node` from all related methods. Also improve docs of touched contract methods. Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-contract
that referenced
this issue
Sep 30, 2022
There is a need to return similar structure of information about the storage nodes from the contract storage readers. In previous implementation some methods didn't return node state which can differ with the one encoded in the node's BLOB. Define `Node` structure of the information about the storage nodes recorded in the contract storage. Return `[]Node` from all related methods. Also improve docs of touched contract methods. Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
that referenced
this issue
Sep 30, 2022
There is a need to return similar structure of information about the storage nodes from the contract storage readers. In previous implementation some methods didn't return node state which can differ with the one encoded in the node's BLOB. Define `Node` structure of the information about the storage nodes recorded in the contract storage. Return `[]Node` from all related methods. Also improve docs of touched contract methods. Signed-off-by: Leonard Lyubich <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Improving existing functionality
good first issue
Good for newcomers
netmap
Netmap contract related issue
There is a need to support one more value of node state enum -
MAINTENANCE
. In addition to adding a new constant, you need to look at how specific values are processed in contract methods.The text was updated successfully, but these errors were encountered: