Skip to content

Releases: Revertron/Alfis

v0.5.2

07 May 10:56
Compare
Choose a tag to compare

Bug Fixes & Improvements

  • Many UI fixes for Contacts, Dropdowns and Edge.

v0.5.1

05 May 13:19
Compare
Choose a tag to compare

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.

domain_0 5 0

  • 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.

transfer_0 5 0

  • 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

05 May 12:26
Compare
Choose a tag to compare

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.

domain_0 5 0

  • 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.

transfer_0 5 0

  • 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

02 May 11:19
Compare
Choose a tag to compare

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

30 Apr 11:43
Compare
Choose a tag to compare

New

  • Added Limited Confidence to work with forks.

v0.4.34

29 Apr 18:13
Compare
Choose a tag to compare

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

28 Apr 11:19
Compare
Choose a tag to compare

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

27 Apr 18:49
Compare
Choose a tag to compare

New

  • Added starting point functionality to set domain owners (disabled for now).

Bug Fixes & Improvements

  • Fixed #60. Now domains are shown as they should be. Rewised events a bit.
  • Added a log message when good block mined.
  • Small UI fix, added contacts button (for now disabled).
  • Zone selection dropdown improvements.
  • Fixed #86 - shuffling domain zones list.
  • Fixed signers cache after block replace.

v0.4.31

26 Apr 21:34
Compare
Choose a tag to compare

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

25 Apr 23:28
Compare
Choose a tag to compare

Bug Fixes & Improvements

  • Fixed stuck miner if signing work was discarded by arrival of new block.