@exodus/ethereum-plugin 2.16.3 → 2.16.4

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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ ## [2.16.4](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.16.3...@exodus/ethereum-plugin@2.16.4) (2025-10-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+
12
+ * fix: improve transaction address resolution for gas estimation and encapsulate transaction property evaluation (#6636)
13
+
14
+ * fix: increase evm resistance to txLog race conditions (#6676)
15
+
16
+
17
+
6
18
  ## [2.16.3](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.16.2...@exodus/ethereum-plugin@2.16.3) (2025-10-17)
7
19
 
8
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-plugin",
3
- "version": "2.16.3",
3
+ "version": "2.16.4",
4
4
  "description": "Ethereum plugin for Exodus SDK powered wallets",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@exodus/currency": "^6.0.1",
25
- "@exodus/ethereum-api": "^8.53.5",
26
- "@exodus/ethereum-lib": "^5.18.1",
25
+ "@exodus/ethereum-api": "^8.53.6",
26
+ "@exodus/ethereum-lib": "^5.18.2",
27
27
  "@exodus/ethereum-meta": "^2.9.0",
28
28
  "@exodus/ethereumjs": "^1.0.0",
29
29
  "@exodus/simple-retry": "^0.0.6",
@@ -48,5 +48,5 @@
48
48
  "type": "git",
49
49
  "url": "git+https://github.com/ExodusMovement/assets.git"
50
50
  },
51
- "gitHead": "48ee2473ddc98a5eb52a69bba220910263d21a45"
51
+ "gitHead": "124fa7a939418684d2ae50d8db93ff73c59c4cdc"
52
52
  }