Skip to content

Commit

Permalink
tag v1.0.9 (#585)
Browse files Browse the repository at this point in the history
* tag v1.0.9

* Update CHANGELOG.md

Co-authored-by: Toshimasa Nasu <[email protected]>

* Update CHANGELOG.md

---------

Co-authored-by: Toshimasa Nasu <[email protected]>
  • Loading branch information
ulbqb and tnasu authored Mar 17, 2023
1 parent 53aa87c commit 72febe1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## v1.0.9
*Mar 16, 2023*

* Make a breaking change to the consensus logic for tendermint compatibity
* Define the specification of Ostracon

### BREAKING CHANGE
- [consensus] [\#541](https:/line/ostracon/pull/541) Remove BLS functionality from the mainstream
- [consensus] [\#543](https:/line/ostracon/pull/543) Remove the voter election process
- [consensus] [\#559](https:/line/ostracon/pull/559) Move VRF proof from Header to Entropy for compatibity
- [types] [\#546](https:/line/ostracon/pull/546) feat!: replace a some same proto message to Tendermint

### FEATURES
- [spec] [\#565](https:/line/ostracon/pull/565) Add Ostracon specification skeleton

### IMPROVEMENTS
- [types] [\#563](https:/line/ostracon/pull/563) remove multiple sampling and integrate with Proposer election
- [types] [\#565](https:/line/ostracon/pull/565) Add entropy correctness test
- [types] [\#575](https:/line/ostracon/pull/575) Fix TODOs in [\#546](https:/line/ostracon/pull/546)
- [docs] [\#560](https:/line/ostracon/pull/560) Merge document corrections in LBM
- [github] [\#578](https:/line/ostracon/pull/578) feat: Add codeowner
- [node] [\#576](https:/line/ostracon/pull/576) feat: big genesis file

### BUG FIXES
- Nothing

## v1.0.8
*Dec 27, 2022*

Expand Down

0 comments on commit 72febe1

Please sign in to comment.