mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 00:05:18 +00:00
docs: update changelog & latest release to v0.24.1 (#1759)
This commit is contained in:
parent
48ee996f61
commit
e4a2307a2a
11
CHANGELOG.md
11
CHANGELOG.md
@ -38,12 +38,9 @@ Ref: https://keepachangelog.com/en/1.0.0/
|
|||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- (metrics) [#1668] Adds non-state breaking x/metrics module for custom telemetry
|
|
||||||
- (metrics) [#1669] Add performance timing metrics to all Begin/EndBlockers
|
|
||||||
- (community) [#1704] Add module params
|
- (community) [#1704] Add module params
|
||||||
- (community) [#1706] Add disable inflation upgrade
|
- (community) [#1706] Add disable inflation upgrade
|
||||||
- (community) [#1745] Enable params update via governance with `MsgUpdateParams`
|
- (community) [#1745] Enable params update via governance with `MsgUpdateParams`
|
||||||
- (community) [#1751] Add `AnnualizedRewards` query endpoint
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
@ -58,6 +55,14 @@ Ref: https://keepachangelog.com/en/1.0.0/
|
|||||||
- (community) [#1752] Set `x/distribution` CommunityTax to zero on inflation disable upgrade
|
- (community) [#1752] Set `x/distribution` CommunityTax to zero on inflation disable upgrade
|
||||||
- (community) [#1755] Keep funds in `x/community` in `CommunityPoolLendWithdrawProposal` handler
|
- (community) [#1755] Keep funds in `x/community` in `CommunityPoolLendWithdrawProposal` handler
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.24.1](https://github.com/Kava-Labs/kava/releases/tag/v0.24.1)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- (metrics) [#1668] Adds non-state breaking x/metrics module for custom telemetry.
|
||||||
|
- (metrics) [#1669] Add performance timing metrics to all Begin/EndBlockers
|
||||||
|
- (community) [#1751] Add `AnnualizedRewards` query endpoint
|
||||||
|
|
||||||
## [v0.24.0]
|
## [v0.24.0]
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -24,13 +24,13 @@ Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using
|
|||||||
|
|
||||||
## Mainnet
|
## Mainnet
|
||||||
|
|
||||||
The current recommended version of the software for mainnet is [v0.24.0](https://github.com/Kava-Labs/kava/releases/tag/v0.24.0). The master branch of this repository often contains considerable development work since the last mainnet release and is __not__ runnable on mainnet.
|
The current recommended version of the software for mainnet is [v0.24.1](https://github.com/Kava-Labs/kava/releases/tag/v0.24.1). The master branch of this repository often contains considerable development work since the last mainnet release and is __not__ runnable on mainnet.
|
||||||
|
|
||||||
### Installation and Setup
|
### Installation and Setup
|
||||||
For detailed instructions see [the Kava docs](https://docs.kava.io/docs/participate/validator-node).
|
For detailed instructions see [the Kava docs](https://docs.kava.io/docs/participate/validator-node).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git checkout v0.24.0
|
git checkout v0.24.1
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user