BLOG August 13, 2020
Neo MainNet Upgrade Notice: neo-cli v2.11.0
Dear Neo users,
Neo Global Development has released neo-cli v2.11.0, bringing cross-chain and State Root functionalities. The TestNet has already been successfully upgraded to the latest version and we will coordinate with all MainNet consensus node operators to perform the MainNet upgrade from 8:00 AM to11:00 AM GMT, August 14th, 2020. The latest version will be effective when block height reaches 6016000 (expected to be around 15:00 GMT, August 16th). The MainNet might be temporarily unstable during this period. We are sorry for any inconvenience caused.
Besides cross-chain support, this release also brings:
Distribute State Root via P2P message
This update introduces StateRoot
, which will ensure data consistency between nodes. StateRoot
will be generated during the PrepareRequest
and PrepareResponse
phases of the consensus process, and the consensus node will complete multi-party signatures and broadcast it during the Commit
phase.
Added UTXO transfer history inquiry method in RPC
The Getutxotransfers
method is now added to RpcSystemAssetTracker
, allowing all UTXO transaction records to be listed via address as param.
Neo Global Development