@bitgo-beta/abstract-eth 1.0.2-beta.976 → 1.0.2-beta.977

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 +15 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,21 @@
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
+ # [23.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@22.6.0...@bitgo/abstract-eth@23.0.0) (2025-03-04)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **abstract-eth:** gasLimit for hop txn ([4ce0180](https://github.com/BitGo/BitGoJS/commit/4ce01809b424936919fc30bd6d717b4629a5c2f5))
11
+ - dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
12
+
13
+ ### BREAKING CHANGES
14
+
15
+ - **abstract-eth:** when we have a pending approval for a hop txn
16
+ when approved the txn is using gasLimit provided by hop params
17
+ which is not expected, this commit fixes it
18
+
19
+ TICKET: COIN-3249
20
+
6
21
  ## [22.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@22.6.0...@bitgo/abstract-eth@22.6.2) (2025-02-26)
7
22
 
8
23
  **Note:** Version bump only for package @bitgo/abstract-eth
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/abstract-eth",
3
- "version": "1.0.2-beta.976",
3
+ "version": "1.0.2-beta.977",
4
4
  "description": "BitGo SDK coin library for ETH base implementation",
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-beta/sdk-core": "8.2.1-beta.746",
44
- "@bitgo-beta/secp256k1": "1.0.2-beta.772",
45
- "@bitgo-beta/statics": "15.1.1-beta.749",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.747",
44
+ "@bitgo-beta/secp256k1": "1.0.2-beta.773",
45
+ "@bitgo-beta/statics": "15.1.1-beta.750",
46
46
  "@ethereumjs/common": "^2.6.5",
47
47
  "@ethereumjs/tx": "^3.3.0",
48
48
  "@metamask/eth-sig-util": "^5.0.2",
@@ -58,9 +58,9 @@
58
58
  "superagent": "^9.0.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@bitgo-beta/sdk-api": "1.10.1-beta.745",
62
- "@bitgo-beta/sdk-test": "^8.0.73",
61
+ "@bitgo-beta/sdk-api": "1.10.1-beta.746",
62
+ "@bitgo-beta/sdk-test": "^8.0.74",
63
63
  "@types/keccak": "^3.0.5"
64
64
  },
65
- "gitHead": "c1a237450145ed04d29010afd0a04a5d5b7d2e64"
65
+ "gitHead": "e7f190bc185e359be9dc9437692ce1f5761911db"
66
66
  }