Skip to content

Commit

Permalink
Merge pull request #237 from pshenmic/feat/platform1-1
Browse files Browse the repository at this point in the history
Upgrade to Dash Platform v1.1.0
  • Loading branch information
pshenmic authored Aug 25, 2024
2 parents 87af338 + d3123ab commit a8d8781
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@dashevo/dashd-rpc": "^19.0.0",
"@fastify/cors": "^8.3.0",
"@scure/base": "^1.1.5",
"dash": "4.0.0-rc.2",
"dash": "4.1.0",
"dotenv": "^16.3.1",
"fastify": "^4.21.0",
"fastify-metrics": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/pshenmic/platform-explorer#readme",
"description": "",
"dependencies": {
"dash": "4.0.0-rc.2",
"dash": "4.1.0",
"dotenv": "^16.4.5"
},
"devDependencies": {
Expand Down
40 changes: 20 additions & 20 deletions packages/indexer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/indexer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rust:1.80-alpine3.19 as build
RUN apk add --no-cache git cmake clang libressl-dev
WORKDIR /
RUN git clone --depth 1 --branch v1.0.0-beta.4 https://github.com/dashevo/platform
RUN git clone --depth 1 --branch v1.1.0 https://github.com/dashevo/platform
WORKDIR /app
COPY Cargo.lock /app
COPY Cargo.toml /app
Expand Down

0 comments on commit a8d8781

Please sign in to comment.