Releases: Revertron/Alfis
Releases · Revertron/Alfis
v0.4.17
Another portion of stabilization!
- Mining of signing blocks and their receiving is made possible (almost) without problems!
v0.4.16
A release full of fixes
- Fixed UI glitches, mainly in Events tab.
- Fixed mining of signing blocks.
Added
- Now we have a blockchain check on start. It will truncate your database right from the bad block if it finds such.
v0.4.15
Important update
- Another fix of consensus. Optimization in sign-block mining scheduler.
v0.4.14
Important fixes
- Fixed signers calculation.
v0.4.13
Important consensus fix
- Fixed important thing for consensus.
v0.4.12
Improved
- Added some logging to debug network thread.
- Optimized check for signing blocks.
v0.4.11
Second very major release
- Fixed signing problems.
v0.4.10
Important fixes
- Very important fixes for block signing process.
If you do not update, you will end with blockchain height of 35 blocks, no more.
v0.4.9
Changed
- Changed build system and Github Actions script for build generation. From now on builds will be UPXed.
And there are naked binaries for every (linux nogui) build. - Changed command flag
-v
to show version and exit. Selection of other log levels will be possible in config in the future.
v0.4.8
New
- Added an option to redirect log to file. It will be
-l <path>
. Old option-l
that lists blocks and exits is renamed to-b
. - Added periodical prints of active connections and blockchain height to the log.
Fixed
- Fixed deb upgrades.