Skip to content

Releases: duniter/sakia

Cutecoin 0.8.2

09 Feb 21:25
Compare
Choose a tag to compare
Cutecoin 0.8.2 Pre-release
Pre-release

Here is the 0.8.

What's new :

  • New table to display transactions : dates, pubkeys, uids, payments and deposits
  • New table to display members : join date, membership expiration, name and pubkey
  • Warnings when memberships are going to expire soon
  • Information tab to analyze currency parameters
  • Multiple referentials available to show money value (Quantitative, Relative..)
  • Newcomers can now be found in the wot table
  • Added a popup window to get informations about the software
  • Added the possibility to add, edit and remove accounts (account and contacts)
  • When no source is available, the transactions is displayed as blue and the user can send it back or cancel it
  • When, 15 blocks later, the transactions is still not written in the blockchain, it is displayed as red and can be sent again or canceled
  • Cache is now removed on its own when a new version is deployed
  • Multiple bug fixes

Hotfix 0.8.1

  • Multiple UI bugs fixed
  • Bugs with new transfers management fixed
  • Bugs with the password asker fixed

Hotfix 0.8.2

  • Fixed some informations
  • Multiple UI bugs fixed
  • Diverse refactorisation into core code

Cutecoin 0.7.6

03 Jan 15:01
Compare
Choose a tag to compare
Cutecoin 0.7.6 Pre-release
Pre-release

New features :

  • Sent and received lists are now ok
  • Blockchain watching to detect new blocks and refresh the UI
  • Loading account in thread so that the UI doesn't freeze anymore
  • Added icons
  • We now have the possibility to define a default account to load on startup
  • The user can save his password for its current session

Hotfix 0.7.1 :
Fixed a bug in account creation
Added pylibscrypt for windows client

Hotfix 0.7.2 :
Fixed a bug in password asker dialog
Fixed a bug in cache refreshing

Hotfix 0.7.3 :
Fixed multiple bugs when creating an account and joining a community
Fixed a bug when a node change its mined currency
Non-members are now displayed in the wot
Added version to window title
Logs are now logged to a file in application data directory
Posted documents are now broadcasted to all knew nodes so that the blockchain accept them faster
Fixed a bug when sending money twice and restarting cutecoin in between

Hotfix 0.7.4 :
Multiple display bug fixed
Fixed bug when joining a new community
Fixed multiple bug when requesting the block 0
Fixed a bug when canceling an "add a community" action
Fixed the cache for multi-community requesting
FIxed a bug with PasswordAskerDialog
Fixed network errors when no endpoint could be found
This hotfix needs the user to clear his cache

  • On Linux, remove ~/.config/cutecoin/[your uid]/cache
  • On Windows, remove %APPDATA%\Roaming\cutecoin[your uid]_cache_

Hotfix 0.7.5:
Multiple display bug fixed
Huge work to have a stable client
Network errors are now catched
We can now search for non-members in wot view
Added renew membership
Community peering : all nodes are traversed to get a good state of the network and broadcast "POST" documents to all nodes

Hotfix 0.7.6:
Fixed a bug in transactions when more than 9 Inputs where used
Fixed a bug where Wot lookup would modify the search

Cutecoin 0.6

28 Dec 16:50
Compare
Choose a tag to compare
Cutecoin 0.6 Pre-release
Pre-release

Cutecoin 0.6 :

  • Wallets pool for each account
  • Users certifications
  • Joining and leaving a community
  • Multiple bug fixes

Cutecoin 0.5.1

23 Dec 21:54
Compare
Choose a tag to compare
Cutecoin 0.5.1 Pre-release
Pre-release

Hotfix 0.5.1 : Fixing a bug in transactions + disabling comments in 0.5.

Rebirth of cutecoin !

All basic functions available
First preview of the WoT thanks to vit007
Keys are managed like vucoin / ucoincli.. So it's compatible with your current wallet ;)

The UI didn't change since previous version. It will change a lot in next major release.

Dependencies on linux :

  • libsodium

The DLL is in the ZIP for Windows.

Please note that on Windows, it will be quite slow at the moment because it has problems loading libsodium, and fallsback on the python implementation.

cutecoin 0.4.2

21 May 15:17
Compare
Choose a tag to compare
cutecoin 0.4.2 Pre-release
Pre-release

Changing how transactions are managed thanks to cgeek

cutecoin 0.3.0

11 Mar 00:07
Compare
Choose a tag to compare
cutecoin 0.3.0 Pre-release
Pre-release

Third release of cutecoin. What are the features pushed in this version ?

  • Better management of communities membership. You can now remove and add nodes and communities.
  • cx_freeze used for deployement of the app. Tested on Linux only.
  • Contacts management
  • Trusted nodes management, but THT not yet pushed to network

Next step :

  • Managing THT
  • Managing the 3 grades of communitiy membership : random guy, member, and voter.

cutecoin 0.2.1

27 Feb 18:36
Compare
Choose a tag to compare
cutecoin 0.2.1 Pre-release
Pre-release

Second release of cutecoin. What are the features pushed in this version ?

  • Each community has a wallet linked to it
  • User can now Issue money and transfer coins. FUSION/DIVISION not yet implemented since it will be changed to "CHANGE" transactions

Next step :

  • Managing contacts
  • Managing THT

Before using this release you should remove your ~/.config/cutecoin/data file.

0.2.1 : Small fix, using ucoinpy.wrappers.RawTransfer instead of ucoinpy.wrappers.Transfer.

cutecoin 0.1.0

12 Feb 18:47
Compare
Choose a tag to compare
cutecoin 0.1.0 Pre-release
Pre-release

First release of cutecoin.
The basis of the application are created :

  • We can add an account and add communities to this account
  • A first wallet is created containing coins found when the account was added
  • We can watch transactions received and sent, the members of communities and accounts issuances

What's next for 0.2.0 :

  • Managing coins and currencies with wallets
  • Manage data reception and nodes synchronisation