From 7044cca5d879062f1205c1b997c84d082bf32af8 Mon Sep 17 00:00:00 2001 From: Toshimasa Nasu Date: Mon, 31 Jul 2023 11:23:48 +0900 Subject: [PATCH] tag v1.1.1 (#679) --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ README.md | 3 ++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bbfddceb..85228c2c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## v1.1.1 +*Jul 27, 2023* + +* Change VRF library to curve25519-voi's VRF +* Apply changes up to tendermint v0.34.24 +* Upgrade to Golang-1.20 + +### BREAKING CHANGE +- [build] [\#665](https://github.com/Finschia/ostracon/pull/665) Upgrade to Golang-1.20 +- [vrf] [\#633](https://github.com/Finschia/ostracon/pull/633) Change to use curve25519-voi's VRF +- [vrf] [\#652](https://github.com/Finschia/ostracon/pull/652) Allow ostracon to verify the old r2ishiguro vrf proofs + +### FEATURES +- nothing + +### IMPROVEMENTS +- [json-rpc] [\#672](https://github.com/Finschia/ostracon/pull/672) Add max_batch_request_num feature +- [mock] [\#604](https://github.com/Finschia/ostracon/pull/604) Improve mocks generation +- [test] [\#605](https://github.com/Finschia/ostracon/pull/605) Add a test for func nextRandom +- [dependabot] [\#606](https://github.com/Finschia/ostracon/pull/606) Update dependabot.yml: Remove npm for docs +- [dependency] [\#662](https://github.com/Finschia/ostracon/pull/662) Change pathlib version from v1.0.0 to v0.15.0 +- [backport/tendermint] [\#642](https://github.com/Finschia/ostracon/pull/642) Backport tendermint-v0.34.20 into main +- [backport/tendermint] [\#667](https://github.com/Finschia/ostracon/pull/667) Backport tendermint-v0.34.21 into main +- [backport/tendermint] [\#669](https://github.com/Finschia/ostracon/pull/669) Backport tendermint-v0.34.22 into main +- [backport/tendermint] [\#674](https://github.com/Finschia/ostracon/pull/674) Backport tendermint-v0.34.23 into main +- [backport/tendermint] [\#678](https://github.com/Finschia/ostracon/pull/678) Backport tendermint-v0.34.24 into main +- [chore] [\#651](https://github.com/Finschia/ostracon/pull/651) Update the comment in the source + +### BUG FIXES +- Nothing + ## v1.1.0 *Apr 21, 2023* diff --git a/README.md b/README.md index f2bcafbf5..fe7d55e37 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ ![example workflow](https://github.com/Finschia/ostracon/actions/workflows/coverage.yml/badge.svg) [Ostracon](docs/en/01-overview.md "Ostracon: A Fast, Secure Consensus Layer for The Blockchain of New Token Economy") -is forked from Tendermint Core [v0.34.19](https://github.com/tendermint/tendermint/tree/v0.34.19) at 2021-03-15. +is forked from Tendermint Core [v0.34.8](https://github.com/tendermint/tendermint/tree/v0.34.8) on 2021-03-15. +And we synced up with Tendermint-[v0.34.24](https://github.com/tendermint/tendermint/tree/v0.34.24) on 2023-07-24. **Node**: Requires [Go 1.20+](https://golang.org/dl/)