mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
feat: update changlog for v0.16, unreleased breaking changes (#1164)
* feat: update changlog for v0.16, unreleased breaking changes * feat: update to latest mainnet version * fix: link releases
This commit is contained in:
parent
c76b5f98b7
commit
79ef1a52a4
16
CHANGELOG.md
16
CHANGELOG.md
@ -34,6 +34,22 @@ Ref: https://keepachangelog.com/en/1.0.0/
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
### State Machine Breaking
|
||||||
|
[\#1158](https://github.com/Kava-Labs/kava/pull/1158) Split existing auction `bid_duration` parameter into `forward_bid_duration` and `reverse_bid_duration`
|
||||||
|
|
||||||
|
## [v0.16.1](https://github.com/Kava-Labs/kava/releases/tag/v0.16.1)
|
||||||
|
|
||||||
|
### State Machine Breaking
|
||||||
|
|
||||||
|
[\#1152](https://github.com/Kava-Labs/kava/pull/1152) Fix MultiSpend Proposal With Async Upgrade Time
|
||||||
|
|
||||||
|
## [v0.16.0](https://github.com/Kava-Labs/kava/releases/tag/v0.16.0)
|
||||||
|
|
||||||
|
### State Machine Breaking
|
||||||
|
[\#1106](https://github.com/Kava-Labs/kava/pull/1106) Upgrades app to cosmos-sdk v0.44.x and adds IBC and ICS-20 modules.
|
||||||
|
|
||||||
## [v0.13.0]
|
## [v0.13.0]
|
||||||
|
|
||||||
* Hard Protocol - Introduces borrowing functionality to HARD protocol. See full [spec](https://github.com/Kava-Labs/kava/tree/master/x/hard/spec)
|
* Hard Protocol - Introduces borrowing functionality to HARD protocol. See full [spec](https://github.com/Kava-Labs/kava/tree/master/x/hard/spec)
|
||||||
|
@ -25,12 +25,12 @@ 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.16.0](https://github.com/Kava-Labs/kava/releases/tag/v0.16.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.16.1](https://github.com/Kava-Labs/kava/releases/tag/v0.16.1). The master branch of this repository often contains considerable development work since the last mainnet release and is __not__ runnable on mainnet.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git checkout v0.16.0
|
git checkout v0.16.1
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user