Skip to content

Mainnet v2.0.0

Compare
Choose a tag to compare
@cyyber cyyber released this 17 Mar 13:49
· 105 commits to master since this release
bcf7644
  • Added RandomX, new mining algorithm, activation at block number 942375
  • After hard fork, fork limit will be upto 300 block height
  • Support for new transactions - Multi Sig Transaction & Lattice Transaction
  • Added addr_to field in message transaction
  • Added message_data field in transfer transaction
  • New API has been added to support data related to new transactions
  • Address State has been optimised
  • Faster node syncing, API responses
  • Legacy API support for wallet daemon & grpcProxy
  • Added --network-type argument to switch easily between mainnet and testnet
  • grpcProxy & wallet daemon both support --network-type as an argument
  • Updated versions for some of the dependencies
  • Added more unit tests covering different scenarios
  • Bug Fixes