@pioneer-platform/unchained 8.11.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.
@@ -1,2 +1 @@
1
-
2
- $ tsc -p .
1
+ $ tsc -p .
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
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
+
3
17
  ## 8.11.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/unchained",
3
- "version": "8.11.0",
3
+ "version": "8.11.1",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@pioneer-platform/loggerdog": "^8.11.0",
16
- "@pioneer-platform/nodes": "^8.11.0",
16
+ "@pioneer-platform/nodes": "^8.11.1",
17
17
  "@pioneer-platform/pioneer-client": "^9.10.0",
18
18
  "@types/request-promise-native": "^1.0.17",
19
19
  "@types/ws": "^7.4.2",