@bitgo/sdk-coin-rune 1.6.2 → 1.6.3
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/dist/test/resources/rune.d.ts +74 -0
- package/dist/test/resources/rune.d.ts.map +1 -0
- package/dist/test/resources/rune.js +51 -0
- package/dist/test/resources/trune.d.ts +110 -0
- package/dist/test/resources/trune.d.ts.map +1 -0
- package/dist/test/resources/trune.js +102 -0
- package/dist/test/unit/keyPair.d.ts +2 -0
- package/dist/test/unit/keyPair.d.ts.map +1 -0
- package/dist/test/unit/keyPair.js +94 -0
- package/dist/test/unit/rune.d.ts +2 -0
- package/dist/test/unit/rune.d.ts.map +1 -0
- package/dist/test/unit/rune.js +369 -0
- package/dist/test/unit/transaction.d.ts +2 -0
- package/dist/test/unit/transaction.d.ts.map +1 -0
- package/dist/test/unit/transaction.js +146 -0
- package/dist/test/unit/transactionBuilder/transactionBuilder.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/transactionBuilder.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/transactionBuilder.js +97 -0
- package/dist/test/unit/transactionBuilder/transferBuilder.d.ts +2 -0
- package/dist/test/unit/transactionBuilder/transferBuilder.d.ts.map +1 -0
- package/dist/test/unit/transactionBuilder/transferBuilder.js +202 -0
- package/dist/test/unit/utils.d.ts +2 -0
- package/dist/test/unit/utils.d.ts.map +1 -0
- package/dist/test/unit/utils.js +101 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +10 -7
- package/.eslintignore +0 -5
- package/.mocharc.yml +0 -8
- package/CHANGELOG.md +0 -292
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo/sdk-coin-rune",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.3",
|
|
4
4
|
"description": "BitGo SDK coin library for Thorchain",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo/abstract-cosmos": "^11.15.
|
|
44
|
-
"@bitgo/sdk-core": "^36.
|
|
45
|
-
"@bitgo/statics": "^58.
|
|
43
|
+
"@bitgo/abstract-cosmos": "^11.15.3",
|
|
44
|
+
"@bitgo/sdk-core": "^36.11.0",
|
|
45
|
+
"@bitgo/statics": "^58.3.0",
|
|
46
46
|
"@cosmjs/amino": "^0.29.5",
|
|
47
47
|
"@cosmjs/encoding": "^0.29.5",
|
|
48
48
|
"@cosmjs/proto-signing": "^0.29.5",
|
|
@@ -52,8 +52,11 @@
|
|
|
52
52
|
"lodash": "^4.17.21"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@bitgo/sdk-api": "^1.
|
|
56
|
-
"@bitgo/sdk-test": "^9.1.
|
|
55
|
+
"@bitgo/sdk-api": "^1.70.0",
|
|
56
|
+
"@bitgo/sdk-test": "^9.1.3"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "c0222586265fab9cc7edbd33c38106801511ef18",
|
|
59
|
+
"files": [
|
|
60
|
+
"dist"
|
|
61
|
+
]
|
|
59
62
|
}
|
package/.mocharc.yml
DELETED
package/CHANGELOG.md
DELETED
|
@@ -1,292 +0,0 @@
|
|
|
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.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.6.1...@bitgo/sdk-coin-rune@1.6.2) (2025-10-02)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
9
|
-
|
|
10
|
-
## [1.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.6.0...@bitgo/sdk-coin-rune@1.6.1) (2025-09-29)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
13
|
-
|
|
14
|
-
# [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.5.2...@bitgo/sdk-coin-rune@1.6.0) (2025-09-25)
|
|
15
|
-
|
|
16
|
-
### Features
|
|
17
|
-
|
|
18
|
-
- configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
|
|
19
|
-
|
|
20
|
-
## [1.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.5.1...@bitgo/sdk-coin-rune@1.5.2) (2025-09-03)
|
|
21
|
-
|
|
22
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
23
|
-
|
|
24
|
-
## [1.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.5.0...@bitgo/sdk-coin-rune@1.5.1) (2025-08-30)
|
|
25
|
-
|
|
26
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
27
|
-
|
|
28
|
-
# [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.4.1...@bitgo/sdk-coin-rune@1.5.0) (2025-08-29)
|
|
29
|
-
|
|
30
|
-
### Features
|
|
31
|
-
|
|
32
|
-
- **abstract-cosmos:** add non-bitgo token recovery support on wrw ([86f44eb](https://github.com/BitGo/BitGoJS/commit/86f44ebbae563085dab6323ebae12301753fbbe4))
|
|
33
|
-
|
|
34
|
-
## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.4.0...@bitgo/sdk-coin-rune@1.4.1) (2025-08-27)
|
|
35
|
-
|
|
36
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
37
|
-
|
|
38
|
-
# [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.3.3...@bitgo/sdk-coin-rune@1.4.0) (2025-08-22)
|
|
39
|
-
|
|
40
|
-
### Features
|
|
41
|
-
|
|
42
|
-
- **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
|
|
43
|
-
|
|
44
|
-
## [1.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.3.2...@bitgo/sdk-coin-rune@1.3.3) (2025-08-22)
|
|
45
|
-
|
|
46
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
47
|
-
|
|
48
|
-
## [1.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.3.1...@bitgo/sdk-coin-rune@1.3.2) (2025-08-19)
|
|
49
|
-
|
|
50
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
51
|
-
|
|
52
|
-
## [1.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.3.0...@bitgo/sdk-coin-rune@1.3.1) (2025-08-14)
|
|
53
|
-
|
|
54
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
55
|
-
|
|
56
|
-
# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.2.11...@bitgo/sdk-coin-rune@1.3.0) (2025-08-07)
|
|
57
|
-
|
|
58
|
-
### Features
|
|
59
|
-
|
|
60
|
-
- use statics to get denom of tokens ([e89d793](https://github.com/BitGo/BitGoJS/commit/e89d79365086512d845bb498deed7ee66ecd2fc0))
|
|
61
|
-
|
|
62
|
-
## [1.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.2.10...@bitgo/sdk-coin-rune@1.2.11) (2025-07-31)
|
|
63
|
-
|
|
64
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
65
|
-
|
|
66
|
-
## [1.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.2.9...@bitgo/sdk-coin-rune@1.2.10) (2025-07-30)
|
|
67
|
-
|
|
68
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
69
|
-
|
|
70
|
-
## [1.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.2.7...@bitgo/sdk-coin-rune@1.2.9) (2025-07-25)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
73
|
-
|
|
74
|
-
## [1.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.2.7...@bitgo/sdk-coin-rune@1.2.8) (2025-07-23)
|
|
75
|
-
|
|
76
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
77
|
-
|
|
78
|
-
## [1.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.2.6...@bitgo/sdk-coin-rune@1.2.7) (2025-07-15)
|
|
79
|
-
|
|
80
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
81
|
-
|
|
82
|
-
## [1.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.2.5...@bitgo/sdk-coin-rune@1.2.6) (2025-07-10)
|
|
83
|
-
|
|
84
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
85
|
-
|
|
86
|
-
## [1.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.2.4...@bitgo/sdk-coin-rune@1.2.5) (2025-07-03)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
89
|
-
|
|
90
|
-
## [1.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.2.3...@bitgo/sdk-coin-rune@1.2.4) (2025-06-25)
|
|
91
|
-
|
|
92
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
93
|
-
|
|
94
|
-
## [1.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.2.2...@bitgo/sdk-coin-rune@1.2.3) (2025-06-24)
|
|
95
|
-
|
|
96
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
97
|
-
|
|
98
|
-
## [1.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.2.1...@bitgo/sdk-coin-rune@1.2.2) (2025-06-18)
|
|
99
|
-
|
|
100
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
101
|
-
|
|
102
|
-
## [1.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.2.0...@bitgo/sdk-coin-rune@1.2.1) (2025-06-10)
|
|
103
|
-
|
|
104
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
105
|
-
|
|
106
|
-
# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.40...@bitgo/sdk-coin-rune@1.2.0) (2025-06-05)
|
|
107
|
-
|
|
108
|
-
### Features
|
|
109
|
-
|
|
110
|
-
- **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
|
|
111
|
-
|
|
112
|
-
## [1.1.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.39...@bitgo/sdk-coin-rune@1.1.40) (2025-06-02)
|
|
113
|
-
|
|
114
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
115
|
-
|
|
116
|
-
## [1.1.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.38...@bitgo/sdk-coin-rune@1.1.39) (2025-05-28)
|
|
117
|
-
|
|
118
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
119
|
-
|
|
120
|
-
## [1.1.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.37...@bitgo/sdk-coin-rune@1.1.38) (2025-05-22)
|
|
121
|
-
|
|
122
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
123
|
-
|
|
124
|
-
## [1.1.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.36...@bitgo/sdk-coin-rune@1.1.37) (2025-05-20)
|
|
125
|
-
|
|
126
|
-
### Bug Fixes
|
|
127
|
-
|
|
128
|
-
- support memoid along with address for send transaction ([6b6d25a](https://github.com/BitGo/BitGoJS/commit/6b6d25a5003c49208a75b2c6fa21b54a0afae5ad))
|
|
129
|
-
|
|
130
|
-
## [1.1.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.35...@bitgo/sdk-coin-rune@1.1.36) (2025-05-07)
|
|
131
|
-
|
|
132
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
133
|
-
|
|
134
|
-
## [1.1.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.34...@bitgo/sdk-coin-rune@1.1.35) (2025-04-29)
|
|
135
|
-
|
|
136
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
137
|
-
|
|
138
|
-
## [1.1.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.33...@bitgo/sdk-coin-rune@1.1.34) (2025-04-25)
|
|
139
|
-
|
|
140
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
141
|
-
|
|
142
|
-
## [1.1.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.32...@bitgo/sdk-coin-rune@1.1.33) (2025-04-15)
|
|
143
|
-
|
|
144
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
145
|
-
|
|
146
|
-
## [1.1.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.31...@bitgo/sdk-coin-rune@1.1.32) (2025-04-04)
|
|
147
|
-
|
|
148
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
149
|
-
|
|
150
|
-
## [1.1.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.30...@bitgo/sdk-coin-rune@1.1.31) (2025-04-02)
|
|
151
|
-
|
|
152
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
153
|
-
|
|
154
|
-
## [1.1.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.29...@bitgo/sdk-coin-rune@1.1.30) (2025-03-28)
|
|
155
|
-
|
|
156
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
157
|
-
|
|
158
|
-
## [1.1.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.28...@bitgo/sdk-coin-rune@1.1.29) (2025-03-20)
|
|
159
|
-
|
|
160
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
161
|
-
|
|
162
|
-
## [1.1.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.27...@bitgo/sdk-coin-rune@1.1.28) (2025-03-18)
|
|
163
|
-
|
|
164
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
165
|
-
|
|
166
|
-
## [1.1.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.26...@bitgo/sdk-coin-rune@1.1.27) (2025-03-06)
|
|
167
|
-
|
|
168
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
169
|
-
|
|
170
|
-
## [1.1.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.23...@bitgo/sdk-coin-rune@1.1.26) (2025-03-04)
|
|
171
|
-
|
|
172
|
-
### Bug Fixes
|
|
173
|
-
|
|
174
|
-
- address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
|
|
175
|
-
|
|
176
|
-
## [1.1.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.23...@bitgo/sdk-coin-rune@1.1.25) (2025-02-26)
|
|
177
|
-
|
|
178
|
-
### Bug Fixes
|
|
179
|
-
|
|
180
|
-
- address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
|
|
181
|
-
|
|
182
|
-
## [1.1.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.23...@bitgo/sdk-coin-rune@1.1.24) (2025-02-20)
|
|
183
|
-
|
|
184
|
-
### Bug Fixes
|
|
185
|
-
|
|
186
|
-
- address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
|
|
187
|
-
|
|
188
|
-
## [1.1.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.22...@bitgo/sdk-coin-rune@1.1.23) (2025-02-19)
|
|
189
|
-
|
|
190
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
191
|
-
|
|
192
|
-
## [1.1.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.21...@bitgo/sdk-coin-rune@1.1.22) (2025-02-11)
|
|
193
|
-
|
|
194
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
195
|
-
|
|
196
|
-
## [1.1.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.20...@bitgo/sdk-coin-rune@1.1.21) (2025-02-05)
|
|
197
|
-
|
|
198
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
199
|
-
|
|
200
|
-
## [1.1.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.19...@bitgo/sdk-coin-rune@1.1.20) (2025-01-28)
|
|
201
|
-
|
|
202
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
203
|
-
|
|
204
|
-
## [1.1.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.18...@bitgo/sdk-coin-rune@1.1.19) (2025-01-23)
|
|
205
|
-
|
|
206
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
207
|
-
|
|
208
|
-
## [1.1.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.17...@bitgo/sdk-coin-rune@1.1.18) (2025-01-23)
|
|
209
|
-
|
|
210
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
211
|
-
|
|
212
|
-
## [1.1.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.16...@bitgo/sdk-coin-rune@1.1.17) (2025-01-20)
|
|
213
|
-
|
|
214
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
215
|
-
|
|
216
|
-
## [1.1.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.15...@bitgo/sdk-coin-rune@1.1.16) (2025-01-15)
|
|
217
|
-
|
|
218
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
219
|
-
|
|
220
|
-
## [1.1.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.14...@bitgo/sdk-coin-rune@1.1.15) (2025-01-09)
|
|
221
|
-
|
|
222
|
-
### Bug Fixes
|
|
223
|
-
|
|
224
|
-
- **sdk-coin-rune:** add native transaction fees for wallet recovery ([140f0ce](https://github.com/BitGo/BitGoJS/commit/140f0ce419a0a1093a463a0f955d094ee7c16334))
|
|
225
|
-
|
|
226
|
-
## [1.1.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.13...@bitgo/sdk-coin-rune@1.1.14) (2025-01-03)
|
|
227
|
-
|
|
228
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
229
|
-
|
|
230
|
-
## [1.1.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.12...@bitgo/sdk-coin-rune@1.1.13) (2024-12-24)
|
|
231
|
-
|
|
232
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
233
|
-
|
|
234
|
-
## [1.1.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.11...@bitgo/sdk-coin-rune@1.1.12) (2024-12-19)
|
|
235
|
-
|
|
236
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
237
|
-
|
|
238
|
-
## [1.1.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.9...@bitgo/sdk-coin-rune@1.1.11) (2024-12-17)
|
|
239
|
-
|
|
240
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
241
|
-
|
|
242
|
-
## [1.1.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.9...@bitgo/sdk-coin-rune@1.1.10) (2024-12-17)
|
|
243
|
-
|
|
244
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
245
|
-
|
|
246
|
-
## [1.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.8...@bitgo/sdk-coin-rune@1.1.9) (2024-12-12)
|
|
247
|
-
|
|
248
|
-
### Bug Fixes
|
|
249
|
-
|
|
250
|
-
- **sdk-coin-rune:** validate gas amount ([fef971a](https://github.com/BitGo/BitGoJS/commit/fef971a23e3b61814ff51994ce68a855193b397b))
|
|
251
|
-
|
|
252
|
-
## [1.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.7...@bitgo/sdk-coin-rune@1.1.8) (2024-12-11)
|
|
253
|
-
|
|
254
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
255
|
-
|
|
256
|
-
## [1.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.6...@bitgo/sdk-coin-rune@1.1.7) (2024-12-03)
|
|
257
|
-
|
|
258
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
259
|
-
|
|
260
|
-
## [1.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.5...@bitgo/sdk-coin-rune@1.1.6) (2024-11-26)
|
|
261
|
-
|
|
262
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
263
|
-
|
|
264
|
-
## [1.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.4...@bitgo/sdk-coin-rune@1.1.5) (2024-11-21)
|
|
265
|
-
|
|
266
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
267
|
-
|
|
268
|
-
## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.2...@bitgo/sdk-coin-rune@1.1.4) (2024-11-19)
|
|
269
|
-
|
|
270
|
-
### Bug Fixes
|
|
271
|
-
|
|
272
|
-
- **sdk-coin-rune:** rename thorchain:rune to tthorchain:rune ([27f3afa](https://github.com/BitGo/BitGoJS/commit/27f3afa5fcfe8d3281d845a37e13bc7ccec86098))
|
|
273
|
-
|
|
274
|
-
## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.2...@bitgo/sdk-coin-rune@1.1.3) (2024-11-14)
|
|
275
|
-
|
|
276
|
-
### Bug Fixes
|
|
277
|
-
|
|
278
|
-
- **sdk-coin-rune:** rename thorchain:rune to tthorchain:rune ([27f3afa](https://github.com/BitGo/BitGoJS/commit/27f3afa5fcfe8d3281d845a37e13bc7ccec86098))
|
|
279
|
-
|
|
280
|
-
## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.1...@bitgo/sdk-coin-rune@1.1.2) (2024-11-08)
|
|
281
|
-
|
|
282
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
283
|
-
|
|
284
|
-
## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rune@1.1.0...@bitgo/sdk-coin-rune@1.1.1) (2024-11-07)
|
|
285
|
-
|
|
286
|
-
**Note:** Version bump only for package @bitgo/sdk-coin-rune
|
|
287
|
-
|
|
288
|
-
# 1.1.0 (2024-11-01)
|
|
289
|
-
|
|
290
|
-
### Features
|
|
291
|
-
|
|
292
|
-
- **sdk-coin-rune:** new coin generation ([64775ca](https://github.com/BitGo/BitGoJS/commit/64775caefc425df17f893fe1a5ae26d21adc7b6b))
|