Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v1.3.4

Released 2022-09-27.

The on-chain Solido program remains functionally unchanged since v1.0.0. The
Anker program remains unchanged since v1.3.0.

Changes:

* Update Solana SDK to 1.9.28.
* Make the maintainer request additional compute units when withdrawing from
inactive stake accounts to the reserve.

Bugfixes:

* Correctly account for deactivating stake in Prometheus metrics.
* Improve validator name sanitization in Prometheus metrics.

## v1.3.3

Released 2022-07-08.
Expand All @@ -9,7 +27,7 @@ Anker program remains unchanged since v1.3.0.

Changes:

* Do not try to call `Anker::SendRewards` from the maintenance daemon.
* Do not try to call `Anker::SendRewards` from the maintenance daemon.

## v1.3.2

Expand All @@ -20,7 +38,7 @@ Anker program remains unchanged since v1.3.0.

New features:

* Expose Anker TVL metrics in the maintainer Prometheus metrics.
* Expose Anker TVL metrics in the maintainer Prometheus metrics.

Bugfixes:

Expand Down
10 changes: 5 additions & 5 deletions 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 anker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Chorus One <techops@chorus.one>"]
license = "GPL-3.0"
edition = "2018"
name = "anker"
version = "1.3.3"
version = "1.3.4"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion cli/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Solido common client implementation"
license = "GPL-3.0"
edition = "2018"
name = "solido-cli-common"
version = "1.3.3"
version = "1.3.4"

[dependencies]
anchor-lang = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/listener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Solido utility for indexing price data"
license = "GPL-3.0"
edition = "2018"
name = "listener"
version = "1.3.3"
version = "1.3.4"

[dependencies]
rusqlite = "0.26.3"
Expand Down
8 changes: 4 additions & 4 deletions cli/listener/fuzz/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 cli/maintainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Solido Command-line Utility"
license = "GPL-3.0"
edition = "2018"
name = "solido-cli"
version = "1.3.3"
version = "1.3.4"

[dependencies]
anchor-lang = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Chorus One <techops@chorus.one>"]
license = "GPL-3.0"
edition = "2018"
name = "lido"
version = "1.3.3"
version = "1.3.4"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down