@pioneer-platform/unchained 8.10.0 → 8.11.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/.turbo/turbo-build.log +1 -2
- package/CHANGELOG.md +27 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
[0m[2m[35m$[0m [2m[1mtsc -p .[0m
|
|
1
|
+
$ tsc -p .
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @pioneer-platform/unchained
|
|
2
2
|
|
|
3
|
+
## 8.11.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3f2da9a: Add ShapeShift MayaChain Unchained API integration with dual broadcast support
|
|
8
|
+
|
|
9
|
+
- Added MayaChain Unchained endpoints to pioneer-nodes seed configuration
|
|
10
|
+
- Implemented dual broadcast in maya-network (MayaNode + ShapeShift Unchained + NowNodes fallbacks)
|
|
11
|
+
- Added endpoint-specific payload formatting (Cosmos vs Unchained API formats)
|
|
12
|
+
- Updated unchained integration tests for MayaChain broadcast validation
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [3f2da9a]
|
|
15
|
+
- @pioneer-platform/nodes@8.11.1
|
|
16
|
+
|
|
17
|
+
## 8.11.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- Automated minor version bump for all packages
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @pioneer-platform/loggerdog@8.11.0
|
|
27
|
+
- @pioneer-platform/nodes@8.11.0
|
|
28
|
+
- @pioneer-platform/pioneer-client@9.10.0
|
|
29
|
+
|
|
3
30
|
## 8.10.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pioneer-platform/unchained",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.11.1",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"types": "./lib/main.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"refresh": "rm -rf ./node_modules ./package-lock.json && pnpm install"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@pioneer-platform/loggerdog": "^8.
|
|
16
|
-
"@pioneer-platform/nodes": "^8.
|
|
17
|
-
"@pioneer-platform/pioneer-client": "^9.
|
|
15
|
+
"@pioneer-platform/loggerdog": "^8.11.0",
|
|
16
|
+
"@pioneer-platform/nodes": "^8.11.1",
|
|
17
|
+
"@pioneer-platform/pioneer-client": "^9.10.0",
|
|
18
18
|
"@types/request-promise-native": "^1.0.17",
|
|
19
19
|
"@types/ws": "^7.4.2",
|
|
20
20
|
"axios": "^1.6.0",
|