Skip to content

Commit

Permalink
feature: submission id validation (#70)
Browse files Browse the repository at this point in the history
* feature: submission id validation

* feature: submission id validation max retries

* feature: submission id validation max retries

* feature: submission id validation max retries

* feature: submission id validation max retries

* add resync missed nonce

* fix fromBlock and evm firstStartBlock validation

* fix type

* up packages

* revert add resync missed nonce

* up version
  • Loading branch information
mncdg authored Aug 19, 2024
1 parent 27791ab commit 20c739e
Show file tree
Hide file tree
Showing 26 changed files with 5,122 additions and 3,435 deletions.
1 change: 1 addition & 0 deletions config/chains_config_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
}
],
"interval": 10000,
"maxAttemptsSubmissionIdCalculation": 5,
"blockConfirmation": 12,
"maxBlockRange": 1000
},
Expand Down
4 changes: 2 additions & 2 deletions debridge_node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.16.1-alpine as builder
FROM node:20.13.1-alpine as builder

WORKDIR /build

Expand All @@ -14,7 +14,7 @@ COPY src /build/src
RUN mkdir stats
RUN npm run build

FROM node:18.16.1-alpine
FROM node:20.13.1-alpine
WORKDIR /app
COPY --from=builder /build/dist /app/dist
COPY --from=builder /build/node_modules /app/node_modules
Expand Down
Loading

0 comments on commit 20c739e

Please sign in to comment.