Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

0.6.0-rc.2

Compare
Choose a tag to compare
@devintegral devintegral released this 12 Mar 10:11
· 202 commits to master since this release

Release notes:

  • support of additional SFC logs (#414);
  • mainnet and testnet configs are built-in into go-lachesis executable (#409, #420);
  • optimization of events emitting (#418, #424);
  • optimization of messages propagation in p2p network (#411);
  • net API namespace (#415);
  • additional API calls (#416, #418);
  • tests and refactoring (#405, #410, #417, #421, #422, #426);
  • hotfix of v0.6.0-rc.1;

DB (datadir) of v0.6.0-rc.2 is fully compatible with v0.5.0-rc.2 or v0.6.0-rc.1.

Config-file structure is changed. Currently go-lachesis has built-in testnet and mainnet configs, so it's not necessary to use mainnet.toml and testnet.toml, use lachesis for mainnet or lachesis --testnet for testnet instead. Nevertheless, we have updated mainnet.toml and testnet.toml too in lachesis_launch repo.