Skip to content

Commit

Permalink
refactor(abstract-utxo): use @bitgo/utxo-core
Browse files Browse the repository at this point in the history
Ticket: BTC-1821
  • Loading branch information
OttoAllmendinger committed Feb 6, 2025
1 parent 7046b8a commit dd26ab3
Show file tree
Hide file tree
Showing 66 changed files with 52 additions and 3,199 deletions.
1 change: 1 addition & 0 deletions modules/abstract-utxo/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
extends: ['../../.eslintrc.json'],
rules: {
'import/order': ['error', { 'newlines-between': 'always' }],
'import/no-internal-modules': 'off',
},
};
1 change: 0 additions & 1 deletion modules/abstract-utxo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@types/lodash": "^4.14.121",
"@types/superagent": "4.1.15",
"bignumber.js": "^9.0.2",
"bip174": "npm:@bitgo-forks/[email protected]",
"bitcoinjs-message": "npm:@bitgo-forks/[email protected]",
"bluebird": "^3.5.3",
"debug": "^3.1.0",
Expand Down
14 changes: 0 additions & 14 deletions modules/abstract-utxo/src/core/descriptor/DescriptorMap.ts

This file was deleted.

51 changes: 0 additions & 51 deletions modules/abstract-utxo/src/core/descriptor/Output.ts

This file was deleted.

107 changes: 0 additions & 107 deletions modules/abstract-utxo/src/core/descriptor/VirtualSize.ts

This file was deleted.

17 changes: 0 additions & 17 deletions modules/abstract-utxo/src/core/descriptor/address.ts

This file was deleted.

9 changes: 0 additions & 9 deletions modules/abstract-utxo/src/core/descriptor/index.ts

This file was deleted.

This file was deleted.

66 changes: 0 additions & 66 deletions modules/abstract-utxo/src/core/descriptor/psbt/createPsbt.ts

This file was deleted.

Loading

0 comments on commit dd26ab3

Please sign in to comment.