Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tag v1.0.9 #585

Merged
merged 3 commits into from
Mar 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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://github.com/line/ostracon/pull/541) Remove BLS functionality from the mainstream
- [consensus] [\#543](https://github.com/line/ostracon/pull/543) Remove the voter election process
- [consensus] [\#559](https://github.com/line/ostracon/pull/559) Move VRF proof from Header to Entropy for compatibity
- [types] [\#546](https://github.com/line/ostracon/pull/546) feat!: replace a some same proto message to Tendermint

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

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

### BUG FIXES
- Nothing

ulbqb marked this conversation as resolved.
Show resolved Hide resolved
## v1.0.8
*Dec 27, 2022*

Expand Down