@exodus/solana-api 3.25.3 → 3.26.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,32 @@
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
+ ## [3.26.0](https://github.com/ExodusMovement/assets/compare/@exodus/solana-api@3.25.4...@exodus/solana-api@3.26.0) (2025-12-08)
7
+
8
+
9
+ ### Features
10
+
11
+
12
+ * feat: add SOL WS Monitor (#7014)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+
18
+ * fix: SOL fee payer integration tests (#7058)
19
+
20
+
21
+
22
+ ## [3.25.4](https://github.com/ExodusMovement/assets/compare/@exodus/solana-api@3.25.1...@exodus/solana-api@3.25.4) (2025-11-20)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+
28
+ * fix: fee display for Solana sponsored transaction (#6980)
29
+
30
+
31
+
6
32
  ## [3.25.3](https://github.com/ExodusMovement/assets/compare/@exodus/solana-api@3.25.1...@exodus/solana-api@3.25.3) (2025-11-13)
7
33
 
8
34
  **Note:** Version bump only for package @exodus/solana-api
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/solana-api",
3
- "version": "3.25.3",
3
+ "version": "3.26.0",
4
4
  "description": "Transaction monitors, fee monitors, RPC with the blockchain node, and other networking code for Solana",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@exodus/asset-json-rpc": "^1.0.0",
27
- "@exodus/asset-lib": "^5.0.0",
27
+ "@exodus/asset-lib": "^5.7.0",
28
28
  "@exodus/assets": "^11.0.0",
29
29
  "@exodus/auth-client-base": "^2.2.0",
30
30
  "@exodus/basic-utils": "^3.0.1",
@@ -49,7 +49,7 @@
49
49
  "@exodus/assets-testing": "^1.0.0",
50
50
  "@exodus/solana-web3.js": "^1.63.1-exodus.9-rc3"
51
51
  },
52
- "gitHead": "6a39e3cdbf3bf1849d6d4aae8e935588332d92ac",
52
+ "gitHead": "79ca0050003451552fa7bf075913b87e098885c8",
53
53
  "bugs": {
54
54
  "url": "https://github.com/ExodusMovement/assets/issues?q=is%3Aissue+is%3Aopen+label%3Asolana-api"
55
55
  },