Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: torusresearch/fetch-node-details
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.0.1
Choose a base ref
...
head repository: torusresearch/fetch-node-details
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Aug 15, 2024

  1. upgrade packages

    tanguyenvn committed Aug 15, 2024
    Copy the full SHA
    1534739 View commit details

Commits on Aug 17, 2024

  1. set log level

    tanguyenvn committed Aug 17, 2024
    Copy the full SHA
    6f43f2d View commit details

Commits on Aug 19, 2024

  1. optimize Docker image size

    tanguyenvn committed Aug 19, 2024
    Copy the full SHA
    4b7a151 View commit details
  2. Copy the full SHA
    21b6956 View commit details
  3. Copy the full SHA
    2baf793 View commit details
  4. Merge pull request #103 from torusresearch/feat/optimize-backend

    Feat/optimize backend
    tanguyenvn authored Aug 19, 2024
    Copy the full SHA
    7612076 View commit details

Commits on Sep 4, 2024

  1. Update LICENSE

    [skip ci]
    tetratorus authored Sep 4, 2024
    Copy the full SHA
    79e588c View commit details

Commits on Oct 5, 2024

  1. Update unit test

    hieu-w committed Oct 5, 2024
    Copy the full SHA
    0f42d68 View commit details

Commits on Oct 25, 2024

  1. Copy the full SHA
    d014b61 View commit details

Commits on Nov 6, 2024

  1. Copy the full SHA
    c66ea18 View commit details
  2. update headers

    arch1995 committed Nov 6, 2024
    Copy the full SHA
    d732add View commit details
  3. update header

    arch1995 committed Nov 6, 2024
    Copy the full SHA
    e4fb112 View commit details
  4. update routes

    arch1995 committed Nov 6, 2024
    Copy the full SHA
    f0710d1 View commit details
  5. update headers

    arch1995 committed Nov 6, 2024
    Copy the full SHA
    39bca53 View commit details
  6. Copy the full SHA
    912c50f View commit details
  7. Merge pull request #105 from torusresearch/feat/load-balancing

    update deps + allow load balancer config
    chaitanyapotti authored Nov 6, 2024
    Copy the full SHA
    101de4a View commit details
  8. update urls

    chaitanyapotti committed Nov 6, 2024
    Copy the full SHA
    613c402 View commit details
  9. Copy the full SHA
    94cc479 View commit details
  10. lock file [skip ci]

    chaitanyapotti committed Nov 6, 2024
    Copy the full SHA
    16a6c17 View commit details
  11. v14.1.0

    chaitanyapotti committed Nov 6, 2024
    Copy the full SHA
    7d37376 View commit details
  12. adds api constants

    arch1995 committed Nov 6, 2024
    Copy the full SHA
    9026b3d View commit details
  13. removes extra metadata urls

    arch1995 committed Nov 6, 2024
    Copy the full SHA
    d7cfda4 View commit details

Commits on Nov 7, 2024

  1. removes extra constants

    arch1995 committed Nov 7, 2024
    Copy the full SHA
    d1f7470 View commit details
  2. Copy the full SHA
    bf8ba85 View commit details
  3. v14.1.1

    chaitanyapotti committed Nov 7, 2024
    Copy the full SHA
    a3c3bc6 View commit details

Commits on Nov 25, 2024

  1. Copy the full SHA
    01f6978 View commit details
  2. Copy the full SHA
    5e0dea3 View commit details
  3. Merge pull request #108 from torusresearch/feat/fnd-sig-type

    add sigType option to fetch node details
    himanshuchawla009 authored Nov 25, 2024
    Copy the full SHA
    33f2a15 View commit details

Commits on Nov 26, 2024

  1. v14.2.0

    himanshuchawla009 committed Nov 26, 2024
    Copy the full SHA
    ffe837d View commit details
  2. deploy commit

    himanshuchawla009 committed Nov 26, 2024
    Copy the full SHA
    85dd21e View commit details

Commits on Jan 8, 2025

  1. Update deps

    hieu-w committed Jan 8, 2025
    Copy the full SHA
    919c804 View commit details
  2. Copy the full SHA
    e71e667 View commit details
  3. Update deps

    hieu-w committed Jan 8, 2025
    Copy the full SHA
    5af6fb5 View commit details
  4. Add Vitest deps

    hieu-w committed Jan 8, 2025
    Copy the full SHA
    e6c3eda View commit details
  5. Copy the full SHA
    45d58b0 View commit details
  6. Add browser tests

    hieu-w committed Jan 8, 2025
    Copy the full SHA
    8c56893 View commit details
  7. Update min version node to 20

    hieu-w committed Jan 8, 2025
    Copy the full SHA
    9a0fb3d View commit details
  8. Copy the full SHA
    946afad View commit details
  9. Remove mocha

    hieu-w committed Jan 8, 2025
    Copy the full SHA
    60697f3 View commit details

