@bitgo-beta/sdk-coin-vet 1.0.1-beta.267 → 1.0.1-beta.269
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 +28 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,34 @@
|
|
|
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
|
+
## [2.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-vet@2.5.2...@bitgo/sdk-coin-vet@2.5.3) (2025-09-03)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- amount conversion in staking for vechain ([3b95074](https://github.com/BitGo/BitGoJS/commit/3b95074ec289f236c070c4e426a50cdb1358e864))
|
|
11
|
+
- return raw data for vet nft transaction ([92f0145](https://github.com/BitGo/BitGoJS/commit/92f0145bfa131559c27683441849d515e686e8cb))
|
|
12
|
+
|
|
13
|
+
## [2.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-vet@2.5.1...@bitgo/sdk-coin-vet@2.5.2) (2025-08-30)
|
|
14
|
+
|
|
15
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-vet
|
|
16
|
+
|
|
17
|
+
## [2.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-vet@2.5.0...@bitgo/sdk-coin-vet@2.5.1) (2025-08-29)
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- valuelessTransferAllowed true for vet ([cebd963](https://github.com/BitGo/BitGoJS/commit/cebd963890f87cc4223e349a926994156e3cc016))
|
|
22
|
+
|
|
23
|
+
# [2.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-vet@2.4.0...@bitgo/sdk-coin-vet@2.5.0) (2025-08-27)
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
- contract abi for vechain staking ([70292a3](https://github.com/BitGo/BitGoJS/commit/70292a3021eda20ca91e76ca1c9ddda29e6f908e))
|
|
28
|
+
- implement buildNftTransferData for vet ([07a0dbf](https://github.com/BitGo/BitGoJS/commit/07a0dbf831d1ae7beebf5e9a02596d02007a2094))
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
- **sdk-coin-vet:** add vet nft tx builder ([131f81c](https://github.com/BitGo/BitGoJS/commit/131f81c4ed68989d8ca25298fa675aee08811c6c))
|
|
33
|
+
|
|
6
34
|
# [2.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-vet@2.3.3...@bitgo/sdk-coin-vet@2.4.0) (2025-08-22)
|
|
7
35
|
|
|
8
36
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-vet",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.269",
|
|
4
4
|
"description": "BitGo SDK coin library for VeChain",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo-beta/abstract-eth": "1.0.2-beta.
|
|
44
|
-
"@bitgo-beta/blake2b": "3.0.4-beta.
|
|
45
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
46
|
-
"@bitgo-beta/secp256k1": "1.0.2-beta.
|
|
47
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
43
|
+
"@bitgo-beta/abstract-eth": "1.0.2-beta.1387",
|
|
44
|
+
"@bitgo-beta/blake2b": "3.0.4-beta.1395",
|
|
45
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.1157",
|
|
46
|
+
"@bitgo-beta/secp256k1": "1.0.2-beta.1184",
|
|
47
|
+
"@bitgo-beta/statics": "15.1.1-beta.1160",
|
|
48
48
|
"@noble/curves": "1.8.1",
|
|
49
49
|
"@vechain/sdk-core": "^1.2.0-rc.3",
|
|
50
50
|
"bignumber.js": "^9.1.1",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"tweetnacl": "^1.0.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@bitgo-beta/sdk-api": "1.10.1-beta.
|
|
58
|
-
"@bitgo-beta/sdk-test": "^9.0.
|
|
57
|
+
"@bitgo-beta/sdk-api": "1.10.1-beta.1156",
|
|
58
|
+
"@bitgo-beta/sdk-test": "^9.0.9"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "dd975039d0e0be47d9118dd99581d6403c7a208a"
|
|
61
61
|
}
|