@bitgo/sdk-coin-eth 23.1.6 → 24.1.0

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 +20 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
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
+ # [24.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.0.0...@bitgo/sdk-coin-eth@24.1.0) (2024-04-25)
7
+
8
+ ### Features
9
+
10
+ - **abstract-eth:** use non packed encode for V4 wallet ([54fd3a8](https://github.com/BitGo/BitGoJS/commit/54fd3a8dbafb14bdeae78204c122885d288d48b6))
11
+
12
+ # [24.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.6...@bitgo/sdk-coin-eth@24.0.0) (2024-04-24)
13
+
14
+ ### Bug Fixes
15
+
16
+ - superagent upgrade to 9.0 ([6e9aa43](https://github.com/BitGo/BitGoJS/commit/6e9aa43a6d2999298abd450ceb168d664b8b926d))
17
+
18
+ ### Features
19
+
20
+ - **abstract-eth:** support txn bulding for v4 wallet on eth chain ([d8aabea](https://github.com/BitGo/BitGoJS/commit/d8aabead0197072ee5b6c7fb11bd9c379606208d))
21
+
22
+ ### BREAKING CHANGES
23
+
24
+ - **abstract-eth:** Made ChainID mandatory for signAndBuild method
25
+
6
26
  ## [23.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.5...@bitgo/sdk-coin-eth@23.1.6) (2024-04-22)
7
27
 
8
28
  **Note:** Version bump only for package @bitgo/sdk-coin-eth
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-eth",
3
- "version": "23.1.6",
3
+ "version": "24.1.0",
4
4
  "description": "BitGo SDK coin library for Ethereum",
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-eth": "^20.1.6",
44
- "@bitgo/sdk-core": "^26.8.1",
45
- "@bitgo/statics": "^48.8.0",
43
+ "@bitgo/abstract-eth": "^21.1.0",
44
+ "@bitgo/sdk-core": "^26.9.0",
45
+ "@bitgo/statics": "^48.8.1",
46
46
  "@bitgo/utxo-lib": "^9.36.0",
47
47
  "@ethereumjs/tx": "^3.3.0",
48
48
  "@ethereumjs/util": "8.0.3",
@@ -52,12 +52,12 @@
52
52
  "ethers": "^5.1.3",
53
53
  "lodash": "^4.17.14",
54
54
  "secp256k1": "5.0.0",
55
- "superagent": "^3.8.3"
55
+ "superagent": "^9.0.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@bitgo/sdk-api": "^1.45.2",
59
- "@bitgo/sdk-test": "^8.0.12",
58
+ "@bitgo/sdk-api": "^1.45.4",
59
+ "@bitgo/sdk-test": "^8.0.14",
60
60
  "tweetnacl": "^1.0.3"
61
61
  },
62
- "gitHead": "ac8f000f8db4c35d69fe9dfd7043025335a02b43"
62
+ "gitHead": "ce8263362a087b79aa6b74d7eeb10e9640f12b52"
63
63
  }