Releases: Finschia/ostracon
Releases · Finschia/ostracon
0.34.4 (WARNING: BETA SOFTWARE)
0.34.3 (WARNING: BETA SOFTWARE)
0.34.2 (WARNING: BETA SOFTWARE)
0.34.1 (WARNING: BETA SOFTWARE)
0.34.0 (WARNING: BETA SOFTWARE)
v0.3
Release v0.3 of LINE Tendermint based on 0.33.5 Tendermint
(Display version is v0.33.5-0.3)
v0.3
- The voter to be elected has been changed so that it can be determined in the n-1 block
from the one determined by the n-2 block. - A BLS signature library was added. The ability to use the BLS signature library will be added in the next version.
- When distributing rewards in Cosmos-SDK, some ABCIs have been modified to distribute the voting power of elected voters.
- Base Tendermint version is v0.33.5. please see the CHANGELOGS of the Tendermint.
BREAKING CHANGES:
-
State
- [state] #100 Remove
NextVoters
from state
- [state] #100 Remove
-
P2P Protocol
FEATURES:
v0.2
Release v0.2 of LINE Tendermint based on 0.33.4 Tendermint
(Display version is v0.33.4-0.2)
v0.2
- Changed from the consensus way which the entire validator agrees to a part of the validators is elected as a voter to consensus.
The selected validator is calledvoter
- Base Tendermint version is v0.33.4. please see the CHANGELOGS of the Tendermint.
BREAKING CHANGES:
-
State
- [state] #92 Add
VoterParams
to Genesis state
- [state] #92 Add
-
Go API
FEATURES:
- [rpc] #78 Add
Voters
rpc - [consensus] #83 Selection voters using random sampling without replacement
- [consensus] #92 Apply calculation of voter count
BUG FIXES:
- [circleCI] #76 Fix contract test job of circleCI