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: capture env variables into sigleton and reusable constants #2956

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Sep 10, 2024

  1. chore: refactor packages

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    78629c8 View commit details
    Browse the repository at this point in the history
  2. chore: fix ts error

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    620f19f View commit details
    Browse the repository at this point in the history
  3. chore: fix import

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3927017 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. chore: edit acceptance tests

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b6160fa View commit details
    Browse the repository at this point in the history
  2. chore: edit tests

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    191efd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. chore: fix unit tests

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e47fdc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bc5a10 View commit details
    Browse the repository at this point in the history
  3. chore: fix unit tests

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0127061 View commit details
    Browse the repository at this point in the history
  4. chore: fix namespaces

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    442bf62 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge branch 'main' into 2686-capture-env-variables-into-constants

    # Conflicts:
    #	packages/relay/src/lib/services/hbarLimitService/index.ts
    #	packages/relay/tests/lib/services/hbarLimitService/hbarLimitService.spec.ts
    natanasow committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d75063a View commit details
    Browse the repository at this point in the history
  2. chore: fix ws server tests

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e92423a View commit details
    Browse the repository at this point in the history
  3. chore: fix server namespaces

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    35de633 View commit details
    Browse the repository at this point in the history
  4. chore: fix typo

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6dc109b View commit details
    Browse the repository at this point in the history
  5. chore: fix hbar limiter tests

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fbf978b View commit details
    Browse the repository at this point in the history
  6. chore: edit ws server imports

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    eae9429 View commit details
    Browse the repository at this point in the history
  7. chore: fix hbar limiter spec

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3b2c5e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. chore: add env-provider package

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    563c7f2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 2686-capture-env-variables-into-constants

    # Conflicts:
    #	packages/relay/src/lib/constants.ts
    #	packages/relay/src/lib/eth.ts
    #	packages/relay/tests/lib/eth/eth_call.spec.ts
    #	packages/relay/tests/lib/ethGetBlockBy.spec.ts
    #	packages/relay/tests/lib/repositories/hbarLimiter/ethAddressHbarSpendingPlanRepository.spec.ts
    #	packages/relay/tests/lib/repositories/hbarLimiter/hbarSpendingPlanRepository.spec.ts
    #	packages/relay/tests/lib/services/cacheService/cacheService.spec.ts
    natanasow committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6fd0f9d View commit details
    Browse the repository at this point in the history
  3. chore: resolve conflicts

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4297965 View commit details
    Browse the repository at this point in the history
  4. chore: fix tests

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cf871df View commit details
    Browse the repository at this point in the history
  5. chore: remove unused deps

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8afa33c View commit details
    Browse the repository at this point in the history
  6. chore: fix comment

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2cd2671 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into 2686-capture-env-variables-into-constants

    # Conflicts:
    #	packages/relay/src/lib/services/hbarLimitService/index.ts
    natanasow committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8ba4974 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge branch 'main' into 2686-capture-env-variables-into-constants

    # Conflicts:
    #	packages/relay/src/lib/clients/sdkClient.ts
    #	packages/relay/tests/lib/hbarLimiter.spec.ts
    #	packages/relay/tests/lib/sdkClient.spec.ts
    #	packages/server/tests/acceptance/hbarLimiter.spec.ts
    natanasow committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5eab792 View commit details
    Browse the repository at this point in the history
  2. chore: resolve conflicts

    Signed-off-by: nikolay <n.atanasow94@gmail.com>
    natanasow committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ff24221 View commit details
    Browse the repository at this point in the history