@bitgo-beta/abstract-lightning 1.0.1-beta.578 → 1.0.1-beta.579
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 +14 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
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
|
+
# [6.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@6.0.2...@bitgo/abstract-lightning@6.1.0) (2025-06-24)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- added payment_already_exist failure reason lightning ([220ca18](https://github.com/BitGo/BitGoJS/commit/220ca18417c2c9e196600f59a6eb921ecae31fd3))
|
|
11
|
+
- creating transfer before sending tx ([c7e30c5](https://github.com/BitGo/BitGoJS/commit/c7e30c5565c8485ff383fe5d24b9472e9328bafe))
|
|
12
|
+
- not send a error if get transfer fail lightning ([47a0568](https://github.com/BitGo/BitGoJS/commit/47a0568eba4509fb83c773ecc0d27a19e2d88ca3))
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- **abstract-lightning:** add utility to compute BIP32 derivation index ([0ef9228](https://github.com/BitGo/BitGoJS/commit/0ef9228da2014e4a806c0735a05e41a5cc7a4414))
|
|
17
|
+
- **statics:** add middleware public key field to LightningNetwork ([579a9a3](https://github.com/BitGo/BitGoJS/commit/579a9a35cf96213b7ece8c6f38b99f53df61fec4))
|
|
18
|
+
- **statics:** add TAT shared secret derivation function ([8a75e82](https://github.com/BitGo/BitGoJS/commit/8a75e82068a9d8d44db7b276079c88fb46eefaee))
|
|
19
|
+
|
|
6
20
|
## [6.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@6.0.1...@bitgo/abstract-lightning@6.0.2) (2025-06-18)
|
|
7
21
|
|
|
8
22
|
**Note:** Version bump only for package @bitgo/abstract-lightning
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/abstract-lightning",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.579",
|
|
4
4
|
"description": "BitGo SDK coin library for base Lightning Network coin implementation",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
43
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
44
|
-
"@bitgo-beta/utxo-lib": "8.0.3-beta.
|
|
42
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.965",
|
|
43
|
+
"@bitgo-beta/statics": "15.1.1-beta.968",
|
|
44
|
+
"@bitgo-beta/utxo-lib": "8.0.3-beta.966",
|
|
45
45
|
"@bitgo/public-types": "5.1.0",
|
|
46
46
|
"bs58check": "^2.1.2",
|
|
47
47
|
"fp-ts": "^2.12.2",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"io-ts-types": "^0.5.16",
|
|
50
50
|
"macaroon": "^3.0.4"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "7431ae0e68e3829f834ccbde4b45daa2fe064753"
|
|
53
53
|
}
|