Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

74 lines (48 loc) · 3.17 KB

Changelog

v1.0.11

Improvements

  • #1 Implemented BTC/CORE dual staking
  • #2 Implemented lstBTC
  • #3 Merged versions up to v1.3.9 from Binance smart chain (originally planned as v1.0.10)

v1.0.9

Improvements

  • #1 Add query limit to defend DDOS attack.
  • #2 Moving the response sending there allows tracking all peer goroutines
  • #3 implement ENR node in p2p/discover
  • [#4] Enlarge the default block gas limit from 40m to 50m.

v1.0.8

Same changes with 1.0.7, but this version is for mainnet.

v1.0.7

Improvements

  • #1 Enables self custody BTC staking on Core blockchain.

v1.0.6

Same changes with 1.0.5, but this version is for mainnet.

v1.0.5

Improvements

  • #1 support to verify normal bitcoin transaction base on the system contracts named BtcLightClient

v1.0.4

Same changes with 1.0.3, but this version is for mainnet.

v1.0.3

Improvements

  • #1 Improve staking experiences
  • #2 Relayer anti MEV
  • #3 BEP-172: Network Stability Enhancement On Slash Occur

BUGFIX

  • #4 Gnosis gas issue
  • #5 Potential turnround failure caused by relayer offline
  • #6 Enable validator set to accept CORE transfer
  • #7 Fix bug that modify commissions beyond the limited range

v1.0.2

IMPROVEMENT

  • #2 merge bsc v1.1.19

BUGFIX

  • #1 core/txpool: implement additional DoS defenses

v1.0.1

  • mainnet released.

FEATURES

  • #1 upgrade hashpower mapping

v1.0.0

FEATURES

  • #1 implement satoshi plus consensus and bitcoin light client

Initial fork