@bitgo-beta/sdk-coin-flrp 1.0.1-beta.58 → 1.0.1-beta.59
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 +23 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,23 @@
|
|
|
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.1.0 (2025-09-25)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **sdk-coin-flrp:** fix build due to dependency conflict ([28fa71b](https://github.com/BitGo/BitGoJS/commit/28fa71bd78061d478f58ef118ba137c952ead160))
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- (skeleton) export in c chain ([f86f215](https://github.com/BitGo/BitGoJS/commit/f86f21527ed6130cdf5fdbcdffacd241385e88fc))
|
|
15
|
+
- configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
|
|
16
|
+
- flrp txn builder ([2b47130](https://github.com/BitGo/BitGoJS/commit/2b471308e7a9ec3e57e49b04b7d75fcb404eb33f))
|
|
17
|
+
- flrp validators and delegator ([f0baf64](https://github.com/BitGo/BitGoJS/commit/f0baf64859d6d019ac31175befe5066fcc2d0744))
|
|
18
|
+
- flrp validators and delegator ([6c16b3d](https://github.com/BitGo/BitGoJS/commit/6c16b3dc53cf625aa646ab64e87558e5193ef824))
|
|
19
|
+
- flrp validators and delegator ([4cbc0e5](https://github.com/BitGo/BitGoJS/commit/4cbc0e502f7d0958ef2fa91c78b106f1585a77c4))
|
|
20
|
+
- flrp validators and delegator ([87694a1](https://github.com/BitGo/BitGoJS/commit/87694a14851c260053605f6ab761dbf6edd012d5))
|
|
21
|
+
- flrp validators and delegator ([5658080](https://github.com/BitGo/BitGoJS/commit/5658080cab9691cb0c8340ba5c40da5381fc4286))
|
|
22
|
+
- **sdk-coin-flrp:** added keypair and utils ([71846e7](https://github.com/BitGo/BitGoJS/commit/71846e7431af97736e1babe7dc0fc2953639192a))
|
|
23
|
+
- skeleton export tx builder for p chain ([6a910fd](https://github.com/BitGo/BitGoJS/commit/6a910fd62640ba26a6038fa84cdce3a40f1c3cb4))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-flrp",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.59",
|
|
4
4
|
"description": "BitGo's SDK coin library for flrp coin",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
]
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@bitgo-beta/sdk-api": "1.10.1-beta.
|
|
47
|
-
"@bitgo-beta/sdk-test": "^9.0
|
|
46
|
+
"@bitgo-beta/sdk-api": "1.10.1-beta.1214",
|
|
47
|
+
"@bitgo-beta/sdk-test": "^9.1.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
51
|
-
"@bitgo-beta/secp256k1": "1.0.2-beta.
|
|
52
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
50
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.1215",
|
|
51
|
+
"@bitgo-beta/secp256k1": "1.0.2-beta.1242",
|
|
52
|
+
"@bitgo-beta/statics": "15.1.1-beta.1218",
|
|
53
53
|
"@flarenetwork/flarejs": "4.1.0-rc0",
|
|
54
54
|
"bignumber.js": "9.0.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "fe43285aec5efb650432d9914f7f94bc906baba3"
|
|
57
57
|
}
|