github Conflux-Chain/conflux-rust v2.0.0-testnet
Conflux v2.0.0-testnet

latest releases: v2.4.0, v2.4.0-testnet-fix3, v2.4.0-testnet-fix2...
pre-release2 years ago

To node operators and miners:

Please upgrade your node before Epoch Number reaches 55095000 or Block Number reaches 68845000 (around 10:00 Dec.9th, 2021(GMT+8)).

Please add pos_config (will be updated here after Dec.11 at 18:00) before Epoch Number reaches 55665000 (around Dec.13th 15:00).

If the binary cannot start, you can choose to compile the binary on your own platform or use the compatible version. Note that the compatible version has poorer performance and requires better hardware to run stably(>4 cores).

Incompatible Changes

RPC Improvements

PoS RPC

Added a new group of PoS-related methods with a prefix of pos. Current information about the PoS chain can be acquired using these methods.

PoW RPC

Hardfork PoW RPC Changes

  • Added a new field in the block structure:
    • posBlockHash: the hash of the PoS latest block at the time when the PoW block is mined

New Tag

  • Added a new epochNumber tag:
    • latestFinalized:the latest finalized block

New RPC

  • Added a new RPC method to view the current overall economics information of PoS:
    • cfx_posEconomics
  • txpool-related RPC
    • Added a new group of txpool-related RPC methods with a prefix of txpool which can be used to view various kinds of information regarding the current transaction pool.

Bug Fixes

Fixed a bug that may slow down the syncing process for archive nodes.

Don't miss a new conflux-rust release

NewReleases is sending notifications on new releases.