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: added support for batch request feature to WS server (#2461) #2475

Merged
merged 7 commits into from
May 13, 2024

Commits on May 11, 2024

  1. chore: added WS flags to configurations

    Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
    quiet-node committed May 11, 2024
    Configuration menu
    Copy the full SHA
    b778039 View commit details
    Browse the repository at this point in the history
  2. feat: added predefined errors, WS_BATCH_REQUESTS_DISABLED & WS_BATCH_…

    …REQUESTS_AMOUNT_MAX_EXCEEDED
    
    Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
    quiet-node committed May 11, 2024
    Configuration menu
    Copy the full SHA
    e063c92 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. feat: added batch request feature to WS server

    Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
    quiet-node committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ea9d305 View commit details
    Browse the repository at this point in the history
  2. test: added e2e test for batch requests feature

    Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
    quiet-node committed May 13, 2024
    Configuration menu
    Copy the full SHA
    46eda44 View commit details
    Browse the repository at this point in the history
  3. fix: updated logging and fixed typo

    Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
    quiet-node committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7713857 View commit details
    Browse the repository at this point in the history
  4. fix: enabled WS_BATCH_REQUESTS_ENABLED by default

    Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
    quiet-node committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3d56a56 View commit details
    Browse the repository at this point in the history
  5. fix: moved validation logic to getRequestResult()

    Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
    quiet-node committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6d5da4e View commit details
    Browse the repository at this point in the history