Skip to content

Commit

Permalink
chore(dashmate): remove platform feature-flag command (dashpay#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic authored Dec 5, 2023
1 parent d175bda commit 7c0adc4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 185 deletions.
1 change: 0 additions & 1 deletion .pnp.cjs

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

1 change: 0 additions & 1 deletion packages/dashmate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"begoo": "^2.0.2",
"chalk": "^4.1.0",
"cron": "^2.1.0",
"dash": "workspace:*",
"dockerode": "^3.3.5",
"dot": "^1.1.3",
"dotenv": "^8.6.0",
Expand Down
97 changes: 0 additions & 97 deletions packages/dashmate/src/commands/platform/feature-flag.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/dashmate/src/createDIContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ import getHostScopeFactory from './status/scopes/host.js';

import generateToAddressTaskFactory from './listr/tasks/wallet/generateToAddressTaskFactory.js';
import registerMasternodeTaskFactory from './listr/tasks/registerMasternodeTaskFactory.js';
import featureFlagTaskFactory from './listr/tasks/platform/featureFlagTaskFactory.js';
import startNodeTaskFactory from './listr/tasks/startNodeTaskFactory.js';

import createTenderdashRpcClient from './tenderdash/createTenderdashRpcClient.js';
Expand Down Expand Up @@ -272,7 +271,6 @@ export default async function createDIContainer(options = {}) {
startGroupNodesTask: asFunction(startGroupNodesTaskFactory).singleton(),
generateToAddressTask: asFunction(generateToAddressTaskFactory).singleton(),
registerMasternodeTask: asFunction(registerMasternodeTaskFactory).singleton(),
featureFlagTask: asFunction(featureFlagTaskFactory).singleton(),
startNodeTask: asFunction(startNodeTaskFactory).singleton(),
stopNodeTask: asFunction(stopNodeTaskFactory).singleton(),
restartNodeTask: asFunction(restartNodeTaskFactory).singleton(),
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6577,7 +6577,6 @@ __metadata:
chai-as-promised: "npm:^7.1.1"
chalk: "npm:^4.1.0"
cron: "npm:^2.1.0"
dash: "workspace:*"
dirty-chai: "npm:^2.0.1"
dockerode: "npm:^3.3.5"
dot: "npm:^1.1.3"
Expand Down

0 comments on commit 7c0adc4

Please sign in to comment.