edge-currency-accountbased 4.25.1 → 4.25.2

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,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.25.2 (2024-09-30)
6
+
7
+ - fixed: (ALGO) Process unactivatedTokenIds routine immediately after activating a token to tighten race conditions
8
+ - fixed: (XRP) Process unactivatedTokenIds routine immediately after activating a token to tighten race conditions
9
+
5
10
  ## 4.25.1 (2024-09-27)
6
11
 
7
12
  - removed: (Piratechain) Removed `bumpSynchronizer` loop. Engine will now rely on critical errors reported from react-native-piratechain for synchronizer management.