Skip to content

Commit dd26ab3

Browse files
refactor(abstract-utxo): use @bitgo/utxo-core
Ticket: BTC-1821
1 parent 7046b8a commit dd26ab3

File tree

66 files changed

+52
-3199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+52
-3199
lines changed

modules/abstract-utxo/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ module.exports = {
22
extends: ['../../.eslintrc.json'],
33
rules: {
44
'import/order': ['error', { 'newlines-between': 'always' }],
5+
'import/no-internal-modules': 'off',
56
},
67
};

modules/abstract-utxo/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"@types/lodash": "^4.14.121",
5454
"@types/superagent": "4.1.15",
5555
"bignumber.js": "^9.0.2",
56-
"bip174": "npm:@bitgo-forks/[email protected]",
5756
"bitcoinjs-message": "npm:@bitgo-forks/[email protected]",
5857
"bluebird": "^3.5.3",
5958
"debug": "^3.1.0",

modules/abstract-utxo/src/core/descriptor/DescriptorMap.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

modules/abstract-utxo/src/core/descriptor/Output.ts

Lines changed: 0 additions & 51 deletions
This file was deleted.

modules/abstract-utxo/src/core/descriptor/VirtualSize.ts

Lines changed: 0 additions & 107 deletions
This file was deleted.

modules/abstract-utxo/src/core/descriptor/address.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

modules/abstract-utxo/src/core/descriptor/index.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

modules/abstract-utxo/src/core/descriptor/psbt/assertSatisfiable.ts

Lines changed: 0 additions & 72 deletions
This file was deleted.

modules/abstract-utxo/src/core/descriptor/psbt/createPsbt.ts

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)