Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
feat: support higher protocol version (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Shuplenkov authored and antouhou committed Oct 26, 2021
1 parent 5a896b8 commit 457c23d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DRIVE_BRANCH=v0.21-dev
DAPI_BRANCH=v0.21-dev
# DASHMATE_BRANCH=
# TEST_SUITE_BRANCH=
DRIVE_BRANCH=update-dpp
#DAPI_BRANCH=v0.21-dev
DASHMATE_BRANCH=update-dpp
TEST_SUITE_BRANCH=update-dpp
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@dashevo/dapi-client": "~0.21.0-dev.10",
"@dashevo/dashcore-lib": "~0.19.26",
"@dashevo/dpp": "~0.21.0-dev.5",
"@dashevo/dpp": "~0.21.0-dev.8",
"@dashevo/grpc-common": "~0.5.4",
"@dashevo/wallet-lib": "~7.21.0-dev.8",
"@dashevo/wallet-lib": "~7.21.0-dev.9",
"bs58": "^4.0.1",
"node-inspect-extracted": "1.0.7"
},
Expand Down

0 comments on commit 457c23d

Please sign in to comment.