File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# The KYVE Network
22
3- ###### v1.3.0
3+ ###### v1.3.1
44
55The KYVE consensus layer is the backbone of the KYVE ecosystem. This layer is a
66sovereign Delegated Proof of Stake network built using the
Original file line number Diff line number Diff line change 1414
1515An '!' indicates a state machine breaking change.
1616
17+ ## [ v1.3.1] ( https://github.com/KYVENetwork/chain/releases/tag/v1.3.1 ) - 2023-08-02
18+
19+ ### Bug Fixes
20+
21+ - [ #122 ] ( https://github.com/KYVENetwork/chain/pull/122 ) Fix makefile go version parse cmd.
22+
1723## [ v1.3.0] ( https://github.com/KYVENetwork/chain/releases/tag/v1.3.0 ) - 2023-07-15
1824
1925### Features
@@ -40,7 +46,6 @@ An '!' indicates a state machine breaking change.
4046### API Breaking
4147
4248- (` x/query ` ) [ #87 ] ( https://github.com/KYVENetwork/chain/pull/87 ) Correctly return pools that an account has funded.
43- <!-- TODO: Switch this link to the release tag. -->
4449- (` x/stakers ` ) [ #46 ] ( https://github.com/KYVENetwork/chain/pull/46 ) Emit an [ event] ( https://github.com/KYVENetwork/chain/blob/main/x/stakers/spec/05_events.md#eventclaimcommissionrewards ) when claiming protocol validator commission rewards.
4550- (` x/bundles ` ) [ #104 ] ( https://github.com/KYVENetwork/chain/pull/104 ) Improve schema for finalized bundles query.
4651
Original file line number Diff line number Diff line change 11COMMIT := $(shell git log -1 --format='% H')
22GO_VERSION := $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1,2)
3- VERSION := v1.3.0 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
3+ VERSION := v1.3.1 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
44
55TEAM_ALLOCATION := 165000000000000
66ifeq ($(ENV ) ,kaon)
You can’t perform that action at this time.
0 commit comments