Skip to content

Rust kernel v1.3.0 release

Latest
Compare
Choose a tag to compare
@fredericzha fredericzha released this 15 Apr 15:17
a930651

This release is a highly-recommended update.

This release contains some bug fixes and kernel enhancements.

Updates

  • The default HybridNonce hard fork number is set for Amity configuration

Enhancements

  • Improved PoW mining work queue management
  • Improved state cache
  • Improved docker image initialization process
  • Improved contract deployment address conflicts check
  • Improved transaction rejection logic
  • Improved syncing module cache

Bug fix:

  • Fixed a bug that database import may fail in some cases
  • Fixed a bug that sometimes new blocks are not re-rebroadcasted properly

Migration guide:

The OANr v1.3.0 is compatible with the database of v1.2.1 or earlier versions. You can run this new version with existing data.

Shutdown the old kernel.
Unpack the new kernel package and run it the same way as you did before.
(Optional) If you want to keep your existing configuration, replace mainnet/mainnet.toml file with the desired config file.