This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
0.6.0-rc.1
Pre-release
Pre-release
devintegral
released this
11 Feb 03:29
·
203 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);
Note: v0.6.0-rc.1 datadir compatibility with v0.5.0-rc.2 is broken. Don't run v0.6.0-rc.1 with v0.5.0-rc.1 datadir.
It is better to use v0.6.0-rc.2 release instead.
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.