Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Ledger BLE Provider #1

Merged
merged 23 commits into from
Oct 14, 2019
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
2 changes: 0 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120
}
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,31 @@
"scripts": {
"build": "yarn clean && tsc --project tsconfig.json",
"clean": "rm -rf dist/",
"lint": "tslint --format stylish --project . --exclude './node_modules/**/*.ts'",
"lint": "prettier --check src/*.ts",
"lint:fix": "prettier --write src/*.ts",
"prepublish": "yarn build --outDir dist/",
"test": "yarn build && mocha dist/**/*.test.js"
},
"files": [
"dist/"
],
"dependencies": {
"babel-polyfill": "^6.26.0",
"bip39": "^3.0.2",
"eth-hd-keyring": "^2.0.0",
"ethereumjs-tx": "^2.1.0",
"ethereumjs-tx": "^2.1.1",
"ethereumjs-util": "^6.1.0",
"web3-provider-engine": "^13.8.0"
},
"peerDependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.72.1",
"@ledgerhq/hw-transport-node-ble": "^4.72.1",
"@ledgerhq/web3-subprovider": "^4.72.1"
},
"devDependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.72.1",
"@ledgerhq/hw-transport-node-ble": "^4.72.1",
"@ledgerhq/web3-subprovider": "^4.72.1",
"@types/bip39": "^2.4.2",
"@types/lodash": "^4.14.138",
"@types/mocha": "^5.2.7",
Expand All @@ -31,7 +41,7 @@
"ganache-core": "^2.7.0",
"lodash": "^4.17.15",
"mocha": "^6.2.0",
"prettier": "^1.18.2",
"prettier": "1.18.2",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"web3": "^1.2.1"
Expand Down
70 changes: 0 additions & 70 deletions src/HDWalletProvider.test.ts

This file was deleted.

147 changes: 0 additions & 147 deletions src/HDWalletProvider.ts

This file was deleted.

7 changes: 0 additions & 7 deletions src/IJsonRPCRequest.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/IJsonRPCResponse.ts

This file was deleted.

77 changes: 0 additions & 77 deletions src/NonceSubProvider.ts

This file was deleted.

23 changes: 0 additions & 23 deletions src/Stoplight.ts

This file was deleted.

Loading