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.2.2
3+ ###### v1.3.0
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 1313# CHANGELOG
1414
1515An '!' indicates a state machine breaking change.
16-
17- ## [ Unreleased ]
16+
17+ ## [ v1.3.0 ] ( https://github.com/KYVENetwork/chain/releases/tag/v1.3.0 ) - 2023-07-15
1818
1919### Features
2020
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 -f2)
3- VERSION := v1.2.2 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
3+ VERSION := v1.3.0 # $(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