Commits on Jan 16, 2025

  1. Update deps

    hieu-w committed Jan 16, 2025
    Copy the full SHA
    7178512 View commit details
  2. Update vitest 3 configs

    hieu-w committed Jan 16, 2025
    Copy the full SHA
    923bd5c View commit details
  3. Copy the full SHA
    1595562 View commit details
  4. Update deps

    hieu-w committed Jan 16, 2025
    Copy the full SHA
    e43ed7d View commit details

Commits on Mar 10, 2025

  1. Update deps

    hieu-w committed Mar 10, 2025
    Copy the full SHA
    163a946 View commit details

Commits on Mar 11, 2025

  1. update to node 22

    fix types
    update deps
    chaitanyapotti committed Mar 11, 2025
    Copy the full SHA
    a42a528 View commit details
  2. Copy the full SHA
    f9f0e85 View commit details
  3. v15.0.0

    chaitanyapotti committed Mar 11, 2025
    Copy the full SHA
    562c016 View commit details
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ PORT=8060
REDIS_PORT=6379
REDIS_HOSTNAME=redis

LOG_LEVEL=INFO
LOG_LEVEL=debug
# Sentry
SENTRY_DSN=
SENTRY_TRACES_SAMPLE_RATE=0.01
25 changes: 0 additions & 25 deletions .eslintignore

This file was deleted.

18 changes: 0 additions & 18 deletions .eslintrc.js

This file was deleted.

16 changes: 9 additions & 7 deletions .github/workflows/push_to_ecr.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ jobs:
name: run tests
strategy:
matrix:
node: ["20.x"]
node: ["22.x"]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
@@ -23,6 +23,8 @@ jobs:
- name: Run tests
run: |
npm install
npx playwright install-deps webkit
npx playwright install
npm run build
npm run test:ci
@@ -46,7 +48,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2

- name: Build, tag, and push image to Amazon ECR
working-directory: .
working-directory: ./packages/fnd-server
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: fnd-server
@@ -55,13 +57,13 @@ jobs:
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -t $ECR_REGISTRY/$ECR_REPOSITORY:$GITHUB_SHA .
echo "Pushing image to ECR..."
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$GITHUB_SHA
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$GITHUB_SHA"
- name: Deploy Production env
timeout-minutes: 10
run: |
aws ecs update-service --cluster $ECS_CLUSTER_FND --service $ECS_SERVICE_FND --force-new-deployment
aws ecs wait services-stable --cluster $ECS_CLUSTER_FND --service $ECS_SERVICE_FND
env:
ECS_CLUSTER_FND: prod-microservices
ECS_SERVICE_FND: fnd-server-service
@@ -86,7 +88,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2

- name: Build, tag, and push image to Amazon ECR
working-directory: .
working-directory: ./packages/fnd-server
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: fnd-server
@@ -95,13 +97,13 @@ jobs:
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -t $ECR_REGISTRY/$ECR_REPOSITORY:$GITHUB_SHA .
echo "Pushing image to ECR..."
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$GITHUB_SHA
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$GITHUB_SHA"
- name: Deploy Production env
timeout-minutes: 10
run: |
aws ecs update-service --cluster $ECS_CLUSTER_FND --service $ECS_SERVICE_FND --force-new-deployment
aws ecs wait services-stable --cluster $ECS_CLUSTER_FND --service $ECS_SERVICE_FND
env:
ECS_CLUSTER_FND: prod-microservices
ECS_SERVICE_FND: fnd-server-service
6 changes: 0 additions & 6 deletions .mocharc.json

This file was deleted.

18 changes: 0 additions & 18 deletions Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine

RUN apk add --no-cache tzdata

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Torus
Copyright (c) 2020 Torus Labs Private Limited

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
3 changes: 1 addition & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
fnd-server:
restart: always
@@ -12,3 +10,4 @@ services:
- "8060:8060/tcp"
volumes:
- .:/app
- /app/node_modules/@esbuild
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import toruslabsTypescript from "@toruslabs/eslint-config-typescript";

export default [...toruslabsTypescript];
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "14.0.1",
"version": "15.0.0",
"npmClient": "npm"
}
Loading