Releases: broxus/nodekeeper
Releases · broxus/nodekeeper
v0.2.7
Added
- Added
nodekeeper validator balance
subcommand which outputs a structured info about
validator wallet(s) and address(es). - Added
nodekeeper validator withdraw <dest> <amount>
subcommand which allows to easily
withdraw tokens from the validator wallet.
Changed
- Validator manager subcommand moved from
nodekeeper validator
tonodekeeper validator run
.
Fixed
- Fixed hidden cursor state after
ctrl+C
interruption in prompts.
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.5
v0.1.4
Added
- Extended exported metrics.
-
Added
sync_status
label to thenode_ready
metric. -
validation_enabled
:0
/1
. -
if validation is enabled
validator_type
:0
- single /1
- depool. -
if validation is enabled and
validator_type=0
validator_single_stake_per_round
: stake in nano EVERs.Labels:
validator
- validator wallet address. -
if validation is enabled and
validator_type=1
validator_depool_type
:0
- default_v3,1
- stever_v1,2
- stever_v2.Labels:
validator
- validator wallet address,depool
- depool address.
-
Changed
- Refactored project structure.