Developers Forum for XinFin XDC Network

Liam
Liam

Posted on

[Informative] Upgrade Testnet to 2.2.0-beta1

Features include:

  • Lots Bug Fix on auditing reports
  • Patching from Ethereum Repo
  • Optimize CICD Process
  • Improve API Timeout Parameters
  • Support Solidity 0.8.23
  • Disable XDCx miner part

Hard Forking Block Number

block number: 61290000 --> Target 31st March 2024

Release Change Log

https://github.com/XinFinOrg/XDPoSChain/releases/tag/v2.1.0-beta1
https://github.com/XinFinOrg/XDPoSChain/releases/tag/v2.2.0-beta1

Upgrade on Docker at Xinfin-Node:

git clone https://github.com/XinFinOrg/XinFin-Node.git
cd XinFin-Node/testnet
git pull && ./docker-up.sh
Enter fullscreen mode Exit fullscreen mode

Native Build

git clone https://github.com/XinFinOrg/XDPoSChain.git
cd XDPoSChain
mv ./common/constants/constants.go.testnet ./common/constants.go
make XDC
Enter fullscreen mode Exit fullscreen mode

Discussion (1)

Collapse
cryptosandtokens profile image
Robert Aronovici

Progress! Let's go!