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

Make contract constants be properly available #402

Merged
merged 7 commits into from
Jun 18, 2024
Merged

Commits on Jun 17, 2024

  1. netmap: move state definitions to a micropackage

    Refs. #371.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b8ffeae View commit details
    Browse the repository at this point in the history
  2. netmap: add proper node state definitions to the RPC binding

    Which allows to use binding only with its types for all current purposes.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7539975 View commit details
    Browse the repository at this point in the history
  3. container: move public constants into a separate package

    Make them easily reusable, no functional changes. Refs. #371.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2c0c2b2 View commit details
    Browse the repository at this point in the history
  4. container: provide constants directly from RPC package

    Make them easier to use.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    da88283 View commit details
    Browse the repository at this point in the history
  5. nns: move recordtype into a package of its own, fix #371

    No functional changes.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8fbfb6b View commit details
    Browse the repository at this point in the history
  6. container: reuse record type definitions

    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3925149 View commit details
    Browse the repository at this point in the history
  7. container: update NEF/manifest for #403 change

    It was merged earlier.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    26a3f38 View commit details
    Browse the repository at this point in the history