edge-currency-accountbased 4.35.1 → 4.35.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.35.4 (2025-02-04)
6
+
7
+ - fixed: Correctly issue notifications for new incoming transactions.
8
+
9
+ ## 4.35.3 (2025-01-28)
10
+
11
+ - changed: (Solana) Implement transaction broadcast retry logic
12
+ - changed: (Ton) Only use ton center for transaction query
13
+ - fixed: (Ton) Fix `isSend` when processing transactions
14
+
5
15
  ## 4.35.1 (2025-01-22)
6
16
 
7
17
  - changed: (Solana) Replace fee, rent, and recentblockhash loops with cached queries where they are needed