Releases: Revertron/Alfis
Releases · Revertron/Alfis
v0.4.29
Bug Fixes & Improvements
- Fixed network delay, that manifested in peers lost.
v0.4.27
Bug Fixes & Improvements
- Implementing postponing of current mine job in favor of signing job.
v0.4.26
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
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
A new version
- Various fixes and stability improvements.
v0.4.23
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
Hotfix release
- Hotfixed chain functionality.
v0.4.20
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
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 ofDEBUG
andTRACE
messages.
Particularly convenient to debug NoGUI versions managed bysystemd
, as their unit file gets rewritten on upgrade from repository.
v0.4.18
Hotfix release
- Fix for block consistence check.