Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 14/12/2020, 01:15:24 UTC
v0.16.7.0 Release

New features in this release:

1. The keva_put command has a new option to transfer the namespace to an address:

Code:
kevacoin-cli keva_put NgKBKkBAJMtzsuit85TpTpo5Xj6UQUg1wr a_key a_value VXv2qSNoVKcwZLPxf28z92VvBfERbFx3Kq


   The above command puts a_value to a_key and at the same time, transfers the namespace to the address VXv2qSNoVKcwZLPxf28z92VvBfERbFx3Kq. The address can be any valid address, it can be your address in a different wallet (e.g. mobile wallet), or other people's address. If the new address is in a different wallet than your current one, you will no longer be able to modify the namespace from your current wallet.

2. The desktop GUI wallet now displays correctly the download progress (in percentage) and the estimate of the remaining time for the download to complete.

During this release, we also ran static analysis tools on the source code and fixed the found issues and warnings.

Download it here:
https://github.com/kevacoin-project/kevacoin/releases/tag/v0.16.7.0