Skip to content

Releases: bnb-chain/bnc-tendermint

v0.32.3-bc.10

25 Apr 04:00
ecbba2e
Compare
Choose a tag to compare

This a maintenance release which fixes a minor security issues.

ChangeLog

  • [bug-fix] #183 update deps that were reported in OSV issues

v0.32.3-bc.9

28 Jan 07:47
bb0e201
Compare
Choose a tag to compare

This a maintenance release that fixes two minor security issues.

ChangeLog

  • [bug-fix] #179 update deps that were reported in OSV issues
  • [bug-fix] #180 remove unused mintnet-kubernetes from tools due to it is outdated

v0.32.3-bc.8

07 Jan 03:18
65a0e77
Compare
Choose a tag to compare

This a maintenance release.

ChangeLog

  • [Licence] #171 change opensource license to Mozilla Public License Version 2.0
  • [bug-fix] #174 add timeout for catch up condition check with no peers
  • [dep] #175 bump protobuf library to v1.3.2 and websocket library to v1.4.1

v0.32.3-binance.7

28 Apr 06:12
98f2190
Compare
Choose a tag to compare

Changelog

  • [bug-fix] #167 change file permission and add error handling
  • [go] #168 upgrade go version to 1.17 and replace ioutil with io/os

v0.32.3-binance.6

03 Dec 04:38
75949c2
Compare
Choose a tag to compare

Changelog

  • [go] #163 update go version to 1.16
  • [crypto] #164 fix infinite recursion in Secp256k1 String() method

v0.32.3-binance.5

18 Jan 03:27
ad097a6
Compare
Choose a tag to compare
  • [api] #150 relax tx querying
  • [p2p] #151 return masked IP (not the actual IP) in addrbook#groupKey
  • [consensus] #152 validate incoming messages
  • [consensus] #153 Fix consensus failure when remote signer drops
  • [bug-fix] #155 Bugfix post v0.32

v0.32.3-binance.4

08 Jan 09:53
298320b
Compare
Choose a tag to compare

Changelog

  • [sync] #157 fix goroutine/memory leak under hotsync when receive consensus message
  • [api] #148 fix validators api does now show correct height issue

v0.32.3-binance.3

27 Jul 02:36
40a8c51
Compare
Choose a tag to compare
v0.32.3-binance.3 Pre-release
Pre-release

Changelog

  • [sync] #147 fix not panic when do not have block under state sync

v0.32.3-binance.2

20 Jul 08:44
e8c83b9
Compare
Choose a tag to compare

Changelog

BUG FIXES:

  • [status] #140 fix hot sync not a catched up status
  • [consensus] #140 fix bug in load last validator set
  • [index] #140 fix index height can not set after state sync

Release_bsc_prealpha_1.0

15 May 03:30
39f228d
Compare
Choose a tag to compare
Pre-release
Merge pull request #138 from binance-chain/side_slash

expose RecoverPubkey from internal secp256k1