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

Merge development into main #1366

Merged
merged 23 commits into from
Jun 6, 2024
Merged

Merge development into main #1366

merged 23 commits into from
Jun 6, 2024

Commits on May 27, 2024

  1. SERVICES-2348: add ElasticSearch service module

    - move MetricsSerivice to ElasticSearch service as transactions service
    - add ESLogs service
    mad2sm0key committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a7ec65d View commit details
    Browse the repository at this point in the history
  2. SERVICES-2348: compute token swap count for current and previous 24h

    - add fields and resolvers to token query
    - add compute methods
    mad2sm0key committed May 27, 2024
    Configuration menu
    Copy the full SHA
    149da95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    608265b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5555957 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbb45ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bb6c68 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. SERVICES-2348: fix unit tests

    - add missing 'ESLogsService' provider
    mad2sm0key committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3e9da58 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'SERVICES-2347-token-volume-previous-24h' into SERVICES-…

    …2348-token-trades-count
    mad2sm0key committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4f153c9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    803523e View commit details
    Browse the repository at this point in the history
  2. SERVICES-2348: use ElasticService from sdk-nestjs

    - update module imports
    - add ES and rate limiter fields to config service
    mad2sm0key committed May 30, 2024
    Configuration menu
    Copy the full SHA
    aa07d12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b3ca4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a12fabb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    935e85a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. SERVICES-2427: add wildcard filtering by token ID, name or ticker

    - add 'wildcardToken' field on PairsFilter
    mad2sm0key committed May 31, 2024
    Configuration menu
    Copy the full SHA
    96baff9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    eb406f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9217464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf43c6a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    b38c2e9 View commit details
    Browse the repository at this point in the history
  2. SERVICES-2427: fixes after review

    - add min 3 chars limit for performing search
    - update router service unit tests (remove pair service mock + use existing mocked providers as dependencies)
    mad2sm0key committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4ff5a27 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. SERVICES-2348: limit number of reqests to ES using pending executors

    Signed-off-by: Claudiu Lataretu <claudiu.lataretu@gmail.com>
    claudiulataretu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8e266a7 View commit details
    Browse the repository at this point in the history
  2. SERVICES-2348-token-trades-count: use cacheService instead of get or …

    …set decorator
    
    - cache service is not instantiated at the time of pending executor is created
    
    Signed-off-by: Claudiu Lataretu <claudiu.lataretu@gmail.com>
    claudiulataretu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5dbcacc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1356 from multiversx/SERVICES-2348-token-trades-c…

    …ount
    
    [SERVICES-2348] Token trades count
    claudiulataretu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    db915b8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1362 from multiversx/SERVICES-2427-pairs-wildcard…

    …-filtering
    
    [SERVICES-2427] Search by token (ID/ticker/name) for pairs and tokens queries
    mad2sm0key committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9ce329e View commit details
    Browse the repository at this point in the history