Skip to content

Releases: seredat/karbowanecwallet

v.1.3.1

05 Oct 08:49
Compare
Choose a tag to compare

Burning protection improvement and fusion backward compatibility update to address sync issues

Firefighter

01 Oct 14:57
Compare
Choose a tag to compare
  • Fixed burning bug
  • Added Persian translation

Sign/verify message

05 Sep 10:28
Compare
Choose a tag to compare
  • Sign/verify message
  • Synchronization issues fixed

Send and prove

27 Aug 11:18
Compare
Choose a tag to compare
  • Sending hotfix in core
  • Transaction secret key now is stored in wallet cache and available to users. It allows one to check the amount of KRB sent to a particular address in a particular transaction, given that transaction's secret tx_key. Wallet files are not backward compatible. Make sure to back up your wallet file and keys before updating, as always.

LWMA-2 Update

15 Aug 09:20
Compare
Choose a tag to compare

This is a release that incorporates the core update of LWMA-2 DA.
Also now private keys are displayed in plain form separately in the 'Export key dialog'.
Fixed minimal fee calculation.

Send all

31 Jul 07:20
Compare
Choose a tag to compare
  • Send all button
  • Fix unmixable balance

Adaptive fees

27 Jul 00:05
Compare
Choose a tag to compare

This release is ready for hardfork at height 266000 which introduces adaptive minimal tx fees.

  • Core with adaptive fees
  • Advanced options are hidden in Send tab
  • Priority slider in advanced options of Send instead of fee input which is disabled by default - foolproof measure
  • Mining is removed

Priority is set to 'Normal' by default and sends tx with 2x minimum_fee to ensure tx won't stuck in case of minimal fee fluctuations. Users can send with Low priority at own risk.

Sweep

19 Jun 10:17
Compare
Choose a tag to compare
  • Revert translations to external files with dynamic language menu (still requires restarting app for language switching to take effect)
  • Wallet doesn't include unmixable dust in transactions; to send dust to yourself use menu Wallet -> Sweep unmixable (there's no point doing this if dust amount is less than miners fee)
  • Unmixable dust is displayed in Overview
  • 'Send to' option in Address Book context menu (also triggered by double click on contact)
  • Fixed context menu in Address Book
  • Minimal mixin in 'Send' now is 2 (if you need to sweep dust use corresponding menu option)
  • Updated to latest Karbo core
  • Reorganized menu

Easter Eggs 18

05 Apr 12:35
Compare
Choose a tag to compare
  • New core with LWMA difficulty algo active after hardfork
  • Minimum transaction fee is now 0.1 KRB (temporarily)
  • Maximum transaction mixin (privacy level) limit
  • Fixed checkpoints

v.1.2.2

30 Mar 13:11
Compare
Choose a tag to compare
  • Update to latest core
  • Create registry entries for URI handling
  • Small build fixes