Releases: Revertron/Alfis
Releases · Revertron/Alfis
v0.5.2
Bug Fixes & Improvements
- Many UI fixes for Contacts, Dropdowns and Edge.
v0.5.1
Just a small p2p fix for previous release. Main release notes are:
New
- Totally changed concept of domain zones. Now we have only 10 domain zones to deal with, and they cannot be mined and added to blockchain. Why? Because domain zones are abused by users.
- Added new additional data to domains:
Domain info - a description of your domain or service.
Domain contacts - if you wish to be contacted in regards of your domain or service. - Added a possibility to transfer domain to another person/key owner.
- Added an additional key-pair to encrypt your domains in blockchain. As you can see in the image above, you will need both public keys of future owner to transfer domain.
And because of this the format of key-files is changed. It is now in TOML. You need to save your keys to a new format to obtain both key-pairs.
Bug Fixes & Improvements
- Added some constraints to record count and lengths.
v0.5.0
New
- Totally changed concept of domain zones. Now we have only 10 domain zones to deal with, and they cannot be mined and added to blockchain. Why? Because domain zones are abused by users.
- Added new additional data to domains:
Domain info - a description of your domain or service.
Domain contacts - if you wish to be contacted in regards of your domain or service. - Added a possibility to transfer domain to another person/key owner.
- Added an additional key-pair to encrypt your domains in blockchain. As you can see in the image above, you will need both public keys of future owner to transfer domain.
And because of this the format of key-files is changed. It is now in TOML. You need to save your keys to a new format to obtain both key-pairs.
Bug Fixes & Improvements
- Added some constraints to record count and lengths.
v0.4.37
Bug Fixes & Improvements
- Fixed a domain zone menu on Arch and other shitty linuxes.
Documentation & others
- This is the last 0.4.* release.
We will wipe current test chain and start over in 0.5.* soon.
v0.4.35
New
- Added Limited Confidence to work with forks.
v0.4.34
New
- Added a limit for number of zones. No more than 10 zones can exist in ALFIS.
Bug Fixes & Improvements
- Added an additional material for consensus. Blocks will be more different in that matter from now on.
The "best" block always wins. - Fixed some styles in UI.
v0.4.33
New
- Domain creation and editing is totally revised.
Bug Fixes & Improvements
- Fixed a regression in DNS blockchain resolver (filter), that tried to resolve nonexistent domains but in blockchain zones through upstreams.
v0.4.32
New
- Added starting point functionality to set domain owners (disabled for now).
Bug Fixes & Improvements
v0.4.31
Bug Fixes & Improvements
- Added a fail-safe mechanism, that will restart all swarm connections if network is stale.
- Refactored Chain a lot to make it possible to test.
- Added a CPU hard test for Chain, checking all current DB.
- Added an option to config file to set a count of checked top blocks on start.
v0.4.30
Bug Fixes & Improvements
- Fixed stuck miner if signing work was discarded by arrival of new block.