Skip to content

Releases: cryptozoidberg/boolberry

v0.3.0.96

28 Jul 19:11
db8c3ef
Compare
Choose a tag to compare

[+] Updated pre-download archive and hash(foк faster synchronization).

v0.3.0.95

26 Jul 03:59
Compare
Choose a tag to compare

[+] minor improvements
[+] coinswap transactions are now limited by median block time to avoid accidental coin loss

v0.3.0.93

30 Jun 15:50
Compare
Choose a tag to compare

Coinswap to Zano enabled

UPD: this release is outdated, use the most recent from https://github.com/cryptozoidberg/boolberry/releases

v0.3.0.91

06 Mar 17:09
Compare
Choose a tag to compare

GUI:

  • fixed an issue with wallet's restoration using a seed phrase

CLI wallet (simplewallet):

  • --log-level option added to comply with the same daemon option;
  • --log-file option added. Now a user can override the log file name, which is simplewallet.log by default.

General:

  • few minor improvements were made for daemon RPC and P2P handshake

v0.3.0.90

19 Feb 01:01
Compare
Choose a tag to compare

General:

  • log library was updated to the version which supports log channels (taken from Zano)
  • added anti-deadlock mechanism, which could track potential traps and save us a lot of time in case of multithreading problems
  • fixed a bug with possible http flood (thanks to anonimal for pointing to this)
  • implemented secure and compact Boolberry->Zano coinswap mechanism

GUI:

  • we ported GUI library from old unsupported QT WebKit to stable and smooth QTWebEngine (special thanks to our contributor Alexandra @aldobryn )
  • added Unicode support for wallet file path, now it can easily be located in your favorite folder

CLI wallet (simplewallet):

  • simplewallet was greatly improved to be able to work with modern exchanges:

    • offline mode implemented for cold wallet support
    • exchange API for cold-signing was reviewed and updated
    • fixed a bug with incorrect coins handling for watch-only wallets
  • simplewallet got new commands:

    • viewkey -- shows your view keypair
    • spendkey -- shows your spend keypair
    • recent_blocks -- prints income/outgo per-block summary for last N block, containing your txs (it's useful, try it!)
    • show_dust -- as you may expect shows how much dust (tiny unspent outputs) you have
    • print_ki -- prints key image info
  • sweep_below command and RPC was improved to work better when lots of small outputs are present in the wallet

CS Build

18 Dec 17:34
Compare
Choose a tag to compare
CS Build Pre-release
Pre-release
macOS build script improvements

v0.3.0.86

03 Dec 19:08
Compare
Choose a tag to compare

Uploaded new fresh DB to website and added appropriate hash to sources

v0.3.0.85

01 Dec 18:38
Compare
Choose a tag to compare

Implemented precompiled database download in GUI&Daemon with reconnecting on network errors.

v0.3.0.80.2

15 Nov 17:44
bea3e1e
Compare
Choose a tag to compare
v0.3.0.80.2 Pre-release
Pre-release
Merge pull request #82 from cryptozoidberg/copy-button-updates

Copy button updates

v0.3.0.80.1

13 Nov 17:52
Compare
Choose a tag to compare
v0.3.0.80.1 Pre-release
Pre-release
Merge branch 'develop'