@pioneer-platform/maya-network 8.13.3 → 8.13.5
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 +16 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @pioneer-platform/maya-network
|
|
2
2
|
|
|
3
|
+
## 8.13.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix(mayachain): implement consensus-based account sequence from all nodes
|
|
8
|
+
|
|
9
|
+
## 8.13.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Fix MayaChain balance endpoint returning 0
|
|
14
|
+
|
|
15
|
+
- Fixed Maya node balance fetching by adding separate call to /cosmos/bank/v1beta1/balances/
|
|
16
|
+
- Fixed CACAO balance extraction to search for coin with denom='cacao' instead of coins[0]
|
|
17
|
+
- Both Unchained API and Maya node endpoints now return correct balances
|
|
18
|
+
|
|
3
19
|
## 8.13.3
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|