Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
chore(release): bump version to 0.20.0-dev.1 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Jun 3, 2021
1 parent 2035226 commit 5624362
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#DRIVE_BRANCH=
DRIVE_BRANCH=fix-verify-instant-lock
#DAPI_BRANCH=
#DASHMATE_BRANCH=
#SDK_BRANCH=
114 changes: 51 additions & 63 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/platform-test-suite",
"version": "0.19.0",
"version": "0.20.0-dev.1",
"description": "Dash Network end-to-end tests",
"private": true,
"scripts": {
Expand All @@ -21,12 +21,12 @@
"dependencies": {
"@dashevo/dashcore-lib": "~0.19.23",
"@dashevo/dpns-contract": "~0.3.0",
"@dashevo/dpp": "~0.19.1",
"@dashevo/dpp": "~0.19.2",
"@dashevo/grpc-common": "~0.3.4",
"@dashevo/wallet-lib": "~7.19.0",
"@dashevo/wallet-lib": "~7.20.0-dev.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dash": "~3.19.0",
"dash": "github:dashevo/js-dash-sdk#update-dapi-client-and-wallet-lib-20-1",
"dirty-chai": "^2.0.1",
"dotenv-safe": "^8.2.0",
"github-api": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion test/functional/platform/Identity.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ describe('Platform', () => {
expect(identityId).to.deep.equal(identity.getId());
});

describe('chainLock', () => {
describe.skip('chainLock', () => {
let chainLockIdentity;

it('should create identity using chainLock', async () => {
Expand Down

0 comments on commit 5624362

Please sign in to comment.