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
7 changes: 0 additions & 7 deletions lerna.json

This file was deleted.

791 changes: 172 additions & 619 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"check:obfuscation": "./scripts/check-obfuscation.sh",
"clean": "find . -name 'node_modules' -type d -prune -exec rm -rf {} \\;",
"format": "npm run format --if-present --workspaces",
"husky:checks": "./scripts/husky-checks.sh",
"husky:checks": "npm run check:obfuscation",
"lint": "npm run lint --if-present --workspaces",
"lint:fix": "npm run lint --if-present --workspaces -- --fix",
"prepare": "husky install",
"prepare": "husky",
"prepublishOnly": "./scripts/check-obfuscation.sh && npm run test",
"test": "npm run test --if-present --workspaces",
"types": "npm run types --if-present --workspaces"
Expand All @@ -47,7 +47,6 @@
},
"devDependencies": {
"@types/node": "^20.11.21",
"edit-json-file": "^1.8.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "~9.1.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/lib/dist/bc-lib.browser.min.mjs

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions packages/lib/dist/bc-lib.commonjs.min.cjs

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions packages/lib/dist/bc-lib.module.es.mjs

Large diffs are not rendered by default.

16 changes: 3 additions & 13 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,36 +62,26 @@
"@bitcoin-computer/secp256k1": "^0.23.0-beta.0",
"@endo/static-module-record": "^1.0.4",
"axios": "1.7.9",
"bip174": "^2.1.1",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bip65": "^1.0.3",
"bip68": "^1.0.4",
"bitcoind-rpc": "^0.9.1",
"bs58check": "^3.0.1",
"buffer": "^6.0.3",
"core-js-pure": "^3.36.0",
"crypto": "1.0.1",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"eccrypto": "^1.1.6",
"eciesjs": "0.4.7",
"ecpair": "^2.1.0",
"elliptic": "^6.5.4",
"elliptic": "^6.6.1",
"eventsource": "^3.0.2",
"exponential-backoff": "^3.1.1",
"fs": "^0.0.1-security",
"jsdom": "^24.0.0",
"jsdom-global": "^3.0.2",
"large-set": "^1.0.3",
"randombytes": "^2.1.0",
"ses": "1.3.0",
"varuint-bitcoin": "^1.1.2"
"ses": "1.3.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"chai": "^5.1.0",
"dotenv": "^16.4.5",
"mocha": "^10.0.0",
"ts-node": "^10.9.1"
},
Expand Down
2 changes: 0 additions & 2 deletions packages/nakamotojs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"src"
],
"scripts": {
"audit": "better-npm-audit audit -l high",
"build": "npm run clean && tsc -p ./tsconfig.json && npm run formatjs && npm run build:tests",
"build:tests": "npm run clean:jstests && tsc -p ./test/tsconfig.json",
"build:turbo": "turbo run build",
Expand Down Expand Up @@ -71,7 +70,6 @@
"@types/randombytes": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"better-npm-audit": "^3.7.3",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bip65": "^1.0.1",
Expand Down
2 changes: 0 additions & 2 deletions packages/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ cd monorepo
# Install the dependencies
npm install

# Build the docker image
npm run build:node
```

</font>
Expand Down
2 changes: 1 addition & 1 deletion packages/node/chain-setup/BTC/regtest/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ POSTGRES_MAX_CONNECTIONS='20'
POSTGRES_IDLE_TIMEOUT_MILLIS='3000'

# Bitcoin Node Settings
BITCOIN_IMAGE='ruimarinho/bitcoin-core:23.0'
BITCOIN_IMAGE='bcdb/bitcoind-regtest:22.0'
BITCOIN_DATA_DIR='/home/bitcoin/.bitcoin'
BITCOIN_CONF_FILE='bitcoin.conf'

Expand Down
2 changes: 1 addition & 1 deletion packages/node/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
image: bitcoin-computer-node
env_file: .env
restart: always
build: .
build: ../../
healthcheck:
test:
[
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ecpair": "^2.1.0",
"elliptic": "^6.5.4",
"elliptic": "^6.6.1",
"exponential-backoff": "^3.1.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
Expand Down
10 changes: 0 additions & 10 deletions scripts/ensure-clean-git-working-tree.sh

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/husky-checks.sh

This file was deleted.

37 changes: 0 additions & 37 deletions scripts/install.js

This file was deleted.