edge-currency-accountbased 4.35.0 → 4.35.1

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
@@ -2,6 +2,15 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.35.1 (2025-01-22)
6
+
7
+ - changed: (Solana) Replace fee, rent, and recentblockhash loops with cached queries where they are needed
8
+ - changed: (Solana) Only query transaction blocktime if it isn't already present
9
+ - fixed: (Solana) Fix checking token send amount against rent threshold
10
+ - fixed: (Solana) Fix recent txid stored for efficient tx query
11
+ - fixed: (Sui) Fix Map handling in `processTransaction`
12
+ - removed: (Solana) Remove blockheight loop
13
+
5
14
  ## 4.35.0 (2025-01-15)
6
15
 
7
16
  - changed: Implement new Seen Tx Checkpoint API for all currencies.