Releases: seredat/karbowanecwallet
Karbo Wallet v.1.4.3
The core was updated to accommodate new Base58 encoding of signatures of messages. Now core's sing/verify message functions are used instead of reimplementing them. Also, checkpoints source files were moved to a separate folder in core.
Karbo-wallet-ubuntu-16.04-v.1.4.3.tar.gz
97B88E1B356A29DA123B9027E565472C2E9DC464DB23E2B9B810F7D9AD759887
Karbo-wallet-ubuntu-18.04-v.1.4.3.tar.gz
D18543CDD5752ED0419F28C8CF817B4CF8892759EA5C43102D2013F7AE773223
Karbo-wallet-win64-v.1.4.3.zip
05E4948983689EF87E2B0C09F8E73BE76D7B3E1D1DB4ADD730777CDF49201481
Karbo-wallet-macOS-v.1.4.3.zip
B29F578533E7035A3040F95DE5310D9120D3534C3AD3160ADE2D26E71241D689
Karbo Wallet v.1.4.2
Core updated to v. 1.7.3 with:
- Change storage for various blockchain indexes that reduces memory usage and speed up start/close
- Transaction fees per byte for extra data. Normal transactions from user's wallets are not affected. However, this change poses a softfork at height 500000 together with ban of unmixable outputs in transactions. Read more.
- Fixed version display in About (and corresponding changes)
Karbo-wallet-ubuntu-16.04-v.1.4.2.tar.gz
E190A544B8210396AF8966D6EC0039C69DA8BABF800F25AA8F526C0762106499
Karbo-wallet-ubuntu-18.04-v.1.4.2.tar.gz
BF95E45C6E70719D4E6D097675BAD6DAB539D357F76397F4FD66354BB05AF6DD
Karbo-wallet-win64-v.1.4.2.zip
3F912DABB5AEEA8FAF113B8A9DC453A2DBA5E3863895EB6E408C4FE247B8DA4C
Karbo-wallet-macOS-v.1.4.2.zip
EEC78F1EC77C0713E45B9A346207DB25FCD1CC6BC117FFBBC060785B168A8EA2
Karbowanec_wallet_win32_v1.4.2-portable.zip
41488940518F22076FBDB6D7EEDF6DBF3DB1FDFA092EB83BB4E0A0A14B597CF2
Karbo Wallet v.1.4.1
Please uninstall the old version before installing this one, because we changed the installer. Make sure you do not remove the wallet file and blockchain! No need doing this.
Important changes:
-
Flat-rate fee for public nodes
Please note that starting from this release the wallet pays a flat-rate fee for nodes that support this, fallback to percent based fee for old nodes (for transition period). -
Proper Base58 encoding of proofs
The format of "payment proof" and "reserve proof" has changed because now they are properly (better) encoded. Now the "payment proof" starts fromProof
(before wasProofV1
, the "reserve proof" starts fromRsrvPrf
(before:ReserveProofV1
). -
Deterministic transaction keys
Thesecret transaction key
can now be restored after wallet reset or import from keys for transactions sent from new wallets starting from this version. -
Poor man's Dandelion protocol
Enhances privacy making it harder to determine the IP address of the node that originated the transaction.
More details in the release notes for the new version of the Karbo core that empowers our wallet.
Also:
- Better payment id parsing that doesn't crash wallet
- Misc. corrections in translations
- Corrected some typoes, including reported in #33
- Removed obsolete mining functions
- Removed some remnants in main window form
- Fixed balance proof text areas styles
Karbo-wallet-ubuntu-16.04-v.1.4.1.tar.gz
716975F642C9967A2702B2F60DB9DE633F28B1AAD4CA6D697DC35F40EAAE85A6
Karbo-wallet-ubuntu-18.04-v.1.4.1.tar.gz
3B7FC8601A7D26539631224AA966693445B6225880497799AC642B2EC39C114B
Karbo-wallet-win64-v.1.4.1.zip
1FC5B1FEF662F385973B989AB1C197E89C85B533758CD4EC0E84AB891081198A
Karbo-wallet-macOS-v.1.4.1.zip
259DCDC6E186D38A59ADDDEF13C5829F154067982D1128694566D7F0BA8F1AAE
Endark Enlight
- Redesign (dark theme, more compact window)
- Newest core with Lite blocks support
- On splash screen is now displayed information about what's going on while loading
- P2P connections are now displayed in Info dialogue
- Option to enter specific height from which to start synchronization when importing from keys or mnemonic phrase.
- Synchronization progress in the status bar, with estimated time to finish and speed.
- Change unmixable balance handling as unmixable dust is supposed to be sent only in transactions with zero mixin:
- Removed useless 'sweep unmixable' menu option
- Added instead dialogue asking to set mixin to zero to 'send all' function
- Unmixable balance is now shown only if it's present
- Added support for new platforms: Raspbian and FreeBSD
Speedup
- Synchronization speed improvement
- Ability to lock wallet with password (with option to hide everything on wallet window when locked)
- Password prompt to confirm sensitive operations (like sending, showing private keys, mnemonic, signing messages)
- Updated qrencode lib to 4.0 (it's now in external folder instead of submodule)
- Option to hide fusion (wallet optimization) transactions
- Command line option to rewind blockchain to specified height
--rollback <height>
. Useful in case when wallet is stuck and would not sync (e.g. on wrong chain). This will spare the need to manually delete blockchain files and sync from scratch.
Import keys
- Added dialog for importing separate view and spend keys
- Core update
- Display Core version in About dialog
- Fixed balance proof crashing in tracking wallets
Graceful fee
- Fixed fee check and synchronization issues
- Added filename of the wallet being opened in password dialogue
- Display open wallet in window title
- Use last wallet's containing folder when opening wallet
- Fixed macOS build with QT 5.11
- Fixed logical not is only applied to the left hand side of comparison
v.1.3.4
Update to the Core v. 1.6.4
Proofs
Fusion
- In this release, wallet optimization is added. It is sending fusion transactions in a background in order to aggregate transactions outputs that are below optimization target into bigger ones. It allows sending larger amounts of KRB within one transaction. Fusion transactions are free.
- Updated core to the latest version containing protections against deep reorg and 51% attacks which ensures irreversible transactions.