@bitgo-beta/sdk-coin-avaxp 3.5.10-beta.306 → 3.5.10-beta.307
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 +27 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxp@3.22.4...@bitgo/sdk-coin-avaxp@5.0.0) (2024-04-05)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **sdk-coin-avaxp:** add back the credentials order ([5b395f4](https://github.com/BitGo/BitGoJS/commit/5b395f4cca44974eb12973af81386299204b594b))
|
|
11
|
+
- **sdk-coin-avaxp:** add locktime to transactionBuilder ([aa4b537](https://github.com/BitGo/BitGoJS/commit/aa4b537399dbc2a1649d4760a39560f556532f93))
|
|
12
|
+
- **sdk-coin-avaxp:** add support for recipient in P > C import tx ([0ffc818](https://github.com/BitGo/BitGoJS/commit/0ffc81859d620be1090e8ac4f3907a0fb690a1b3))
|
|
13
|
+
- **sdk-coin-avaxp:** parse any number of credentials ([e93cd79](https://github.com/BitGo/BitGoJS/commit/e93cd7950df0b0315292d4bd8297a9187da584a7))
|
|
14
|
+
- **sdk-coin-avaxp:** set stake amount correctly when build from raw ([68df26f](https://github.com/BitGo/BitGoJS/commit/68df26f7ea26248f03e38e213fd78634654d36bd))
|
|
15
|
+
- **sdk-coin-avaxp:** stop sorting \_fromAddresses when not needed ([04b6029](https://github.com/BitGo/BitGoJS/commit/04b6029c947cd755f8fdc85df51722c912e71a5c))
|
|
16
|
+
- **sdk-coin-avaxp:** update builder factory return builder ([b30fd10](https://github.com/BitGo/BitGoJS/commit/b30fd1025b87bf50dd5370db60247de7256114b4))
|
|
17
|
+
- **sdk-coin-avaxp:** update mapping of addresses ([56e6f6c](https://github.com/BitGo/BitGoJS/commit/56e6f6c2e5c1fa13a2d40ecd9380dae46be2ba5a))
|
|
18
|
+
- **sdk-coin-avaxp:** update sorting for stake tx ([081037f](https://github.com/BitGo/BitGoJS/commit/081037f82d0f665aff476e9c91f95ba5b25fafaa))
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
- **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
|
|
23
|
+
- **sdk-coin-avaxp:** add new avaxp library ([14d3767](https://github.com/BitGo/BitGoJS/commit/14d3767db8e8734ecdb3226fdcc5dd170630e1f5))
|
|
24
|
+
- **sdk-coin-avaxp:** add skeleton for addPermissionLessValidator tx ([08ad690](https://github.com/BitGo/BitGoJS/commit/08ad6909f9a51153bc0e76f67d4892cecb5ab805))
|
|
25
|
+
- **sdk-coin-avaxp:** log error when failing to build tx from hex ([f9fc7bf](https://github.com/BitGo/BitGoJS/commit/f9fc7bf6750f53902be531f8ad68373b76fa04aa))
|
|
26
|
+
- **sdk-coin-avaxp:** update avaxp staking ([b6df6ce](https://github.com/BitGo/BitGoJS/commit/b6df6ce84484c3f20898eeb6bc01f04a69086b42))
|
|
27
|
+
|
|
28
|
+
### BREAKING CHANGES
|
|
29
|
+
|
|
30
|
+
- **root:** Node 16 is no longer supported in bitgojs.
|
|
31
|
+
TICKET: WP-1100
|
|
32
|
+
|
|
6
33
|
# [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxp@3.22.4...@bitgo/sdk-coin-avaxp@4.0.0) (2024-03-28)
|
|
7
34
|
|
|
8
35
|
### Bug Fixes
|