Releases: cryptozoidberg/boolberry
Releases · cryptozoidberg/boolberry
v0.3.0.96
v0.3.0.95
v0.3.0.93
Coinswap to Zano enabled
UPD: this release is outdated, use the most recent from https://github.com/cryptozoidberg/boolberry/releases
v0.3.0.91
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
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
macOS build script improvements
v0.3.0.86
Uploaded new fresh DB to website and added appropriate hash to sources
v0.3.0.85
Implemented precompiled database download in GUI&Daemon with reconnecting on network errors.
v0.3.0.80.2
Merge pull request #82 from cryptozoidberg/copy-button-updates Copy button updates
v0.3.0.80.1
Merge branch 'develop'