Commit b4948c5
authored
feat(cli): rename validator address output to nodeAddress (#202)
## Summary
- Renames the validator node `address` output label to `nodeAddress`
across all output types (screen, file, kubernetes)
- Validator ConfigMap artifact name changes from `*-address` to
`*-node-address` and key from `"address"` to `"nodeAddress"`
- Faucet account output remains unchanged — still uses `address` label
and `*-address` ConfigMap name
## Test plan
- [x] `bun test` — all 19 tests in `bootstrap.output.test.ts` pass
- [x] `bun run typecheck` — no type errors
- [x] `bun run check` — lint and format clean
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Renamed the validator node "address" label to "nodeAddress" across CLI,
file, and Kubernetes outputs to avoid confusion with faucet account
addresses.
- **Migration**
- Update Kubernetes consumers:
- ConfigMap name: <base>-address -> <base>-node-address (e.g.,
besu-node-validator-0-node-address)
- ConfigMap key: address -> nodeAddress
- If parsing CLI or file outputs, read nodeAddress instead of address
for validator nodes.
<sup>Written for commit c4dd169.
Summary will update on new commits.</sup>
<!-- End of auto-generated description by cubic. -->1 parent 01dff33 commit b4948c5
File tree
2 files changed
+10
-10
lines changed- src/cli/commands/bootstrap
2 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
| 455 | + | |
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
579 | | - | |
| 579 | + | |
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
| |||
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
639 | | - | |
| 639 | + | |
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
| |||
825 | 825 | | |
826 | 826 | | |
827 | 827 | | |
828 | | - | |
| 828 | + | |
829 | 829 | | |
830 | 830 | | |
831 | 831 | | |
| |||
864 | 864 | | |
865 | 865 | | |
866 | 866 | | |
867 | | - | |
| 867 | + | |
868 | 868 | | |
869 | 869 | | |
870 | 870 | | |
| |||
905 | 905 | | |
906 | 906 | | |
907 | 907 | | |
908 | | - | |
| 908 | + | |
909 | 909 | | |
910 | 910 | | |
911 | 911 | | |
| |||
946 | 946 | | |
947 | 947 | | |
948 | 948 | | |
949 | | - | |
| 949 | + | |
950 | 950 | | |
951 | 951 | | |
952 | 952 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
0 commit comments