Skip to content

Releases: Revertron/Alfis

v0.4.29

24 Apr 22:14
Compare
Choose a tag to compare

Bug Fixes & Improvements

  • Fixed network delay, that manifested in peers lost.

v0.4.27

24 Apr 21:05
Compare
Choose a tag to compare

Bug Fixes & Improvements

  • Implementing postponing of current mine job in favor of signing job.

v0.4.26

23 Apr 19:31
Compare
Choose a tag to compare

Fixes & Improvements

  • Fixed ping processing. Sometimes block propagation was very very slow, and even needed a node restarts. Seems that it is a regression.
  • Changed the limit of active connections from 10 to 15. I think right now we have that much of stable nodes, and it is the right limit.

v0.4.25

23 Apr 17:31
Compare
Choose a tag to compare

Bug Fixes & Improvements

  • Changed domain encryption scheme. Old scheme will be used for legacy domains.
  • Fixed UI mining stats.
  • Added app version to Shake message. Not only Hand, but Shake too will have the app version.
  • Refactored loop connection detection and processing.
  • Optimized p2p connections.

v0.4.24

22 Apr 23:25
Compare
Choose a tag to compare

A new version

  • Various fixes and stability improvements.

v0.4.23

22 Apr 15:05
Compare
Choose a tag to compare

Bug fixes

  • Fixed a possibility to fork network.
  • Added a new back-rewind mechanism, that will get back to forking point and restart local blockchain from it.
    This effectively prevents forks from existing. Every existing node stale in a fork will very quickly go on the right path!

v0.4.21

21 Apr 22:51
Compare
Choose a tag to compare

Hotfix release

  • Hotfixed chain functionality.

v0.4.20

21 Apr 21:31
Compare
Choose a tag to compare

Many stability fixes

  • Fixed non-working debug version.
  • Fixed p2p connections handling.
  • Lowered ping interval to 30-60 seconds. Maybe it will eliminate timeouts when mining.
  • Fixed stuck with lower number of blocks.

v0.4.19

21 Apr 15:29
Compare
Choose a tag to compare

Fixes

  • No particular fixes in this release.

Improvements

  • The process of determining whether the node need to mine signing block is very much optimized.
    Now it will be much more reliable.

Added

  • Introduced a new environment variable ALFIS_DEBUG. If ALFIS gets it on the start it will print all sorts of DEBUG and TRACE messages.
    Particularly convenient to debug NoGUI versions managed by systemd, as their unit file gets rewritten on upgrade from repository.

v0.4.18

21 Apr 09:51
Compare
Choose a tag to compare

Hotfix release

  • Fix for block consistence check.