@swapkit/toolboxes 4.20.1 → 4.21.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/CHANGELOG.md +21 -0
- package/dist/src/index.cjs +1 -1
- package/dist/src/stellar/index.cjs +1 -1
- package/dist/src/stellar/index.js +1 -1
- package/dist/src/utxo/index.cjs +1 -1
- package/dist/src/utxo/index.js +1 -1
- package/dist/types/stellar/index.d.ts +1 -1
- package/dist/types/stellar/toolbox.d.ts +4 -1
- package/dist/types/stellar/types.d.ts +8 -1
- package/dist/types/utxo/toolbox/validators.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @swapkit/toolboxes
|
|
2
2
|
|
|
3
|
+
## 4.21.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#309](https://github.com/swapkit/sdk/pull/309) [`2cbca65`](https://github.com/swapkit/sdk/commit/2cbca65b786d9fb7e188b1fff36107887e963d3c) Thanks [@towanTG](https://github.com/towanTG)! - Return reserve-aware XLM balances, preserve Stellar issuer casing, and support USDC payments and trustline transactions.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`2cbca65`](https://github.com/swapkit/sdk/commit/2cbca65b786d9fb7e188b1fff36107887e963d3c)]:
|
|
12
|
+
- @swapkit/helpers@4.15.4
|
|
13
|
+
|
|
14
|
+
## 4.20.2
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Validate Zcash Sprout, Sapling, and unified addresses while keeping transaction creation limited to transparent addresses.
|
|
19
|
+
|
|
20
|
+
- Updated dependencies:
|
|
21
|
+
- @swapkit/utxo-signer@2.2.3
|
|
22
|
+
- @swapkit/helpers@4.15.3
|
|
23
|
+
|
|
3
24
|
## 4.20.1
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|