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

Check the account alongside the public key #2883

Merged
merged 4 commits into from
Aug 12, 2024

Commits on Aug 12, 2024

  1. go.mod: Update to the latest SDK

    Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
    smallhive committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    725d402 View commit details
    Browse the repository at this point in the history
  2. morph: Fix linter

    Linter message: staticcheck SA1019: eaclSDK.NewTableFromV2 is deprecated: BUG: container ID length is not checked. Use [Table.ReadFromV2] instead.
    
    Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
    smallhive committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b4c786e View commit details
    Browse the repository at this point in the history
  3. morph: Adapt tests for new errors

    The object can't be a slice with only zeros.
    
    Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
    smallhive committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7009a45 View commit details
    Browse the repository at this point in the history
  4. acl: Check the account alongside the public key

    Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
    smallhive committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f8ccf59 View commit details
    Browse the repository at this point in the history