Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Dash Platform v1.4.1 #282

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@scure/base": "^1.1.5",
"bs58": "^6.0.0",
"cbor": "^9.0.2",
"dash": "4.4.0-dev.8",
"dash": "4.1.1",
"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.4.0-dev.8",
"dash": "4.1.1",
"dotenv": "^16.4.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NEXT_PUBLIC_API_URL=https://platform-explorer.pshenmic.dev
NEXT_PUBLIC_BASE_URL=https://platform-explorer.com
NEXT_PUBLIC_API_URL=https://testnet.platform-explorer.pshenmic.dev
NEXT_PUBLIC_BASE_URL=https://testnet.platform-explorer.com
26 changes: 13 additions & 13 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.4.0-dev.8 https://github.com/dashevo/platform
RUN git clone --depth 1 --branch v1.4.1 https://github.com/dashevo/platform
WORKDIR /app
COPY Cargo.lock /app
COPY Cargo.toml /app
Expand Down
Loading