Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Releases: bnb-chain/bnc-tendermint

v0.32.3-bc.10

Choose a tag to compare

@forcodedancing forcodedancing released this 25 Apr 04:00
ecbba2e

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

Choose a tag to compare

@unclezoro unclezoro released this 28 Jan 07:47
bb0e201

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

Choose a tag to compare

@unclezoro unclezoro released this 07 Jan 03:18
65a0e77

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

Choose a tag to compare

@forcodedancing forcodedancing released this 28 Apr 06:12
98f2190

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

Choose a tag to compare

@forcodedancing forcodedancing released this 03 Dec 04:38
75949c2

Changelog

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

v0.32.3-binance.5

Choose a tag to compare

@EnderCrypto EnderCrypto released this 18 Jan 03:27
ad097a6
  • [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

Choose a tag to compare

@unclezoro unclezoro released this 08 Jan 09:53
298320b

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

v0.32.3-binance.3 Pre-release
Pre-release

Choose a tag to compare

@unclezoro unclezoro released this 27 Jul 02:36
40a8c51

Changelog

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

v0.32.3-binance.2

Choose a tag to compare

@unclezoro unclezoro released this 20 Jul 08:44
e8c83b9

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

Pre-release

Choose a tag to compare

@unclezoro unclezoro released this 15 May 03:30
39f228d
Merge pull request #138 from binance-chain/side_slash

expose RecoverPubkey from internal secp256k1