@constellation-network/node-pilot 0.18.3-testnet → 0.18.4-intnet

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/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @constellation-network/node-pilot
21
21
  $ cpilot COMMAND
22
22
  running command...
23
23
  $ cpilot (--version|-v)
24
- @constellation-network/node-pilot/0.18.3-testnet darwin-arm64 node-v22.15.0
24
+ @constellation-network/node-pilot/0.18.4-intnet darwin-arm64 node-v22.15.0
25
25
  $ cpilot --help [COMMAND]
26
26
  USAGE
27
27
  $ cpilot COMMAND
@@ -72,7 +72,7 @@ EXAMPLES
72
72
  $ cpilot clean
73
73
  ```
74
74
 
75
- _See code: [src/commands/clean.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.3-testnet/src/commands/clean.ts)_
75
+ _See code: [src/commands/clean.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.4-intnet/src/commands/clean.ts)_
76
76
 
77
77
  ## `cpilot config`
78
78
 
@@ -89,7 +89,7 @@ EXAMPLES
89
89
  $ cpilot config
90
90
  ```
91
91
 
92
- _See code: [src/commands/config.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.3-testnet/src/commands/config.ts)_
92
+ _See code: [src/commands/config.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.4-intnet/src/commands/config.ts)_
93
93
 
94
94
  ## `cpilot config get [NAME]`
95
95
 
@@ -113,7 +113,7 @@ EXAMPLES
113
113
  $ cpilot config get gl0:CL_PUBLIC_HTTP_PORT
114
114
  ```
115
115
 
116
- _See code: [src/commands/config/get.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.3-testnet/src/commands/config/get.ts)_
116
+ _See code: [src/commands/config/get.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.4-intnet/src/commands/config/get.ts)_
117
117
 
118
118
  ## `cpilot config set NAME VALUE`
119
119
 
@@ -136,7 +136,7 @@ EXAMPLES
136
136
  $ cpilot config set gl0:CL_PUBLIC_HTTP_PORT 9000
137
137
  ```
138
138
 
139
- _See code: [src/commands/config/set.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.3-testnet/src/commands/config/set.ts)_
139
+ _See code: [src/commands/config/set.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.4-intnet/src/commands/config/set.ts)_
140
140
 
141
141
  ## `cpilot help [COMMAND]`
142
142
 
@@ -173,7 +173,7 @@ EXAMPLES
173
173
  $ cpilot info
174
174
  ```
175
175
 
176
- _See code: [src/commands/info.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.3-testnet/src/commands/info.ts)_
176
+ _See code: [src/commands/info.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.4-intnet/src/commands/info.ts)_
177
177
 
178
178
  ## `cpilot logs LAYER`
179
179
 
@@ -199,7 +199,7 @@ EXAMPLES
199
199
  $ cpilot logs
200
200
  ```
201
201
 
202
- _See code: [src/commands/logs.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.3-testnet/src/commands/logs.ts)_
202
+ _See code: [src/commands/logs.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.4-intnet/src/commands/logs.ts)_
203
203
 
204
204
  ## `cpilot restart [LAYER]`
205
205
 
@@ -223,7 +223,7 @@ EXAMPLES
223
223
  $ cpilot restart
224
224
  ```
225
225
 
226
- _See code: [src/commands/restart.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.3-testnet/src/commands/restart.ts)_
226
+ _See code: [src/commands/restart.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.4-intnet/src/commands/restart.ts)_
227
227
 
228
228
  ## `cpilot shutdown`
229
229
 
@@ -240,7 +240,7 @@ EXAMPLES
240
240
  $ cpilot shutdown
241
241
  ```
242
242
 
243
- _See code: [src/commands/shutdown.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.3-testnet/src/commands/shutdown.ts)_
243
+ _See code: [src/commands/shutdown.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.4-intnet/src/commands/shutdown.ts)_
244
244
 
245
245
  ## `cpilot status`
246
246
 
@@ -254,7 +254,7 @@ DESCRIPTION
254
254
  Display node status and configuration settings
255
255
  ```
256
256
 
257
- _See code: [src/commands/status.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.3-testnet/src/commands/status.ts)_
257
+ _See code: [src/commands/status.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.4-intnet/src/commands/status.ts)_
258
258
 
259
259
  ## `cpilot uninstall`
260
260
 
@@ -271,5 +271,5 @@ EXAMPLES
271
271
  $ cpilot uninstall
272
272
  ```
273
273
 
274
- _See code: [src/commands/uninstall.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.3-testnet/src/commands/uninstall.ts)_
274
+ _See code: [src/commands/uninstall.ts](https://github.com/Constellation-Labs/node-pilot/blob/v0.18.4-intnet/src/commands/uninstall.ts)_
275
275
  <!-- commandsstop -->
@@ -63,13 +63,13 @@ export const clusterService = {
63
63
  return this.getClusterNodeInfo().then(i => i.version);
64
64
  },
65
65
  async getSourceNodeInfo(layer) {
66
- return this.makeSourceNodeRequest('node/info', layer);
66
+ return this.makeRandomSourceNodeRequest('node/info', layer);
67
67
  },
68
68
  async getSourceNodeLatestOrdinal(layer) {
69
- return this.makeSourceNodeRequest('global-snapshots/latest', layer).then(i => i.value.ordinal);
69
+ return this.makeRandomSourceNodeRequest('global-snapshots/latest', layer).then(i => i.value.ordinal);
70
70
  },
71
71
  async getSourceNodeOrdinalHash(layer, ordinal) {
72
- return this.makeSourceNodeRequest(`global-snapshots/${ordinal}/hash`, layer);
72
+ return this.makeRandomSourceNodeRequest(`global-snapshots/${ordinal}/hash`, layer);
73
73
  },
74
74
  async makeClusterRequestGet(path, layer, params = '') {
75
75
  layer = layer || this.getLayer0();
@@ -8,7 +8,6 @@ export const migrationService = {
8
8
  '0.12.5': m0125,
9
9
  '0.13.9': m0139,
10
10
  '0.14.0-intnet.1': m0140intnet1,
11
- '0.18.3-intnet': m01803testnet,
12
11
  '0.18.3-testnet': m01803testnet
13
12
  // add more migrations as needed
14
13
  };
@@ -392,5 +392,5 @@
392
392
  ]
393
393
  }
394
394
  },
395
- "version": "0.18.3-testnet"
395
+ "version": "0.18.4-intnet"
396
396
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@constellation-network/node-pilot",
3
3
  "description": "An easy deployment and monitoring tool for Constellation nodes.",
4
- "version": "0.18.3-testnet",
4
+ "version": "0.18.4-intnet",
5
5
  "author": "Frank Fox",
6
6
  "bin": {
7
7
  "cpilot": "bin/run.js"
@@ -21,7 +21,7 @@
21
21
  "version": "oclif readme && git add README.md",
22
22
  "start": "./bin/dev.js",
23
23
  "debug": "DEBUG=true ./bin/dev.js",
24
- "pub": "npm publish --access public --tag testnet"
24
+ "pub": "npm publish --access public --tag intnet"
25
25
  },
26
26
  "types": "dist/index.d.ts",
27
27
  "engines": {