Skip to content

Commit 1c8e20b

Browse files
committed
fix(chain): improve 404 error detection and update integration tests
- Fix chain repository to check originalMessage in error details for 404 detection - Update integration tests to accept both http and https URLs for VPC endpoints - Update integration tests to handle new transaction service URL format
1 parent 919ed82 commit 1c8e20b

38 files changed

+539
-199
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ test/
3636
*.log
3737

3838

39+
40+

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,5 @@ jobs:
102102
cache-to: type=gha,mode=max
103103

104104

105+
106+

.husky/commit-msg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
bunx --no -- commitlint --edit $1
22

33

4+
5+

.lintstagedrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
}
44

55

6+
7+

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ bun.lock
55
*.md
66

77

8+
9+

.prettierrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
}
1010

1111

12+
13+

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
5454
CMD ["bun", "run", "dist/index.js"]
5555

5656

57+
58+

bunfig.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ coverageReporter = ["text", "lcov"]
88
peer = false
99

1010

11+
12+

commitlint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
export default { extends: ['@commitlint/config-conventional'] };
22

33

4+
5+

docker-compose.dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ volumes:
1616
redis_data:
1717

1818

19+
20+

0 commit comments

Comments
 (0)