axieinfinity / ronin

A DPoS blockchain.
GNU Lesser General Public License v3.0
67 stars 30 forks source link

core: add testnet create and precompile hook #607

Closed minh-bq closed 5 days ago

minh-bq commented 1 week ago

Early day in development, when developing for hardfork, some testnet blocks were created with development code and not compatible with the current master code. This commit adds testnet hooks to handle testnet bad blocks, makes the code compatible with testnet data.

huyngopt1994 commented 5 days ago
Screenshot 2024-10-21 at 9 08 44 PM

Before apply in Testnet env with full sync mode

After applying

Screenshot 2024-10-21 at 9 21 20 PM