@pioneer-platform/maya-network 8.20.9 → 8.20.11
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +15 -0
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @pioneer-platform/maya-network@8.20.
|
|
3
|
+
> @pioneer-platform/maya-network@8.20.11 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/coins/mayachain/mayachain-network
|
|
4
4
|
> tsc -p .
|
|
5
5
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @pioneer-platform/maya-network
|
|
2
2
|
|
|
3
|
+
## 8.20.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d1d2546]
|
|
8
|
+
- @pioneer-platform/pioneer-nodes@8.37.11
|
|
9
|
+
|
|
10
|
+
## 8.20.10
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- chore: chore: fix: Redis gzip binary corruption in tx history + SDK transaction loading from vault cache
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @pioneer-platform/pioneer-nodes@8.37.10
|
|
17
|
+
|
|
3
18
|
## 8.20.9
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/lib/index.js
CHANGED
|
@@ -620,7 +620,7 @@ var broadcast_transaction = function (tx) {
|
|
|
620
620
|
case 6:
|
|
621
621
|
_g.trys.push([6, 8, , 9]);
|
|
622
622
|
log.info(tag, "Trying direct Maya node: ".concat(nodeUrl));
|
|
623
|
-
txBytes =
|
|
623
|
+
txBytes = tx;
|
|
624
624
|
return [4 /*yield*/, axiosInstance({
|
|
625
625
|
url: "".concat(nodeUrl, "/cosmos/tx/v1beta1/txs"),
|
|
626
626
|
method: 'POST',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pioneer-platform/maya-network",
|
|
3
|
-
"version": "8.20.
|
|
3
|
+
"version": "8.20.11",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"types": "./lib/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"ts-node": "^8.10.2",
|
|
21
21
|
"typescript": "^5.0.4",
|
|
22
22
|
"@pioneer-platform/loggerdog": "8.11.0",
|
|
23
|
-
"@pioneer-platform/pioneer-nodes": "8.37.
|
|
23
|
+
"@pioneer-platform/pioneer-nodes": "8.37.11"
|
|
24
24
|
},
|
|
25
25
|
"gitHead": "a76012f6693a12181c4744e53e977a9eaeef0ed3",
|
|
26
26
|
"devDependencies": {
|