Skip to content
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: Return same type from reading methods #273

Merged
merged 2 commits into from
Sep 30, 2022

Commits on Sep 30, 2022

  1. [nspcc-dev#269] netmap: Return same type from reading methods

    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]>
    Leonard Lyubich authored and cthulhu-rider committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    1af936e View commit details
    Browse the repository at this point in the history
  2. Fix typo in the CHANGELOG.md

    Call changelog section with unreleased changes `Unreleased`. Also make
    it as a diff link.
    
    Signed-off-by: Leonard Lyubich <[email protected]>
    cthulhu-rider committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    eef6e31 View commit details
    Browse the repository at this point in the history