Skip to content

Releases: Finschia/ostracon

0.34.4 (WARNING: BETA SOFTWARE)

25 Feb 03:59
6bac9d9
Compare
Choose a tag to compare

0.34.3 (WARNING: BETA SOFTWARE)

25 Feb 03:57
6b2ab0f
Compare
Choose a tag to compare

0.34.2 (WARNING: BETA SOFTWARE)

0.34.1 (WARNING: BETA SOFTWARE)

25 Feb 03:58
2924d41
Compare
Choose a tag to compare

0.34.0 (WARNING: BETA SOFTWARE)

v0.3

05 Aug 05:26
b571372
Compare
Choose a tag to compare

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
  • P2P Protocol

    • [abci] #100 Add voters_hash field, which is needed for verification of a block header
    • [abci] #102 Add voting power in VoterInfo of abci

FEATURES:

  • [BLS] #81 Modify to generate at the same time as Ed25519 key generation
  • [lite] #100 Lite calls Genesis() rpc when it starts up

v0.2

23 Jun 03:03
e007be0
Compare
Choose a tag to compare

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 called voter
  • Base Tendermint version is v0.33.4. please see the CHANGELOGS of the Tendermint.

BREAKING CHANGES:

  • State

    • [state] #92 Add VoterParams to Genesis state
  • Go API

    • [types] #83 Add StakingPower to Validator
    • [consensus] #83 Change calculation of VotingPower

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