@bitgo-beta/sdk-coin-tao 1.0.1-alpha.156 → 1.0.1-alpha.157
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/.eslintignore +4 -0
- package/.mocharc.yml +8 -0
- package/CHANGELOG.md +254 -0
- package/package.json +7 -10
- package/dist/test/integration/index.d.ts +0 -1
- package/dist/test/integration/index.d.ts.map +0 -1
- package/dist/test/integration/index.js +0 -1
- package/dist/test/resources/index.d.ts +0 -150
- package/dist/test/resources/index.d.ts.map +0 -1
- package/dist/test/resources/index.js +0 -166
- package/dist/test/resources/materialData.json +0 -8
- package/dist/test/resources/materialDataModified.json +0 -8
- package/dist/test/resources/testnet.d.ts +0 -2
- package/dist/test/resources/testnet.d.ts.map +0 -1
- package/dist/test/resources/testnet.js +0 -5
- package/dist/test/unit/fixtures.d.ts +0 -31
- package/dist/test/unit/fixtures.d.ts.map +0 -1
- package/dist/test/unit/fixtures.js +0 -107
- package/dist/test/unit/tao.d.ts +0 -2
- package/dist/test/unit/tao.d.ts.map +0 -1
- package/dist/test/unit/tao.js +0 -415
- package/dist/test/unit/transactionBuilder/base.d.ts +0 -8
- package/dist/test/unit/transactionBuilder/base.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/base.js +0 -238
- package/dist/test/unit/transactionBuilder/moveStakeBuilder.d.ts +0 -2
- package/dist/test/unit/transactionBuilder/moveStakeBuilder.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/moveStakeBuilder.js +0 -472
- package/dist/test/unit/transactionBuilder/singeltonRegistry.d.ts +0 -2
- package/dist/test/unit/transactionBuilder/singeltonRegistry.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/singeltonRegistry.js +0 -59
- package/dist/test/unit/transactionBuilder/stakingBuilder.d.ts +0 -2
- package/dist/test/unit/transactionBuilder/stakingBuilder.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/stakingBuilder.js +0 -112
- package/dist/test/unit/transactionBuilder/tokenTransferBuilder.d.ts +0 -2
- package/dist/test/unit/transactionBuilder/tokenTransferBuilder.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/tokenTransferBuilder.js +0 -92
- package/dist/test/unit/transactionBuilder/transactionBuilderFactory.d.ts +0 -2
- package/dist/test/unit/transactionBuilder/transactionBuilderFactory.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/transactionBuilderFactory.js +0 -75
- package/dist/test/unit/transactionBuilder/transferBuilder.d.ts +0 -2
- package/dist/test/unit/transactionBuilder/transferBuilder.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/transferBuilder.js +0 -309
- package/dist/test/unit/transactionBuilder/unstakeBuilder.d.ts +0 -2
- package/dist/test/unit/transactionBuilder/unstakeBuilder.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/unstakeBuilder.js +0 -112
- package/dist/test/unit/util.d.ts +0 -2
- package/dist/test/unit/util.d.ts.map +0 -1
- package/dist/test/unit/util.js +0 -29
- package/dist/tsconfig.tsbuildinfo +0 -1
package/.eslintignore
ADDED
package/.mocharc.yml
ADDED
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
# [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.11.4...@bitgo/sdk-coin-tao@1.12.0) (2025-09-25)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- resolve type annotation error in TransactionBuilderFactory ([4a91875](https://github.com/BitGo/BitGoJS/commit/4a918756c18512a57e81dc55d8a58f250ee638b5))
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
|
|
15
|
+
- **sdk-coin-tao:** add moveStakeBuilder ([03a7b36](https://github.com/BitGo/BitGoJS/commit/03a7b368414b61ccfc45f0df5e56378fcd32168c))
|
|
16
|
+
- **sdk-coin-tao:** correct validation stages order in move stake builder ([3fe6828](https://github.com/BitGo/BitGoJS/commit/3fe68289149d969f42c0063516553ac482b4885b))
|
|
17
|
+
|
|
18
|
+
## [1.11.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.11.3...@bitgo/sdk-coin-tao@1.11.4) (2025-09-03)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- **sdk-coin-tao:** handle subnetId as number ([18caa10](https://github.com/BitGo/BitGoJS/commit/18caa10f0b888462039b5b44c3b79124b4390bea))
|
|
23
|
+
|
|
24
|
+
## [1.11.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.11.2...@bitgo/sdk-coin-tao@1.11.3) (2025-08-30)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
27
|
+
|
|
28
|
+
## [1.11.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.11.1...@bitgo/sdk-coin-tao@1.11.2) (2025-08-29)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
31
|
+
|
|
32
|
+
## [1.11.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.11.0...@bitgo/sdk-coin-tao@1.11.1) (2025-08-27)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
35
|
+
|
|
36
|
+
# [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.10.2...@bitgo/sdk-coin-tao@1.11.0) (2025-08-22)
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
- **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
|
|
41
|
+
|
|
42
|
+
## [1.10.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.10.1...@bitgo/sdk-coin-tao@1.10.2) (2025-08-22)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
45
|
+
|
|
46
|
+
## [1.10.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.10.0...@bitgo/sdk-coin-tao@1.10.1) (2025-08-19)
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
- **sdk-coin-tao:** fix toJson & explainTransaction for token transfers ([34a8175](https://github.com/BitGo/BitGoJS/commit/34a81751fd982a7ebd7449f8036d6d19b501780a))
|
|
51
|
+
|
|
52
|
+
# [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.9.0...@bitgo/sdk-coin-tao@1.10.0) (2025-08-14)
|
|
53
|
+
|
|
54
|
+
### Features
|
|
55
|
+
|
|
56
|
+
- **sdk-coin-polyx:** add token builders ([6860780](https://github.com/BitGo/BitGoJS/commit/68607804efc1191ff396e05f20466526246b7d87))
|
|
57
|
+
- **sdk-coin-tao:** add tokenTransferBuilder ([43fc839](https://github.com/BitGo/BitGoJS/commit/43fc839f87e81d2592bcd249b14d7aef815a0927))
|
|
58
|
+
|
|
59
|
+
# [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.8.11...@bitgo/sdk-coin-tao@1.9.0) (2025-08-07)
|
|
60
|
+
|
|
61
|
+
### Features
|
|
62
|
+
|
|
63
|
+
- add taoToken skeleton ([c3d65a2](https://github.com/BitGo/BitGoJS/commit/c3d65a29d8e4404e0157d8a8d825465f3c9cc693))
|
|
64
|
+
|
|
65
|
+
## [1.8.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.8.10...@bitgo/sdk-coin-tao@1.8.11) (2025-07-31)
|
|
66
|
+
|
|
67
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
68
|
+
|
|
69
|
+
## [1.8.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.8.9...@bitgo/sdk-coin-tao@1.8.10) (2025-07-30)
|
|
70
|
+
|
|
71
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
72
|
+
|
|
73
|
+
## [1.8.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.8.7...@bitgo/sdk-coin-tao@1.8.9) (2025-07-25)
|
|
74
|
+
|
|
75
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
76
|
+
|
|
77
|
+
## [1.8.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.8.7...@bitgo/sdk-coin-tao@1.8.8) (2025-07-23)
|
|
78
|
+
|
|
79
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
80
|
+
|
|
81
|
+
## [1.8.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.8.6...@bitgo/sdk-coin-tao@1.8.7) (2025-07-15)
|
|
82
|
+
|
|
83
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
84
|
+
|
|
85
|
+
## [1.8.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.8.5...@bitgo/sdk-coin-tao@1.8.6) (2025-07-10)
|
|
86
|
+
|
|
87
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
88
|
+
|
|
89
|
+
## [1.8.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.8.4...@bitgo/sdk-coin-tao@1.8.5) (2025-07-03)
|
|
90
|
+
|
|
91
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
92
|
+
|
|
93
|
+
## [1.8.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.8.3...@bitgo/sdk-coin-tao@1.8.4) (2025-06-25)
|
|
94
|
+
|
|
95
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
96
|
+
|
|
97
|
+
## [1.8.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.8.2...@bitgo/sdk-coin-tao@1.8.3) (2025-06-24)
|
|
98
|
+
|
|
99
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
100
|
+
|
|
101
|
+
## [1.8.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.8.1...@bitgo/sdk-coin-tao@1.8.2) (2025-06-18)
|
|
102
|
+
|
|
103
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
104
|
+
|
|
105
|
+
## [1.8.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.8.0...@bitgo/sdk-coin-tao@1.8.1) (2025-06-10)
|
|
106
|
+
|
|
107
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
108
|
+
|
|
109
|
+
# [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.7.3...@bitgo/sdk-coin-tao@1.8.0) (2025-06-05)
|
|
110
|
+
|
|
111
|
+
### Features
|
|
112
|
+
|
|
113
|
+
- **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
|
|
114
|
+
|
|
115
|
+
## [1.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.7.2...@bitgo/sdk-coin-tao@1.7.3) (2025-06-02)
|
|
116
|
+
|
|
117
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
118
|
+
|
|
119
|
+
## [1.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.7.1...@bitgo/sdk-coin-tao@1.7.2) (2025-05-28)
|
|
120
|
+
|
|
121
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
122
|
+
|
|
123
|
+
## [1.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.7.0...@bitgo/sdk-coin-tao@1.7.1) (2025-05-22)
|
|
124
|
+
|
|
125
|
+
### Bug Fixes
|
|
126
|
+
|
|
127
|
+
- remove empty space character at end of file names ([51bd0f5](https://github.com/BitGo/BitGoJS/commit/51bd0f56ca3275dcf980a21a20e7d94c8837ba42))
|
|
128
|
+
|
|
129
|
+
# [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.6.9...@bitgo/sdk-coin-tao@1.7.0) (2025-05-20)
|
|
130
|
+
|
|
131
|
+
### Features
|
|
132
|
+
|
|
133
|
+
- **sdk-coin-polyx:** add transaction builders ([31c96bb](https://github.com/BitGo/BitGoJS/commit/31c96bbbce60b93e13208e3eab06bd144cfe57e4))
|
|
134
|
+
|
|
135
|
+
## [1.6.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.6.8...@bitgo/sdk-coin-tao@1.6.9) (2025-05-07)
|
|
136
|
+
|
|
137
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
138
|
+
|
|
139
|
+
## [1.6.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.6.7...@bitgo/sdk-coin-tao@1.6.8) (2025-04-29)
|
|
140
|
+
|
|
141
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
142
|
+
|
|
143
|
+
## [1.6.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.6.6...@bitgo/sdk-coin-tao@1.6.7) (2025-04-25)
|
|
144
|
+
|
|
145
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
146
|
+
|
|
147
|
+
## [1.6.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.6.5...@bitgo/sdk-coin-tao@1.6.6) (2025-04-15)
|
|
148
|
+
|
|
149
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
150
|
+
|
|
151
|
+
## [1.6.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.6.4...@bitgo/sdk-coin-tao@1.6.5) (2025-04-04)
|
|
152
|
+
|
|
153
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
154
|
+
|
|
155
|
+
## [1.6.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.6.3...@bitgo/sdk-coin-tao@1.6.4) (2025-04-02)
|
|
156
|
+
|
|
157
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
158
|
+
|
|
159
|
+
## [1.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.6.2...@bitgo/sdk-coin-tao@1.6.3) (2025-03-28)
|
|
160
|
+
|
|
161
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
162
|
+
|
|
163
|
+
## [1.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.6.1...@bitgo/sdk-coin-tao@1.6.2) (2025-03-20)
|
|
164
|
+
|
|
165
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
166
|
+
|
|
167
|
+
## [1.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.6.0...@bitgo/sdk-coin-tao@1.6.1) (2025-03-18)
|
|
168
|
+
|
|
169
|
+
### Bug Fixes
|
|
170
|
+
|
|
171
|
+
- **sdk-coin-tao:** prevent real api calls by using beforeEach for stubbing ([4415e0e](https://github.com/BitGo/BitGoJS/commit/4415e0e0348eb9f110a53dcbd393f8bd2e1e8619))
|
|
172
|
+
|
|
173
|
+
# [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.5.0...@bitgo/sdk-coin-tao@1.6.0) (2025-03-06)
|
|
174
|
+
|
|
175
|
+
### Features
|
|
176
|
+
|
|
177
|
+
- **abstract-substrate:** add wrw for tao ([9f30890](https://github.com/BitGo/BitGoJS/commit/9f3089000330d47696ab057891cd8d1083004a2a))
|
|
178
|
+
|
|
179
|
+
# [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.3.1...@bitgo/sdk-coin-tao@1.5.0) (2025-03-04)
|
|
180
|
+
|
|
181
|
+
### Bug Fixes
|
|
182
|
+
|
|
183
|
+
- **sdk-coin-tao:** allow consolidations ([0e374cf](https://github.com/BitGo/BitGoJS/commit/0e374cfabd366438cc2abfe9d0967854bf03cd03))
|
|
184
|
+
- **sdk-coin-tao:** change amount and netuid type to string ([bbb92aa](https://github.com/BitGo/BitGoJS/commit/bbb92aa3e9def1e6260a074761cdf4a38888ebd6))
|
|
185
|
+
- **sdk-coin-tao:** use tao builder not dot ([3ee7bfc](https://github.com/BitGo/BitGoJS/commit/3ee7bfc3fcf3d22d12d31b8104614b1b7996648c))
|
|
186
|
+
|
|
187
|
+
### Features
|
|
188
|
+
|
|
189
|
+
- **sdk-coin-tao:** add staking builder ([0859b9d](https://github.com/BitGo/BitGoJS/commit/0859b9d099fc0ab9c651d0476bfd74dd48f08d45))
|
|
190
|
+
- **sdk-coin-tao:** add unstaking builder for TAO ([fe568b5](https://github.com/BitGo/BitGoJS/commit/fe568b5fda3d3e27cf2ced01581e52ede08ee58d))
|
|
191
|
+
|
|
192
|
+
# [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.3.1...@bitgo/sdk-coin-tao@1.4.0) (2025-02-26)
|
|
193
|
+
|
|
194
|
+
### Bug Fixes
|
|
195
|
+
|
|
196
|
+
- **sdk-coin-tao:** allow consolidations ([0e374cf](https://github.com/BitGo/BitGoJS/commit/0e374cfabd366438cc2abfe9d0967854bf03cd03))
|
|
197
|
+
|
|
198
|
+
### Features
|
|
199
|
+
|
|
200
|
+
- **sdk-coin-tao:** add staking builder ([0859b9d](https://github.com/BitGo/BitGoJS/commit/0859b9d099fc0ab9c651d0476bfd74dd48f08d45))
|
|
201
|
+
- **sdk-coin-tao:** add unstaking builder for TAO ([fe568b5](https://github.com/BitGo/BitGoJS/commit/fe568b5fda3d3e27cf2ced01581e52ede08ee58d))
|
|
202
|
+
|
|
203
|
+
## [1.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.3.1...@bitgo/sdk-coin-tao@1.3.2) (2025-02-20)
|
|
204
|
+
|
|
205
|
+
### Bug Fixes
|
|
206
|
+
|
|
207
|
+
- **sdk-coin-tao:** allow consolidations ([0e374cf](https://github.com/BitGo/BitGoJS/commit/0e374cfabd366438cc2abfe9d0967854bf03cd03))
|
|
208
|
+
|
|
209
|
+
## [1.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.3.0...@bitgo/sdk-coin-tao@1.3.1) (2025-02-19)
|
|
210
|
+
|
|
211
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
212
|
+
|
|
213
|
+
# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.2.0...@bitgo/sdk-coin-tao@1.3.0) (2025-02-11)
|
|
214
|
+
|
|
215
|
+
### Bug Fixes
|
|
216
|
+
|
|
217
|
+
- **abstract-substrate:** fix abstract-substrate implementation ([1c986da](https://github.com/BitGo/BitGoJS/commit/1c986daa817353ca522c0e8e72e67a6dffa00fac))
|
|
218
|
+
- **sdk-coin-tao:** fix coinBuilderMap for tao ([b592e09](https://github.com/BitGo/BitGoJS/commit/b592e098544b447e946c1d4432a442f9bb1ab6d3))
|
|
219
|
+
|
|
220
|
+
### Features
|
|
221
|
+
|
|
222
|
+
- **sdk-coin-tao:** add network to ttao ([79ad572](https://github.com/BitGo/BitGoJS/commit/79ad5722b1b3b4ee08119d3c9a71f881e74095dc))
|
|
223
|
+
|
|
224
|
+
# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.1.0...@bitgo/sdk-coin-tao@1.2.0) (2025-02-05)
|
|
225
|
+
|
|
226
|
+
### Features
|
|
227
|
+
|
|
228
|
+
- implement base transaction and transfer builders ([b342edd](https://github.com/BitGo/BitGoJS/commit/b342edd6f655b242c6c286d65941e9989a9e672e))
|
|
229
|
+
|
|
230
|
+
# [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.0.4...@bitgo/sdk-coin-tao@1.1.0) (2025-01-28)
|
|
231
|
+
|
|
232
|
+
### Bug Fixes
|
|
233
|
+
|
|
234
|
+
- fix utils ([53b9621](https://github.com/BitGo/BitGoJS/commit/53b9621171fbed7a2514c7c6d12ba8c917780eba))
|
|
235
|
+
|
|
236
|
+
### Features
|
|
237
|
+
|
|
238
|
+
- implement tao specific functions ([67e658e](https://github.com/BitGo/BitGoJS/commit/67e658e03cb3e47959d9bbb18285cbb8cd19943b))
|
|
239
|
+
|
|
240
|
+
## [1.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.0.3...@bitgo/sdk-coin-tao@1.0.4) (2025-01-23)
|
|
241
|
+
|
|
242
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
243
|
+
|
|
244
|
+
## [1.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.0.2...@bitgo/sdk-coin-tao@1.0.3) (2025-01-23)
|
|
245
|
+
|
|
246
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
247
|
+
|
|
248
|
+
## [1.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.0.1...@bitgo/sdk-coin-tao@1.0.2) (2025-01-20)
|
|
249
|
+
|
|
250
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
|
251
|
+
|
|
252
|
+
## 1.0.1 (2025-01-15)
|
|
253
|
+
|
|
254
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-tao
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-tao",
|
|
3
|
-
"version": "1.0.1-alpha.
|
|
3
|
+
"version": "1.0.1-alpha.157",
|
|
4
4
|
"description": "BitGo SDK coin library for TAO (Bittensor) coin",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -40,20 +40,17 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo-beta/abstract-substrate": "1.0.0-alpha.
|
|
44
|
-
"@bitgo-beta/sdk-core": "2.4.1-alpha.
|
|
45
|
-
"@bitgo-beta/statics": "10.0.1-alpha.
|
|
43
|
+
"@bitgo-beta/abstract-substrate": "1.0.0-alpha.160",
|
|
44
|
+
"@bitgo-beta/sdk-core": "2.4.1-alpha.408",
|
|
45
|
+
"@bitgo-beta/statics": "10.0.1-alpha.408",
|
|
46
46
|
"@polkadot/api": "14.1.1",
|
|
47
47
|
"@substrate/txwrapper-core": "7.5.2",
|
|
48
48
|
"@substrate/txwrapper-polkadot": "7.5.2",
|
|
49
49
|
"bignumber.js": "^9.0.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@bitgo-beta/sdk-api": "1.6.1-alpha.
|
|
53
|
-
"@bitgo-beta/sdk-test": "^9.1.
|
|
52
|
+
"@bitgo-beta/sdk-api": "1.6.1-alpha.408",
|
|
53
|
+
"@bitgo-beta/sdk-test": "^9.1.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
56
|
-
"files": [
|
|
57
|
-
"dist"
|
|
58
|
-
]
|
|
55
|
+
"gitHead": "1a5a022e5b5c08a32a90d01565debc4aef2b1541"
|
|
59
56
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../test/integration/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi90ZXN0L2ludGVncmF0aW9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIiXX0=
|
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
export { testnetMetadataRpc } from './testnet';
|
|
2
|
-
export declare const mockTssSignature = "aadae7fa1f53e7a5c900b330ff71bee6782cf3c29a2c6f9599162381cd021ad581c74ded89f49ec79adefed64af8ff16649553523dda9cb4f017cbf15681e50e";
|
|
3
|
-
export declare const accounts: {
|
|
4
|
-
account1: {
|
|
5
|
-
secretKey: string;
|
|
6
|
-
publicKey: string;
|
|
7
|
-
address: string;
|
|
8
|
-
};
|
|
9
|
-
account2: {
|
|
10
|
-
secretKey: string;
|
|
11
|
-
publicKey: string;
|
|
12
|
-
address: string;
|
|
13
|
-
};
|
|
14
|
-
account3: {
|
|
15
|
-
secretKey: string;
|
|
16
|
-
publicKey: string;
|
|
17
|
-
address: string;
|
|
18
|
-
};
|
|
19
|
-
account4: {
|
|
20
|
-
secretKey: string;
|
|
21
|
-
publicKey: string;
|
|
22
|
-
address: string;
|
|
23
|
-
};
|
|
24
|
-
default: {
|
|
25
|
-
secretKey: string;
|
|
26
|
-
publicKey: string;
|
|
27
|
-
address: string;
|
|
28
|
-
};
|
|
29
|
-
bs58Account: {
|
|
30
|
-
publicKey: string;
|
|
31
|
-
address: string;
|
|
32
|
-
polkadotAddress: string;
|
|
33
|
-
};
|
|
34
|
-
stakingProxy: {
|
|
35
|
-
address: string;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
export declare const rawTx: {
|
|
39
|
-
transfer: {
|
|
40
|
-
signed: string;
|
|
41
|
-
unsigned: string;
|
|
42
|
-
westendSigned: string;
|
|
43
|
-
westendSigned2: string;
|
|
44
|
-
};
|
|
45
|
-
transferAll: {
|
|
46
|
-
signed: string;
|
|
47
|
-
unsigned: string;
|
|
48
|
-
unsignedKeepAliveTrue: string;
|
|
49
|
-
unsignedKeepAliveFalse: string;
|
|
50
|
-
};
|
|
51
|
-
stake: {
|
|
52
|
-
signed: string;
|
|
53
|
-
unsigned: string;
|
|
54
|
-
batchAll: {
|
|
55
|
-
signed: string;
|
|
56
|
-
unsigned: string;
|
|
57
|
-
batch: string[];
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
stakeMore: {
|
|
61
|
-
signed: string;
|
|
62
|
-
unsigned: string;
|
|
63
|
-
batchAll: {
|
|
64
|
-
signed: string;
|
|
65
|
-
unsigned: string;
|
|
66
|
-
batch: string[];
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
addProxy: {
|
|
70
|
-
signed: string;
|
|
71
|
-
unsigned: string;
|
|
72
|
-
};
|
|
73
|
-
removeProxy: {
|
|
74
|
-
signed: string;
|
|
75
|
-
unsigned: string;
|
|
76
|
-
};
|
|
77
|
-
pureProxy: {
|
|
78
|
-
signed: string;
|
|
79
|
-
unsigned: string;
|
|
80
|
-
batch: string[];
|
|
81
|
-
};
|
|
82
|
-
batch: {
|
|
83
|
-
threeAddPureProxies: {
|
|
84
|
-
signed: string;
|
|
85
|
-
unsigned: string;
|
|
86
|
-
};
|
|
87
|
-
twoAddPureProxies: {
|
|
88
|
-
signed: string;
|
|
89
|
-
unsigned: string;
|
|
90
|
-
};
|
|
91
|
-
};
|
|
92
|
-
batchAll: {
|
|
93
|
-
twoAddPureProxies: {
|
|
94
|
-
signed: string;
|
|
95
|
-
unsigned: string;
|
|
96
|
-
};
|
|
97
|
-
};
|
|
98
|
-
proxy: {
|
|
99
|
-
signed: string;
|
|
100
|
-
unsigned: string;
|
|
101
|
-
transferCall: string;
|
|
102
|
-
};
|
|
103
|
-
unstake: {
|
|
104
|
-
signed: string;
|
|
105
|
-
unsigned: string;
|
|
106
|
-
batchAll: {
|
|
107
|
-
signed: string;
|
|
108
|
-
unsigned: string;
|
|
109
|
-
batch: string[];
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
unnominate: {
|
|
113
|
-
signed: string;
|
|
114
|
-
unsigned: string;
|
|
115
|
-
};
|
|
116
|
-
withdrawUnbonded: {
|
|
117
|
-
signed: string;
|
|
118
|
-
unsigned: string;
|
|
119
|
-
};
|
|
120
|
-
claim: {
|
|
121
|
-
signed: string;
|
|
122
|
-
unsigned: string;
|
|
123
|
-
};
|
|
124
|
-
transferStake: {
|
|
125
|
-
signed: string;
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
export declare const jsonTransactions: {
|
|
129
|
-
transfer: string;
|
|
130
|
-
proxyTransfer: string;
|
|
131
|
-
walletInitialization: string;
|
|
132
|
-
staking: string;
|
|
133
|
-
stakingPayee: string;
|
|
134
|
-
unstaking: string;
|
|
135
|
-
};
|
|
136
|
-
export declare const blockHash: {
|
|
137
|
-
block1: string;
|
|
138
|
-
block2: string;
|
|
139
|
-
};
|
|
140
|
-
export declare const signatures: {
|
|
141
|
-
signature1: string;
|
|
142
|
-
signature2: string;
|
|
143
|
-
signature3: string;
|
|
144
|
-
};
|
|
145
|
-
export declare const txIds: {
|
|
146
|
-
id1: string;
|
|
147
|
-
id2: string;
|
|
148
|
-
};
|
|
149
|
-
export declare const txVersion: number, specVersion: number, genesisHash: string, chainName: string, specName: import("@bitgo-beta/statics").SubstrateSpecNameType;
|
|
150
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../test/resources/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,eAAO,MAAM,gBAAgB,qIACuG,CAAC;AAErI,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCpB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2IjB,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;CAa5B,CAAC;AAEF,eAAO,MAAM,SAAS;;;CAGrB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;CAOtB,CAAC;AAEF,eAAO,MAAM,KAAK;;;CAGjB,CAAC;AAEF,eAAO,MAAQ,SAAS,UAAE,WAAW,UAAE,WAAW,UAAE,SAAS,UAAE,QAAQ,qDAAsB,CAAC"}
|