@dynamic-labs/bitcoin 4.18.5 → 4.18.7
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/CHANGELOG.md +34 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +7 -7
- package/src/index.cjs +7 -0
- package/src/index.d.ts +3 -1
- package/src/index.js +3 -0
- package/src/utils/index.d.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,38 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.18.7](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.6...v4.18.7) (2025-05-21)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add zero dev kernel migration to v3.3 ([#8747](https://github.com/dynamic-labs/dynamic-auth/issues/8747)) ([ce10ef8](https://github.com/dynamic-labs/dynamic-auth/commit/ce10ef85d12452c2c21758c909f1e28f9fa5fbae))
|
|
8
|
+
* bump [@dynamic-labs-wallet](https://github.com/dynamic-labs-wallet) to v0.0.74 ([#8746](https://github.com/dynamic-labs/dynamic-auth/issues/8746)) ([98e3a0b](https://github.com/dynamic-labs/dynamic-auth/commit/98e3a0b845e7d6c34a2c748597198825713f4bcf))
|
|
9
|
+
* support kernel versio 0.3.2 and 0.3.3 ([#8738](https://github.com/dynamic-labs/dynamic-auth/issues/8738)) ([1115830](https://github.com/dynamic-labs/dynamic-auth/commit/1115830966318960d39a497c8b29188d9d9a447f))
|
|
10
|
+
* v3 solana confirmation ui ([#8731](https://github.com/dynamic-labs/dynamic-auth/issues/8731)) ([cfa5ba0](https://github.com/dynamic-labs/dynamic-auth/commit/cfa5ba07a946b847e60388c80afbd8aa233e9ebf))
|
|
11
|
+
* v3 svm send balance ([#8726](https://github.com/dynamic-labs/dynamic-auth/issues/8726)) ([236ec48](https://github.com/dynamic-labs/dynamic-auth/commit/236ec4843152f4b720aa7332e650db68c2d111b2))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **alex/qntm-3201:** send empty data field when using zksync sendbalance ([#8733](https://github.com/dynamic-labs/dynamic-auth/issues/8733)) ([4c42035](https://github.com/dynamic-labs/dynamic-auth/commit/4c420350cf7404ac80db8b552594233a3de9fb57))
|
|
17
|
+
* allow for continuing signing if zksync account exists while attempting to deploy ([#8736](https://github.com/dynamic-labs/dynamic-auth/issues/8736)) ([1ff82e4](https://github.com/dynamic-labs/dynamic-auth/commit/1ff82e418e14300b9dec662fba517c5533c1caac))
|
|
18
|
+
* api kernel version on react native extension ([#8754](https://github.com/dynamic-labs/dynamic-auth/issues/8754)) ([c2f0bb4](https://github.com/dynamic-labs/dynamic-auth/commit/c2f0bb4ac86214f4e3bbdac5cf4b481a7a304449))
|
|
19
|
+
* CTRL wallet eip6963 detection ([#8727](https://github.com/dynamic-labs/dynamic-auth/issues/8727)) ([194334f](https://github.com/dynamic-labs/dynamic-auth/commit/194334f7fd541917d9a7f6b452145a47cf7ae853))
|
|
20
|
+
* **QNTM-3249:** fix mobile layout alignment in send view ([#8740](https://github.com/dynamic-labs/dynamic-auth/issues/8740)) ([7d8e02c](https://github.com/dynamic-labs/dynamic-auth/commit/7d8e02c11830f547b6fcfbc7b518ee3f045df41a))
|
|
21
|
+
|
|
22
|
+
### [4.18.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.5...v4.18.6) (2025-05-16)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* remove alert on wallet icon fail errors ([#8719](https://github.com/dynamic-labs/dynamic-auth/issues/8719)) ([3257160](https://github.com/dynamic-labs/dynamic-auth/commit/3257160ec2ce422e76ccf5e5adc10f92e73c3c61))
|
|
28
|
+
* evm export waas ([#8669](https://github.com/dynamic-labs/dynamic-auth/issues/8669)) ([c8f6199](https://github.com/dynamic-labs/dynamic-auth/commit/c8f6199914c5c0791996e0dfad1ac5642c327bea))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* onramps hook ([#8700](https://github.com/dynamic-labs/dynamic-auth/issues/8700)) ([33d0fb5](https://github.com/dynamic-labs/dynamic-auth/commit/33d0fb5e83db627aeea5ce2f07871cd4029c118a))
|
|
34
|
+
* use mainnet as default SVM cluster ([#8721](https://github.com/dynamic-labs/dynamic-auth/issues/8721)) ([5408f9a](https://github.com/dynamic-labs/dynamic-auth/commit/5408f9afbd2b4c6dfaf041c661cc3fb4802b6c05))
|
|
35
|
+
|
|
2
36
|
### [4.18.5](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.4...v4.18.5) (2025-05-15)
|
|
3
37
|
|
|
4
38
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/bitcoin",
|
|
3
|
-
"version": "4.18.
|
|
3
|
+
"version": "4.18.7",
|
|
4
4
|
"description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"homepage": "https://www.dynamic.xyz/",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@btckit/types": "0.0.19",
|
|
22
|
-
"@dynamic-labs/sdk-api-core": "0.0.
|
|
22
|
+
"@dynamic-labs/sdk-api-core": "0.0.672",
|
|
23
23
|
"@wallet-standard/app": "1.0.1",
|
|
24
24
|
"@wallet-standard/base": "1.0.1",
|
|
25
25
|
"bitcoinjs-lib": "6.1.5",
|
|
26
26
|
"sats-connect": "3.0.1",
|
|
27
27
|
"jsontokens": "4.0.1",
|
|
28
|
-
"@dynamic-labs/assert-package-version": "4.18.
|
|
29
|
-
"@dynamic-labs/types": "4.18.
|
|
30
|
-
"@dynamic-labs/utils": "4.18.
|
|
31
|
-
"@dynamic-labs/wallet-book": "4.18.
|
|
32
|
-
"@dynamic-labs/wallet-connector-core": "4.18.
|
|
28
|
+
"@dynamic-labs/assert-package-version": "4.18.7",
|
|
29
|
+
"@dynamic-labs/types": "4.18.7",
|
|
30
|
+
"@dynamic-labs/utils": "4.18.7",
|
|
31
|
+
"@dynamic-labs/wallet-book": "4.18.7",
|
|
32
|
+
"@dynamic-labs/wallet-connector-core": "4.18.7",
|
|
33
33
|
"eventemitter3": "5.0.1"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {}
|
package/src/index.cjs
CHANGED
|
@@ -26,8 +26,11 @@ var fetchSatsConnectConnectors = require('./utils/fetchSatsConnectConnectors/fet
|
|
|
26
26
|
var hasSatsConnectFeature = require('./utils/hasSatsConnectFeature.cjs');
|
|
27
27
|
var getMempoolApiUrl = require('./utils/getMempoolApiUrl.cjs');
|
|
28
28
|
var createSignPsbtOptions = require('./utils/psbt/createSignPsbtOptions.cjs');
|
|
29
|
+
var satoshisToBtc = require('./utils/satoshisToBtc/satoshisToBtc.cjs');
|
|
29
30
|
var BitcoinWallet = require('./wallet/BitcoinWallet.cjs');
|
|
30
31
|
var isBitcoinWallet = require('./wallet/isBitcoinWallet/isBitcoinWallet.cjs');
|
|
32
|
+
var bitcoinProviderHelper = require('./bitcoinProviderHelper.cjs');
|
|
33
|
+
var _const = require('./const.cjs');
|
|
31
34
|
|
|
32
35
|
assertPackageVersion.assertPackageVersion('@dynamic-labs/bitcoin', _package.version);
|
|
33
36
|
const BitcoinWalletConnectors = (props) => [
|
|
@@ -52,6 +55,10 @@ exports.fetchSatsConnectConnectors = fetchSatsConnectConnectors.fetchSatsConnect
|
|
|
52
55
|
exports.hasSatsConnectFeature = hasSatsConnectFeature.hasSatsConnectFeature;
|
|
53
56
|
exports.getMempoolApiUrl = getMempoolApiUrl.getMempoolApiUrl;
|
|
54
57
|
exports.createPsbtOptions = createSignPsbtOptions.createPsbtOptions;
|
|
58
|
+
exports.satoshisToBtc = satoshisToBtc.satoshisToBtc;
|
|
55
59
|
exports.BitcoinWallet = BitcoinWallet.BitcoinWallet;
|
|
56
60
|
exports.isBitcoinWallet = isBitcoinWallet.isBitcoinWallet;
|
|
61
|
+
exports.BitcoinProviderHelper = bitcoinProviderHelper.BitcoinProviderHelper;
|
|
62
|
+
exports.HTTP_STATUS_NOT_FOUND = _const.HTTP_STATUS_NOT_FOUND;
|
|
63
|
+
exports.HTTP_STATUS_TOO_MANY_REQUESTS = _const.HTTP_STATUS_TOO_MANY_REQUESTS;
|
|
57
64
|
exports.BitcoinWalletConnectors = BitcoinWalletConnectors;
|
package/src/index.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { OkxConnector } from './connectors';
|
|
2
2
|
export { BitcoinWalletConnector } from './connectors';
|
|
3
|
-
export type { BitcoinTransaction, BitcoinSignProtocol, BitcoinSignPsbtRequest, BitcoinSignPsbtResponse, } from './types';
|
|
3
|
+
export type { BitcoinTransaction, BitcoinSignProtocol, BitcoinSignPsbtRequest, BitcoinSignPsbtResponse, BitcoinWalletStandardMethods, SignPsbtOptions, } from './types';
|
|
4
4
|
export * from './utils';
|
|
5
5
|
export * from './wallet';
|
|
6
6
|
export { UnisatConnector, BitcoinSatsConnectConnector } from './connectors';
|
|
7
7
|
export declare const BitcoinWalletConnectors: (props: any) => (import("dist/packages/wallet-connector-core/src").WalletConnectorConstructor | typeof OkxConnector)[];
|
|
8
|
+
export { BitcoinProviderHelper } from './bitcoinProviderHelper';
|
|
9
|
+
export { HTTP_STATUS_NOT_FOUND, HTTP_STATUS_TOO_MANY_REQUESTS } from './const';
|
package/src/index.js
CHANGED
|
@@ -25,8 +25,11 @@ export { fetchSatsConnectConnectors } from './utils/fetchSatsConnectConnectors/f
|
|
|
25
25
|
export { hasSatsConnectFeature } from './utils/hasSatsConnectFeature.js';
|
|
26
26
|
export { getMempoolApiUrl } from './utils/getMempoolApiUrl.js';
|
|
27
27
|
export { createPsbtOptions } from './utils/psbt/createSignPsbtOptions.js';
|
|
28
|
+
export { satoshisToBtc } from './utils/satoshisToBtc/satoshisToBtc.js';
|
|
28
29
|
export { BitcoinWallet } from './wallet/BitcoinWallet.js';
|
|
29
30
|
export { isBitcoinWallet } from './wallet/isBitcoinWallet/isBitcoinWallet.js';
|
|
31
|
+
export { BitcoinProviderHelper } from './bitcoinProviderHelper.js';
|
|
32
|
+
export { HTTP_STATUS_NOT_FOUND, HTTP_STATUS_TOO_MANY_REQUESTS } from './const.js';
|
|
30
33
|
|
|
31
34
|
assertPackageVersion('@dynamic-labs/bitcoin', version);
|
|
32
35
|
const BitcoinWalletConnectors = (props) => [
|
package/src/utils/index.d.ts
CHANGED
|
@@ -3,3 +3,4 @@ export * from './fetchSatsConnectConnectors';
|
|
|
3
3
|
export { hasSatsConnectFeature } from './hasSatsConnectFeature';
|
|
4
4
|
export { getMempoolApiUrl } from './getMempoolApiUrl';
|
|
5
5
|
export { createPsbtOptions } from './psbt/createSignPsbtOptions';
|
|
6
|
+
export { satoshisToBtc } from './satoshisToBtc';
|