Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polyfill #84

Closed
wants to merge 11 commits into from
Prev Previous commit
Remove ledger key and unused packages
  • Loading branch information
joon9823 committed Oct 11, 2024
commit f593173c5def1fbb71c335adde3e3fc520024be5
421 changes: 21 additions & 400 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,15 @@
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"crypto-browserify": "^3.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.1.3",
"eventemitter3": "^5.0.1",
"husky": "^9.0.11",
"jest": "^29.1.1",
"lint-staged": "^13.3.0",
"prettier": "^3.1.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
Expand All @@ -61,9 +59,6 @@
"dependencies": {
"@initia/initia.proto": "^0.2.3",
"@initia/opinit.proto": "^0.0.10",
"@ledgerhq/hw-transport": "^6.27.12",
"@ledgerhq/hw-transport-webhid": "^6.27.12",
"@ledgerhq/hw-transport-webusb": "^6.27.12",
"@mysten/bcs": "^1.0.2",
"axios": "^1.7.4",
"bech32": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/client/WebSocketClient.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EventEmitter } from 'events'
import { EventEmitter } from 'eventemitter3'
import WebSocket from 'ws'
import { hashToHex } from '../util/hash'

Expand Down
1 change: 0 additions & 1 deletion src/key/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './ledger'
export * from './Key'
export * from './MnemonicKey'
export * from './RawKey'
313 changes: 0 additions & 313 deletions src/key/ledger/LedgerKey.ts

This file was deleted.

Loading
Loading