@bitgo-beta/sdk-core 8.2.1-beta.730 → 8.2.1-beta.732

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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
+ # [30.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@28.25.0...@bitgo/sdk-core@30.0.0) (2025-02-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ - fix the atom public rest endpoint ([e6973d4](https://github.com/BitGo/BitGoJS/commit/e6973d442b6bb5f887747d8b231155f40bb3f3c0))
11
+ - **root:** replace elliptic with noble/curves/secp256k1 ([50a208d](https://github.com/BitGo/BitGoJS/commit/50a208d68d8b313ccb9b8e638212f61617daf92a))
12
+ - **sdk-core:** ed tss bug fix ([e424f44](https://github.com/BitGo/BitGoJS/commit/e424f447ec9966e77ee8fc34f8535996b30bbb29))
13
+ - **sdk-lib-mpc:** fix time warp during decrypting comms in MPCv2 ([c060690](https://github.com/BitGo/BitGoJS/commit/c060690105001cb9c532d39461d175b109f11a71))
14
+ - updating coredao api url ([9f79847](https://github.com/BitGo/BitGoJS/commit/9f79847f2f961be1b0bf9d9ef85267f1893b5899))
15
+
16
+ ### Features
17
+
18
+ - **abstract-lightning:** move lnv2 logic from sdk-core ([5c9114d](https://github.com/BitGo/BitGoJS/commit/5c9114d6a4dbdd5a130bde7cb897ff6f1f8132e0))
19
+ - **sdk-coin-apt:** recommend min gas tank balance for next 1000 txns ([74071ab](https://github.com/BitGo/BitGoJS/commit/74071aba4c0754242fc96f7334cec74edba6c73b))
20
+
21
+ ### BREAKING CHANGES
22
+
23
+ - **abstract-lightning:** Lightning v2
24
+
6
25
  # [29.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@28.25.0...@bitgo/sdk-core@29.0.0) (2025-02-20)
7
26
 
8
27
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-core",
3
- "version": "8.2.1-beta.730",
3
+ "version": "8.2.1-beta.732",
4
4
  "description": "core library functions for BitGoJS",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -37,12 +37,12 @@
37
37
  ]
38
38
  },
39
39
  "dependencies": {
40
- "@bitgo-beta/bls-dkg": "1.1.1-beta.970",
41
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.722",
42
- "@bitgo-beta/secp256k1": "1.0.2-beta.756",
43
- "@bitgo-beta/sjcl": "1.0.2-beta.968",
44
- "@bitgo-beta/statics": "15.1.1-beta.733",
45
- "@bitgo-beta/utxo-lib": "8.0.3-beta.731",
40
+ "@bitgo-beta/bls-dkg": "1.1.1-beta.972",
41
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.724",
42
+ "@bitgo-beta/secp256k1": "1.0.2-beta.758",
43
+ "@bitgo-beta/sjcl": "1.0.2-beta.970",
44
+ "@bitgo-beta/statics": "15.1.1-beta.735",
45
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.733",
46
46
  "@bitgo/public-types": "4.17.0",
47
47
  "@noble/curves": "1.8.1",
48
48
  "@stablelib/hex": "^1.0.0",
@@ -73,11 +73,11 @@
73
73
  "uuid": "^8.3.2"
74
74
  },
75
75
  "devDependencies": {
76
- "@bitgo-beta/sdk-opensslbytes": "1.0.0-beta.283",
76
+ "@bitgo-beta/sdk-opensslbytes": "1.0.0-beta.285",
77
77
  "@openpgp/web-stream-tools": "0.0.14",
78
78
  "@types/keccak": "^3.0.5",
79
79
  "@types/lodash": "^4.14.151",
80
80
  "nyc": "^15.0.0"
81
81
  },
82
- "gitHead": "934044cb917ec5d29deee9dc5dc095c58ad9a94d"
82
+ "gitHead": "a68d1866288310719a326b1d448d719b970a2019"
83
83
  }