Skip to content
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
122 changes: 61 additions & 61 deletions .pnp.cjs

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

2 changes: 1 addition & 1 deletion packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

| Package | Version | Description |
|---------|---------|-------------|
| [`@dashevo/dashmate`](/packages/dashmate) | [![npm](https://img.shields.io/npm/v/@dashevo/dashmate.svg?maxAge=3600)](https://www.npmjs.com/package/@dashevo/dashmate) | A tool for managing full nodes and masternodes |
| [`dashmate`](/packages/dashmate) | [![npm](https://img.shields.io/npm/v/dashmate.svg?maxAge=3600)](https://www.npmjs.com/package/dashmate) | A tool for managing full nodes and masternodes |

### Platform Client Packages

Expand Down
12 changes: 4 additions & 8 deletions packages/dashmate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,16 @@ For Linux installations you may optionally wish to follow the [post-installation

### Distribution package

Use NPM to install dashmate globally in your system:
```bash
$ git clone -b master https://github.com/dashevo/dashmate.git
$ cd dashmate
$ npm install # optional: install CLI dependencies
$ sudo npm link # optional: link CLI for system-wide execution
$ npm install -g dashmate
```

## Update

```bash
$ dashmate stop
$ git checkout master
$ git pull
$ npm update -g dashmate
$ dashmate update
$ dashmate start
```
Expand All @@ -61,8 +58,7 @@ If the platform layer has been wiped, you must additionally reset platform data:

```bash
$ dashmate stop
$ git checkout master
$ git pull
$ npm update -g dashmate
$ dashmate reset --platform-only --hard
$ dashmate update
$ dashmate setup -k <bls-key>
Expand Down
10 changes: 7 additions & 3 deletions packages/dashmate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@dashevo/dashmate",
"private": true,
"name": "dashmate",
"version": "0.21.6",
"description": "Distribution package for Dash Masternode installation",
"main": "src/index.js",
Expand Down Expand Up @@ -97,8 +96,13 @@
},
"files": [
"bin",
"configs",
"docker",
"src",
"templates",
"docker-compose.*",
"oclif.manifest.json",
"src"
"npm-shrinkwrap.json"
],
"oclif": {
"commands": "./src/commands",
Expand Down
110 changes: 55 additions & 55 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1418,61 +1418,6 @@ __metadata:
languageName: node
linkType: hard

"@dashevo/dashmate@workspace:packages/dashmate":
version: 0.0.0-use.local
resolution: "@dashevo/dashmate@workspace:packages/dashmate"
dependencies:
"@dashevo/dashcore-lib": ~0.19.28
"@dashevo/dashd-rpc": ^2.3.1
"@dashevo/dashpay-contract": "workspace:~"
"@dashevo/dpns-contract": "workspace:~"
"@dashevo/dpp": "workspace:~"
"@dashevo/feature-flags-contract": "workspace:~"
"@dashevo/wallet-lib": "workspace:~"
"@oclif/command": ^1.8.9
"@oclif/config": ^1.18.2
"@oclif/dev-cli": ^1.22.2
"@oclif/errors": ^1.3.5
"@oclif/plugin-help": ^3.2.14
ajv: ^8.6.0
ajv-formats: ^2.1.1
awilix: ^4.2.6
bls-signatures: ^0.2.5
chalk: ^4.1.0
dash: "workspace:~"
docker-compose: 0.23.3
dockerode: ^3.2.0
dot: ^1.1.3
dotenv: ^8.6.0
enquirer: ^2.3.6
eslint: ^7.32.0
eslint-config-airbnb-base: ^14.2.1
eslint-plugin-import: ^2.24.2
glob: ^7.1.6
globby: ^10.0.2
hasbin: ^1.2.3
jayson: ^3.3.4
listr2: 3.5.0
lodash.clonedeep: ^4.5.0
lodash.get: ^4.4.2
lodash.isequal: ^4.5.0
lodash.merge: ^4.6.2
lodash.set: ^4.3.2
memory-streams: ^0.1.3
node-fetch: ^2.6.1
node-graceful: ^3.0.1
pretty-bytes: ^5.3.0
pretty-ms: ^7.0.0
public-ip: ^4.0.1
rimraf: ^3.0.2
rxjs: ^6.6.7
semver: ^7.3.2
table: ^5.4.6
bin:
dashmate: bin/dashmate
languageName: unknown
linkType: soft

"@dashevo/dashpay-contract@workspace:packages/dashpay-contract, @dashevo/dashpay-contract@workspace:~":
version: 0.0.0-use.local
resolution: "@dashevo/dashpay-contract@workspace:packages/dashpay-contract"
Expand Down Expand Up @@ -5140,6 +5085,61 @@ __metadata:
languageName: node
linkType: hard

"dashmate@workspace:packages/dashmate":
version: 0.0.0-use.local
resolution: "dashmate@workspace:packages/dashmate"
dependencies:
"@dashevo/dashcore-lib": ~0.19.28
"@dashevo/dashd-rpc": ^2.3.1
"@dashevo/dashpay-contract": "workspace:~"
"@dashevo/dpns-contract": "workspace:~"
"@dashevo/dpp": "workspace:~"
"@dashevo/feature-flags-contract": "workspace:~"
"@dashevo/wallet-lib": "workspace:~"
"@oclif/command": ^1.8.9
"@oclif/config": ^1.18.2
"@oclif/dev-cli": ^1.22.2
"@oclif/errors": ^1.3.5
"@oclif/plugin-help": ^3.2.14
ajv: ^8.6.0
ajv-formats: ^2.1.1
awilix: ^4.2.6
bls-signatures: ^0.2.5
chalk: ^4.1.0
dash: "workspace:~"
docker-compose: 0.23.3
dockerode: ^3.2.0
dot: ^1.1.3
dotenv: ^8.6.0
enquirer: ^2.3.6
eslint: ^7.32.0
eslint-config-airbnb-base: ^14.2.1
eslint-plugin-import: ^2.24.2
glob: ^7.1.6
globby: ^10.0.2
hasbin: ^1.2.3
jayson: ^3.3.4
listr2: 3.5.0
lodash.clonedeep: ^4.5.0
lodash.get: ^4.4.2
lodash.isequal: ^4.5.0
lodash.merge: ^4.6.2
lodash.set: ^4.3.2
memory-streams: ^0.1.3
node-fetch: ^2.6.1
node-graceful: ^3.0.1
pretty-bytes: ^5.3.0
pretty-ms: ^7.0.0
public-ip: ^4.0.1
rimraf: ^3.0.2
rxjs: ^6.6.7
semver: ^7.3.2
table: ^5.4.6
bin:
dashmate: bin/dashmate
languageName: unknown
linkType: soft

"date-format@npm:^2.1.0":
version: 2.1.0
resolution: "date-format@npm:2.1.0"
Expand Down