Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Latest commit

 

History

History
232 lines (138 loc) · 4.31 KB

Changelog.md

File metadata and controls

232 lines (138 loc) · 4.31 KB

Changelog

0.9.0

Mar. 31th 2022

New release for BNB Beacon Chain Prodnet

IMPROVEMENTS

  • #835 [Staking] Implement BEP128

0.9.0

Mar. 10th 2022

New release for BNB Beacon Chain Testnet

IMPROVEMENTS

  • #835 [Staking] Implement BEP128

0.8.3

Jan. 13th 2022

New release for Binance Chain Mainnet

Fix bugs and security patches for several issues

0.8.2

Jan. 26th 2021

New release for Binance Chain Mainnet

Bugfix

  • Fix issue with handling errors of mirror and sync

0.8.1

Jan. 19th

New release for Binance Chain testnet

New Features

  • BEP82 Implementation
  • BEP84 Implementation
  • BEP87 Implementation
  • Cross-chain Transfer Improvements

0.8.0-hf.2

Jan. 11th 2021

Resolve the issue that memory usage is too high when Hotsync is enabled

0.7.2-bsc.beta.5

Sep. 7th

Fix bugs with breath block interval

0.8.0

Aug. 23th

New Features

  • Enable BNB staking
  • Enable Cross-chain transfer between BC and BSC
  • Add BSC on-chain governance

0.7.2-bsc.beta.4

Aug. 21th

Fix bugs with reward distribution

0.7.2-bsc.beta.3

July. 31rd

Add minor changes

0.7.2-bsc.beta.2-hf.1

July. 27rd

Bug Fix

  • Fix node crash when node failed to load block from db after state sync.
  • Fix latest_block_height of status api do not update after switch to hot-sync.

0.7.2-bsc.beta.2

July. 23rd

New Features

  • Staking features for Binance Smart Chain

0.7.1

Bug Fix

  • Fix bugs with delist

0.7.0

June. 3rd

New Features

  • BEP8 - Mini-BEP2 token features
  • BEP70 - Support busd pair listing and trading

Improvements

  • BEP67 Price-based Order Expiration
  • Add pendingMatch flag to orderbook query response

0.6.3-hf.2

June. 1st

Bug Fix

  • Fix bugs with replaying blocks

0.6.3-hf.1

Nov. 21th

Bug Fix

  • Fix bugs with multisend

0.6.3

Nov. 11th

New Features

  • Expose kafka version in publisher setting

Improvements

  • Lot Size enhencement
  • Change constrains of listing transaction
  • Massive performance improvements, especially for storage.
  • Improve the handle of zero balance accounts

Tendermint Changes Due to changes of underling Tendermint library, ResponseCheckTx, ResponseDeliverTx, ResponseBeginBlock, and ResponseEndBlock now include Events instead of Tags. Each Event contains a type and a list of attributes (list of key-value pairs) allowing for inclusion of multiple distinct events in each response.

0.6.2

Sep 12th

** New Features**

  • BEP3, atomic swap
  • Add memo to transfer kafka message
  • Improve the handle of Kafka server connection error
  • API Server Improvements: Add support for querying time-lock information.

Tendermint Changes

  • Introduce Hot-Sync
  • Support Index service recovery and add indexHeight in Status api
  • Performance improvements

0.6.1-hotfix

Sep 3rd Bug Fix

  • #109fix can't bring bnbchaind back when there is an order whose symbol is lower case

0.6.1

Jul 22th New Features

  • Introduce Customized Scripts and Transfer Memo Validation
  • Add --dry flag in bnbcli to get encoded signed transaction in hex

Bug Fixes

  • Add chain-id check for sign command

Tendermint Changes

  • More configuration in config file
  • More P2P metrics

0.6.0

June 26th

New Features

  • Delist Trading Pairs on Binance DEX
  • Time Locking of Token Assets on Binance Chain
  • Registered Types for Transaction Source
  • State Sync Enhancement
  • Match Engine Revise

Bug Fixes

  • Apply more validity check on the fee-change proposals

Tendermint Changes

Binance chain bumped its Tendermint dependency from v0.30.1 to v0.31.5.

  • Other improvements:
    • The stability of P2P layer is improved. Now, it handles high pressure better when state-sync; handle DNS lockup failure;dataseed nodes dials more efficiently
    • RPC response time is decreased
    • issues in go-crypto are fixed

0.5.10

June 13th

Imoprovements

  • Fix issues with AppHash conflicts when running state-sync

0.5.9

May 28th

Imoprovements

  • Support asynchronously handling websocket requests
  • Fix minor issues to improve stablity

0.5.8

April 18th

This is the first public release of Binance Chain Full node for testnet