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

services: add new block fetching from NeoFS service #3515

Merged
merged 5 commits into from
Sep 12, 2024
Merged

Commits on Sep 6, 2024

  1. network: make cash size of bqueue configurable

    Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
    AliceInHunterland committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6f2712e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. queue: add Blocking OperationMode

    If Blocking mode is on PutBlock will block until there is enough space
    in the queue.
    
    Co-authored-by: Anna Shaleva <shaleva.ann@nspcc.ru>
    Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
    AliceInHunterland and AnnaShaleva committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    69b655e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. cli: add dump-bin command

    Dump blocks (starting with the genesis or specified block) to the
    directory in binary format.
    
    Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
    AliceInHunterland committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8846f64 View commit details
    Browse the repository at this point in the history
  2. neofs: add GetSDKClient, ObjectSearch and GetWithClient

    Could be used for operation with neofs.
    
    Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
    AliceInHunterland committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5dff3fc View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. services: add new service for fetching blocks from NeoFS

    Close #3496
    
    Co-authored-by: Anna Shaleva <shaleva.ann@nspcc.ru>
    Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
    AliceInHunterland and AnnaShaleva committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0b31a29 View commit details
    Browse the repository at this point in the history