@atomicfinance/bitcoin-ddk-provider 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +5 -0
- package/.turbo/turbo-lint$colon$fix.log +42 -0
- package/.turbo/turbo-lint.log +14 -0
- package/CHANGELOG.md +13 -0
- package/LICENSE +674 -0
- package/README.md +142 -0
- package/dist/BitcoinDdkProvider.d.ts +297 -0
- package/dist/BitcoinDdkProvider.js +2557 -0
- package/dist/BitcoinDdkProvider.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +24 -0
- package/dist/index.js.map +1 -0
- package/dist/utils/Utils.d.ts +30 -0
- package/dist/utils/Utils.js +82 -0
- package/dist/utils/Utils.js.map +1 -0
- package/lib/BitcoinDdkProvider.ts +4294 -0
- package/lib/index.ts +2 -0
- package/lib/utils/Utils.ts +118 -0
- package/package.json +35 -0
- package/tsconfig.json +7 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @atomicfinance/bitcoin-ddk-provider@4.0.3 lint:fix /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider
|
|
4
|
+
> ../../node_modules/.bin/eslint --fix .
|
|
5
|
+
|
|
6
|
+
[0m[0m
|
|
7
|
+
[0m[4m/Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider/examples/usage.ts[24m[0m
|
|
8
|
+
[0m [2m0:0[22m [31merror[39m Parsing error: ESLint was configured to run on `<tsconfigRootDir>/packages/bitcoin-ddk-provider/examples/usage.ts` using `parserOptions.project`:[0m
|
|
9
|
+
[0m- <tsconfigRootDir>/tsconfig.eslint.json[0m
|
|
10
|
+
[0m- <tsconfigRootDir>/packages/bitcoin-cfd-provider/tsconfig.json[0m
|
|
11
|
+
[0m- <tsconfigRootDir>/packages/bitcoin-ddk-provider/tsconfig.json[0m
|
|
12
|
+
[0m- <tsconfigRootDir>/packages/bitcoin-dlc-provider/tsconfig.json[0m
|
|
13
|
+
[0m- <tsconfigRootDir>/packages/bitcoin-esplora-api-provider/tsconfig.json[0m
|
|
14
|
+
[0m- <tsconfigRootDir>/packages/bitcoin-esplora-batch-api-provider/tsconfig.json[0m
|
|
15
|
+
[0m- <tsconfigRootDir>/packages/bitcoin-js-wallet-provider/tsconfig.json[0m
|
|
16
|
+
[0m- <tsconfigRootDir>/packages/bitcoin-node-wallet-provider/tsconfig.json[0m
|
|
17
|
+
[0m- <tsconfigRootDir>/packages/bitcoin-rpc-provider/tsconfig.json[0m
|
|
18
|
+
[0m- <tsconfigRootDir>/packages/bitcoin-utils/tsconfig.json[0m
|
|
19
|
+
[0m- <tsconfigRootDir>/packages/bitcoin-wallet-provider/tsconfig.json[0m
|
|
20
|
+
[0m- <tsconfigRootDir>/packages/client/tsconfig.json[0m
|
|
21
|
+
[0m- <tsconfigRootDir>/packages/crypto/tsconfig.json[0m
|
|
22
|
+
[0m- <tsconfigRootDir>/packages/errors/tsconfig.json[0m
|
|
23
|
+
[0m- <tsconfigRootDir>/packages/jsonrpc-provider/tsconfig.json[0m
|
|
24
|
+
[0m- <tsconfigRootDir>/packages/node-provider/tsconfig.json[0m
|
|
25
|
+
[0m- <tsconfigRootDir>/packages/provider/tsconfig.json[0m
|
|
26
|
+
[0m- <tsconfigRootDir>/packages/types/tsconfig.json[0m
|
|
27
|
+
[0m- <tsconfigRootDir>/packages/utils/tsconfig.json[0m
|
|
28
|
+
[0mHowever, none of those TSConfigs include this file. Either:[0m
|
|
29
|
+
[0m- Change ESLint's list of included files to not include this file[0m
|
|
30
|
+
[0m- Change one of those TSConfigs to include this file[0m
|
|
31
|
+
[0m- Create a new TSConfig that includes this file and include it in your parserOptions.project[0m
|
|
32
|
+
[0mSee the typescript-eslint docs for more info: https://typescript-eslint.io/troubleshooting/typed-linting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file[0m
|
|
33
|
+
[0m[0m
|
|
34
|
+
[0m[4m/Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider/lib/BitcoinDdkProvider.ts[24m[0m
|
|
35
|
+
[0m [2m858:42[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
36
|
+
[0m [2m858:48[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
37
|
+
[0m [2m876:21[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
38
|
+
[0m [2m4053:34[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
39
|
+
[0m[0m
|
|
40
|
+
[0m[31m[1m✖ 5 problems (1 error, 4 warnings)[22m[39m[0m
|
|
41
|
+
[0m[31m[1m[22m[39m[0m
|
|
42
|
+
[41m[30m ELIFECYCLE [39m[49m [31mCommand failed with exit code 1.[39m
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @atomicfinance/bitcoin-ddk-provider@4.0.3 lint /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider
|
|
4
|
+
> ../../node_modules/.bin/eslint .
|
|
5
|
+
|
|
6
|
+
[0m[0m
|
|
7
|
+
[0m[4m/Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider/lib/BitcoinDdkProvider.ts[24m[0m
|
|
8
|
+
[0m [2m858:42[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
9
|
+
[0m [2m858:48[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
10
|
+
[0m [2m876:21[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
11
|
+
[0m [2m4053:34[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
12
|
+
[0m[0m
|
|
13
|
+
[0m[33m[1m✖ 4 problems (0 errors, 4 warnings)[22m[39m[0m
|
|
14
|
+
[0m[33m[1m[22m[39m[0m
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# @atomicfinance/bitcoin-ddk-provider
|
|
2
|
+
|
|
3
|
+
## 4.1.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b2394fa: Add alpha ddk support in BitcoinDdkProvider
|
|
8
|
+
- Updated dependencies [b2394fa]
|
|
9
|
+
- Updated dependencies [0224065]
|
|
10
|
+
- @atomicfinance/bitcoin-utils@4.1.0
|
|
11
|
+
- @atomicfinance/provider@4.1.0
|
|
12
|
+
- @atomicfinance/types@4.1.0
|
|
13
|
+
- @atomicfinance/utils@4.1.0
|