Skip to content

Commit

Permalink
Bump version. Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Feb 15, 2023
1 parent d5d868e commit b399e27
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# 0.1.4 (2023-02-15)

### Added

- Extended exported metrics.
* Added `sync_status` label to the `node_ready` metric.
* `validation_enabled`: `0`/`1`.
* <sub>if validation is enabled</sub>

`validator_type`: `0` - single / `1` - depool.
* <sub>if validation is enabled and `validator_type=0`</sub>

`validator_single_stake_per_round`: stake in nano EVERs.

Labels: `validator` - validator wallet address.
* <sub>if validation is enabled and `validator_type=1`</sub>

`validator_depool_type`: `0` - default_v3, `1` - stever_v1, `2` - stever_v2.

Labels: `validator` - validator wallet address, `depool` - depool address.

### Changed

- Refactored project structure.

# 0.1.3 (2023-02-06)

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "stever"
description = "All-in-one node management tool with stEVER depool support."
version = "0.1.3"
version = "0.1.4"
authors = ["Ivan Kalinin <i.kalinin@dexpa.io>"]
repository = "https://github.com/broxus/stever-node-tools"
edition = "2021"
Expand Down

0 comments on commit b399e27

Please # to comment.