Skip to content

m0.9.9: to apply Avocado hardfork to METADIUM MAINNET

Compare
Choose a tag to compare
@MetadiumRelease MetadiumRelease released this 07 Mar 00:49
· 56 commits to master since this release
1b6a799

Gmet m0.9.9 is a MUST upgrade to solve DAG related performance issue being inherent in Ethereum PoW blockchain for METADIUM MAINNET.
The fixed MAINNET block number for this transition is: #59860000.
The expected date for Avocado HF for MAINNET is around 2023-03-14 03:00:00 +UTC.
Please note that the exact HF time can be changed depending on the network traffic situation.


Key commits are as follows:

  • core, params: set mainnet avocado block, a.k.a. a simple sha256 digest without dag (ac7ee01)
  • consensus, params, metadium: replaced dag-based digest with simple sha256 hash (0f6835f)
  • Makefile: PORTABLE flag for rocksdb, docker build fix (64f88b6)