@pioneer-platform/markets 8.15.41 → 8.17.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @pioneer-platform/markets
2
2
 
3
+ ## 8.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: feat(pioneer): implement end-to-end Solana transaction signing
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @pioneer-platform/pro-token@0.10.0
13
+ - @pioneer-platform/pioneer-coins@9.13.0
14
+ - @pioneer-platform/pioneer-discovery@8.17.0
15
+ - @pioneer-platform/pioneer-types@8.13.0
16
+
17
+ ## 8.15.44
18
+
19
+ ### Patch Changes
20
+
21
+ - chore: chore: CRITICAL FIX: Bitcoin zpub balances returning $0 for confirmed UTXOs
22
+ - Updated dependencies
23
+ - @pioneer-platform/pro-token@0.9.17
24
+ - @pioneer-platform/pioneer-coins@9.11.21
25
+ - @pioneer-platform/pioneer-discovery@8.15.44
26
+
27
+ ## 8.15.43
28
+
29
+ ### Patch Changes
30
+
31
+ - chore: CRITICAL FIX: Bitcoin zpub balances returning $0 for confirmed UTXOs
32
+ - Updated dependencies
33
+ - @pioneer-platform/pro-token@0.9.16
34
+ - @pioneer-platform/pioneer-coins@9.11.20
35
+ - @pioneer-platform/pioneer-discovery@8.15.43
36
+
3
37
  ## 8.15.41
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@pioneer-platform/markets",
3
- "version": "8.15.41",
3
+ "version": "8.17.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
7
7
  "@pioneer-platform/default-mongo-v2": "^1.7.1",
8
8
  "@pioneer-platform/default-redis": "^8.11.7",
9
9
  "@pioneer-platform/loggerdog": "^8.11.0",
10
- "@pioneer-platform/pioneer-coins": "^9.11.18",
11
- "@pioneer-platform/pioneer-discovery": "^8.15.41",
12
- "@pioneer-platform/pioneer-types": "^8.11.16",
13
- "@pioneer-platform/pro-token": "^0.9.15",
10
+ "@pioneer-platform/pioneer-coins": "^9.13.0",
11
+ "@pioneer-platform/pioneer-discovery": "^8.17.0",
12
+ "@pioneer-platform/pioneer-types": "^8.13.0",
13
+ "@pioneer-platform/pro-token": "^0.10.0",
14
14
  "@shapeshiftoss/caip": "^9.0.0-alpha.0",
15
15
  "axios": "^1.6.0",
16
16
  "axios-retry": "^3.2.0",