Skip to content

Commit

Permalink
Merge pull request #226 from lidofinance/fix/val-1200-keys-events-fet…
Browse files Browse the repository at this point in the history
…ch-impr

Review improvements
  • Loading branch information
Amuhar authored Sep 18, 2024
2 parents 0376a17 + 91888ae commit 9232ceb
Show file tree
Hide file tree
Showing 143 changed files with 6,606 additions and 7,412 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:14.18.1-alpine3.13 as building

# needed for git dependencies
RUN apk update && apk upgrade && \
apk add --no-cache bash=5.1.16-r0 git=2.30.6-r0 openssh=8.4_p1-r4 python3=3.8.15-r0 make=4.3-r0 g++=10.2.1_pre1-r3
apk add --no-cache bash=5.1.16-r0 git=2.30.6-r0 openssh=8.4_p1-r4 python3=3.8.15-r0 make=4.3-r0 g++=10.2.1_pre1-r3

RUN mkdir /council

Expand All @@ -13,10 +13,9 @@ RUN npm i -g [email protected]

COPY ./package*.json ./
COPY ./yarn*.lock ./
RUN yarn install --frozen-lockfile --non-interactive && yarn cache clean

COPY ./tsconfig*.json ./
COPY ./src ./src
RUN yarn install --frozen-lockfile --non-interactive && yarn cache clean

RUN yarn typechain && yarn build

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lido-council-daemon",
"version": "3.0.0",
"version": "3.0.2",
"description": "Lido Council Daemon",
"author": "Lido team",
"private": true,
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@chainsafe/blst": "^0.2.4",
"@chainsafe/ssz": "^0.9.2",
"@ethersproject/providers": "^5.4.5",
"@ethersproject/providers": "5.7.2",
"@lido-nestjs/fetch": "^1.3.1",
"@lido-nestjs/key-validation": "^7.4.0",
"@lido-nestjs/middleware": "^1.1.1",
Expand All @@ -48,7 +48,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"compare-versions": "^6.1.0",
"ethers": "^5.4.7",
"ethers": "5.7.2",
"glob": "^7.1.2",
"kafkajs": "^1.15.0",
"level": "^8.0.1",
Expand Down
Loading

0 comments on commit 9232ceb

Please sign in to comment.