Skip to content

Releases: Revertron/Alfis

v0.6.4

12 Jun 10:36
Compare
Choose a tag to compare

Bug Fixes & Improvements

  • Added more checks to resolve current forked chain state.

v0.6.3

10 Jun 20:46
Compare
Choose a tag to compare

New

  • Changed deriving signers for blocks from 855. If you want to continue working with ALFIS, you must update.
    Now users that have less then 1/100 blocks in chain are not selected for signing.

Bug Fixes & Improvements

  • Now ignored/banned nodes/IPs are purged every 10 minutes. It will ease upgrading to such incompatible versions as this one. (No need to restart nodes every now and then.)

Documentation & others

  • Fixed some icons for PKGBUILD and such.

v0.6.2

02 Jun 11:26
Compare
Choose a tag to compare

Bug Fixes & Improvements

  • Optimized read of p2p messages.

v0.6.1

30 May 13:09
Compare
Choose a tag to compare

Bug Fixes & Improvements

  • Improved error handling of P2P connections.
  • Fixed somewhat chatty logs since 0.6.0.

v0.6.0

29 May 23:28
24975e3
Compare
Choose a tag to compare

New

  • Implemented P2P traffic encryption.
    Warning: this version is not compatible with nodes < 0.6.0.

Bug Fixes & Improvements

  • Changed serialization format of P2P messages.
  • Refactored P2P network code.

Documentation & others

  • Added Cargo.lock to provide deterministic builds.

v0.5.8

24 May 11:29
Compare
Choose a tag to compare

New

  • Refined UI of domain list.
  • Added new logo, thanks to @Umasterov!
  • Some small UI fixes.

v0.5.7

17 May 10:07
Compare
Choose a tag to compare

Bug Fixes & Improvements

  • Fixed work with transferred domains.
    It is important to update to 0.5.7, otherwise your node will stuck if someone mines new info for transferred domain.

v0.5.6

16 May 18:01
Compare
Choose a tag to compare

Enhancements

  • Implemented resolve of PTR-records.
  • Implemented randomization of keys for signing for better keys distribution.

v0.5.5

15 May 10:54
Compare
Choose a tag to compare

Bugfixes

  • Fixed fork-stuck mitigation. In some situations forked nodes didn't get alternative blocks from another fork. Fixed.🤞

Enhancements

  • Added the possibility to work with many key files at once! 🎉

v0.5.3

13 May 11:38
Compare
Choose a tag to compare

New

  • This release changes testnet to another origin! Hopefully, it will be much more stable, and will become mainnet eventually!
  • Implemented running key-generation from command line.

Bugfixes

  • Fixed #106 - better exit processing.
  • Fixed lagging behind nodes with "better" last block.

Enchancements

  • Added more convenient cooldown time formatting.
  • Added error check for domain name decryption.
  • Refactored event bus to lazy_static.
  • Changed behavior on spurious wakeups of p2p connections.

Other

  • Added some tests and text in readme.
  • Updated readme.