Skip to content

Commit

Permalink
Remove monitor package and related package.json scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mastrangelo <[email protected]>
  • Loading branch information
acuarica committed Apr 18, 2024
1 parent a61b2eb commit c04daf2
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,115 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"build:clean": "rm -rf node_modules/ packages/bytecode-utils/node_modules/ packages/contract-call-decoder/node_modules/ packages/lib-sourcify/node_modules/ && npm install && npx lerna bootstrap && npx lerna run build",
"build:lerna": "lerna run build",
"test": "TESTING=true DOTENV_CONFIG_PATH=./environments/.env c8 --reporter=none mocha -r dotenv/config --exit",
"test:monitor": "TESTING=true DOTENV_CONFIG_PATH=./environments/.env mocha test/monitor.js --exit",
"test:server": "TESTING=true DOTENV_CONFIG_PATH=./environments/.env mocha -r dotenv/config test/server.js --exit",
"test:hedera": "mocha test/test-server.js --exit",
"test:chains": "TESTING=true mocha test/chains/chain-tests.js --reporter mochawesome --reporter-options reportDir=chain-tests-report,reportFilename=report --exit",
Expand All @@ -22,9 +21,6 @@
"lint-fix": "eslint . --fix --ext .ts",
"coverage": "node ./node_modules/c8/bin/c8.js --reporter=lcov --reporter=text-summary ./node_modules/tape/bin/tape ./test/index.js",
"coveralls": "npm run coverage && node ./node_modules/coveralls/bin/coveralls.js <coverage/lcov.info",
"monitor:build": "npm run clean && npm run build",
"monitor:start": "node ./dist/monitor/monitor.js",
"monitor": "rimraf ./dist && tsc && node ./dist/monitor/monitor.js",
"server:build": "npm run clean && npm run build",
"server:start": "node ./dist/server/server.js",
"server:reset-previewnet": "./scripts/hedera-reset.sh previewnet",
Expand Down
12 changes: 0 additions & 12 deletions src/Dockerfile.monitor

This file was deleted.

33 changes: 0 additions & 33 deletions src/monitor/gateway.ts

This file was deleted.

328 changes: 0 additions & 328 deletions src/monitor/monitor.ts

This file was deleted.

Loading

0 comments on commit c04daf2

Please sign in to comment.