Skip to content

Releases: Revertron/Alfis

v0.4.17

20 Apr 19:30
Compare
Choose a tag to compare

Another portion of stabilization!

  • Mining of signing blocks and their receiving is made possible (almost) without problems!

v0.4.16

20 Apr 17:10
Compare
Choose a tag to compare

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

19 Apr 19:55
Compare
Choose a tag to compare

Important update

  • Another fix of consensus. Optimization in sign-block mining scheduler.

v0.4.14

19 Apr 16:08
Compare
Choose a tag to compare

Important fixes

  • Fixed signers calculation.

v0.4.13

19 Apr 14:07
Compare
Choose a tag to compare

Important consensus fix

  • Fixed important thing for consensus.

v0.4.12

18 Apr 23:26
Compare
Choose a tag to compare

Improved

  • Added some logging to debug network thread.
  • Optimized check for signing blocks.

v0.4.11

18 Apr 18:06
Compare
Choose a tag to compare

Second very major release

  • Fixed signing problems.

v0.4.10

18 Apr 15:33
Compare
Choose a tag to compare

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

17 Apr 19:52
Compare
Choose a tag to compare

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

17 Apr 15:10
Compare
Choose a tag to compare

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.