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

Upgrade to sdk rc10 #807

Merged
merged 12 commits into from
Aug 15, 2023
Merged

Upgrade to sdk rc10 #807

merged 12 commits into from
Aug 15, 2023

Commits on Aug 11, 2023

  1. resolver: Replace resolver with NNS contract bindings

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    eddc129 View commit details
    Browse the repository at this point in the history
  2. layer: Use gate private key instead of anonymous

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5c4073a View commit details
    Browse the repository at this point in the history
  3. *: Update SDK to the latest version

    closes #806
    
    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    48b7ebc View commit details
    Browse the repository at this point in the history
  4. *: Remove pool's deprecated methods

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b79745f View commit details
    Browse the repository at this point in the history
  5. authmate: Init authmate with layer.NeoFS interface

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7080a3d View commit details
    Browse the repository at this point in the history
  6. api: Fix eACL setup with multipart upload

    The removing changes was made in 70957d7#diff-efcc85eef482b2cb183da5fd07ad20378963ee903b8876f59ae2b957ee684f67L393.
    The bug leads to almost infinite waiting for the waiting the result of setEACL operation.
    Fixing the bug may improve/fix #800 and nspcc-dev/neofs-testcases#591.
    
    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    33f4258 View commit details
    Browse the repository at this point in the history
  7. api: Use anonymous key

    In some cases in may be useful. To take data from public bucket or check the access rules for object
    
    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    65e7899 View commit details
    Browse the repository at this point in the history
  8. changelog: Updated changelog

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    cac5b70 View commit details
    Browse the repository at this point in the history
  9. layer: Remove unused gateKey field

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0775e3b View commit details
    Browse the repository at this point in the history
  10. layer: Remove gateSigner

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4a66ae8 View commit details
    Browse the repository at this point in the history
  11. layer: User anonSigner

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    99525d8 View commit details
    Browse the repository at this point in the history
  12. neofs: Add maxObjectSize as parameter in constructor

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    cb7d1e5 View commit details
    Browse the repository at this point in the history