Releases: Revertron/Alfis
Releases · Revertron/Alfis
v0.6.4
Bug Fixes & Improvements
- Added more checks to resolve current forked chain state.
v0.6.3
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
Bug Fixes & Improvements
- Optimized read of p2p messages.
v0.6.1
Bug Fixes & Improvements
- Improved error handling of P2P connections.
- Fixed somewhat chatty logs since 0.6.0.
v0.6.0
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
New
- Refined UI of domain list.
- Added new logo, thanks to @Umasterov!
- Some small UI fixes.
v0.5.7
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
Enhancements
- Implemented resolve of PTR-records.
- Implemented randomization of keys for signing for better keys distribution.
v0.5.5
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
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.