Skip to content

Commit

Permalink
Merge branch 'v1.0-dev' into v1.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Aug 23, 2024
2 parents 4f32c35 + c3fd93c commit 06414e8
Show file tree
Hide file tree
Showing 32 changed files with 967 additions and 116 deletions.
143 changes: 125 additions & 18 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ npmAuditExcludePackages:
- "@humanwhocodes/config-array" # TODO: Update eslint
- "@humanwhocodes/object-schema" # TODO: Update eslint
- elliptic # TODO: Update elliptic when fix for 1098397 is released
- micromatch # TODO: remove when new micromatch will be released https://github.com/advisories/GHSA-952p-6rrq-rcjv

packageExtensions:
"@dashevo/protobufjs@*":
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@
"packages/withdrawals-contract"
],
"resolutions": {
"elliptic": "^6.5.4",
"elliptic": "6.5.7",
"bn.js": "4.12.0",
"fast-json-patch": "^3.1.1",
"node-tar": "^6.2.1",
"[email protected]": "patch:oclif@npm:3.4.2#.yarn/patches/oclif-npm-3.4.2-a655d32eed.patch",
"qs": "^6.7.3",
"engine.io": "^6.4.2",
Expand All @@ -84,7 +83,6 @@
"browserify-sign": "4.2.2",
"istanbul-lib-processinfo": "2.0.3",
"@babel/core": "7.23.3",
"tar": "^6.2.1",
"tsconfig-paths": "4.2.0",
"ansi-regex": "5.0.1",
"cacache": "18.0.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/dashmate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,29 @@ DESCRIPTION
Reindex Core data
```

### Full node
It is also possible to start a full node instead of a masternode. Modify the config setting as follows:
```bash
dashmate config set core.masternode.enable false
```
### Doctor

The `doctor` command collects all useful debugging info into a .tar archive in your current working directory.

Archive will contain all core and platform debugging data and logs for each running service.

```
USAGE
$ dashmate doctor [--config <value>] [-v]
FLAGS
-v, --verbose use verbose mode for output
--config=<value> configuration name to use
DESCRIPTION
Generate a report about masternode
```

### Full node
It is also possible to start a full node instead of a masternode. Modify the config setting as follows:
```bash
Expand Down
1 change: 1 addition & 0 deletions packages/dashmate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"semver": "^7.5.3",
"systeminformation": "^5.22.11",
"table": "^6.8.1",
"tar": "7.4.3",
"wrap-ansi": "^7.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 06414e8

Please sign in to comment.