Alfis Versions Save

Alternative Free Identity System

v0.8.4

1 year ago

Bug Fixes & Improvements

  • Various fixes and stability improvements.

v0.8.3

1 year ago

Bug Fixes & Improvements

  • Some people had complaint about DNS resolver in ALFIS, that it is overwhelmed with requests, and at some point it just stops to handle DNS requests at all. For some reason I didn't see the problem in that code of DNS resolver, but today it hit me - the work handling by all that threads is wrong.

So, the bug of DNS resolver is resolved ;) Now, if you have threads set to some high number, like 100 or 200, you can lower that significantly. I recommend the number around your CPU core count. It will suffice.

v0.8.2

1 year ago

Bug Fixes & Improvements

  • Another network fixes release. I hope it will work decently.

v0.8.1

1 year ago

Bug Fixes & Improvements

  • Network improvements.

v0.8.0

1 year ago

Changes to consensus

  • The expired domains can now be taken by new owners.
  • Domains expire in two phases:
    1. After 365 days the domain will stop resolve. But the owner can renew it by mining.
    2. After 30 days more it is available to be taken by a new owner.

Bug Fixes & Improvements

  • Fixes to a stale connections issue. Added a mechanism to determine if there is a stale connection and to terminate it.

v0.7.7

1 year ago

New

  • Nothing new in this release.

Bug Fixes & Improvements

  • A lot of optimization for block checks. Will speed up initial sync by about 15-20% of time.

v0.7.6

1 year ago

Bug Fixes & Improvements

  • Various stability improvements for p2p part. No excess block asking etc.

v0.7.5

1 year ago

Bug Fixes & Improvements

  • Fixed block-spam over the p2p if there is no consensus.

v0.7.4

1 year ago

Quick fix release.

v0.7.3

2 years ago

Fix-release for 0.7.1

  • Fixed blockchain sync.
  • Fixed logging start for some Linux and OpenBSD operating systems.