@exodus/ethereum-plugin 2.28.0 → 2.29.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 +36 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,42 @@
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.29.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.28.1...@exodus/ethereum-plugin@2.29.0) (2026-04-30)
7
+
8
+
9
+ ### Features
10
+
11
+
12
+ * feat: evm duplex transactions (#7688)
13
+
14
+ * feat: import ethersproject-abi@5 to exodus/ethereumjs (#7626)
15
+
16
+ * feat: start adding truncated history for clarity evm (#7604)
17
+
18
+ * feat: surface validator queue times to ethereum staking service (#7438)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+
24
+ * fix: enable duplex transaction bumps and serialize tx.data.data to txLog (#7705)
25
+
26
+ * fix: lint failed by ethereum-plugin (#7758)
27
+
28
+ * fix: remove unsignedTx from getFeeAsync return value (#7164)
29
+
30
+
31
+
32
+ ## [2.28.1](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.28.0...@exodus/ethereum-plugin@2.28.1) (2026-03-27)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+
38
+ * fix: use the monitor server for pending EVM tx drop checks (#7675)
39
+
40
+
41
+
6
42
  ## [2.28.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.27.0...@exodus/ethereum-plugin@2.28.0) (2026-03-18)
7
43
 
8
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-plugin",
3
- "version": "2.28.0",
3
+ "version": "2.29.0",
4
4
  "description": "Ethereum plugin for Exodus SDK powered wallets",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -21,11 +21,11 @@
21
21
  "lint:fix": "yarn lint --fix"
22
22
  },
23
23
  "dependencies": {
24
- "@exodus/asset-lib": "^5.8.0",
24
+ "@exodus/asset-lib": "^5.9.0",
25
25
  "@exodus/basic-utils": "^3.0.1",
26
26
  "@exodus/currency": "^6.0.1",
27
- "@exodus/ethereum-api": "^8.70.0",
28
- "@exodus/ethereum-lib": "^5.22.0",
27
+ "@exodus/ethereum-api": "^8.72.0",
28
+ "@exodus/ethereum-lib": "^5.24.0",
29
29
  "@exodus/ethereum-meta": "^2.9.0",
30
30
  "@exodus/ethereumjs": "^1.0.0",
31
31
  "@exodus/safe-string": "^1.4.0",
@@ -37,9 +37,9 @@
37
37
  "@exodus/assets": "^11.4.0",
38
38
  "@exodus/assets-testing": "^1.0.0",
39
39
  "@exodus/crypto": "^1.0.0-rc.13",
40
- "@exodus/evm-fork-testing": "^0.5.0",
41
- "@exodus/models": "^12.13.0",
42
- "@exodus/web3-ethereum-utils": "^4.7.2",
40
+ "@exodus/evm-fork-testing": "^0.6.0",
41
+ "@exodus/models": "^13.0.0",
42
+ "@exodus/web3-ethereum-utils": "^4.7.3",
43
43
  "delay": "^4.0.1",
44
44
  "ms": "^2.1.1"
45
45
  },
@@ -51,5 +51,5 @@
51
51
  "type": "git",
52
52
  "url": "git+https://github.com/ExodusMovement/assets.git"
53
53
  },
54
- "gitHead": "2933d00c85191b547e822a292f1884b8d6d9e6d7"
54
+ "gitHead": "87bf2c314792d465c10789267316e74d7a19301a"
55
55
  }