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

Feat/replicate with signature #622

Merged
merged 5 commits into from
Sep 4, 2024
Merged

Commits on Aug 28, 2024

  1. proto: regenerate the latest API

    API version is 01229b49e9165e693a48e2b96ccad528df34b55e.
    
    Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
    carpawell committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c965ec2 View commit details
    Browse the repository at this point in the history
  2. client/replicate/test: fix missing signature check

    Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
    carpawell committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    73bfe96 View commit details
    Browse the repository at this point in the history
  3. go.mod: update neofs-api-go

    gRPC conflicts if more than one generated package is `init`ed, therefore, it
    either local packages or remove neofs-api-go should be used.
    
    Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
    carpawell committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3e7f660 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. client/object: extend Replicate with object signature request

    Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
    carpawell committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    322933b View commit details
    Browse the repository at this point in the history
  2. *: use range over int where possible

    Should have been part of ce6f86d, but IDE
    fooled me and did not search test files.
    
    Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
    carpawell committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b322ea8 View commit details
    Browse the repository at this point in the history