Developers Forum for XinFin XDC Network

Liam
Liam

Posted on • Updated on

[Informative] Upgrade Testnet to 2.0.1-beta1

Features include:

  • Bug Fix on Synchronization after dynamic masternode introduce
  • Optimize Log Level
  • New API (XDPoS_getMissedRoundsInEpochByBlockNum), to find out who should mine the block but didn't.
  • Improve API (XDPoS_networkInformation) to return whole consensus config

Upgrade on Docker at Xinfin-Node:

git pull && ./docker-up.sh
Enter fullscreen mode Exit fullscreen mode

Native Build

mv ./common/constants/constants.go.testnet ./common/constants.go
make XDC
Enter fullscreen mode Exit fullscreen mode

Discussion (1)

Collapse
angryarry profile image
angryarry

Intresting post