modified httpd-client/index.ts
@@ -76,6 +76,7 @@ export type Node = z.infer<typeof nodeSchema>;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -91,6 +92,8 @@ const nodeSchema = object({
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -114,7 +117,7 @@ const nodeInfoSchema = object({
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified httpd-client/tests/support/httpd.ts
@@ -11,7 +11,6 @@ export async function authenticate(
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/views/nodes/router.ts
@@ -94,8 +94,7 @@ export async function loadNodeRoute(
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -104,9 +103,9 @@ export async function loadNodeRoute(
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/support/fixtures.ts
@@ -152,7 +152,6 @@ export const test = base.extend<{
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified tests/support/heartwood-version
@@ -1 +1 @@
| - | |
|
|
| + | |
|
modified tests/support/peerManager.ts
@@ -136,6 +136,7 @@ export const NodeConfigSchema = object({
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -307,6 +308,7 @@ export class RadiclePeer {
|
|
|
|
|
|
| + | |
|
|
|
|
|