Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

BitShares X 0.2.2

Compare
Choose a tag to compare
@vikramrajkumar vikramrajkumar released this 29 Jan 01:06
· 5190 commits to master since this release

For wallet synced users, the new version might take 1~2 minute for db re-indexing on start, please wait util it finish.
钱包已经同步过的用户,新版钱包开启时需要re-index数据库,请耐心等待

The binary download just disabled.


For Linux users, remember to checkout the tag 0.2.2 first

git clone https://github.com/dacsunlimited/bitsharesx.git
git checkout 0.2.2

Refer
https://github.com/dacsunlimited/bitsharesx/blob/master/BUILD_UBUNTU.md


Change Log

BACKUP YOUR WALLET USING THE COMMAND wallet_export_to_json BEFORE UPGRADING

Changes in this version:

  • fixed asset creation unit bug (wallet_asset_create)
  • fixed electrum wallet import bug (wallet_import_electrum)
  • added option to vote randomly among approved delegates for increased privacy (wallet_transfer)
  • wallet transaction history and rescanning fixes and improvements (wallet_account_transaction_history, wallet_rescan_blockchain)
  • wallet can now send transactions where a recipient sees a sender account different from the account which actually funded the transfer (wallet_transfer_from)
  • wallet now lets parent accounts update child accounts (wallet_account_update_registration)
  • total share supply is now correctly decreased when delegates are paid
  • fixed a network disconnection bug
  • fixed bug that would leave blockchain in an inconsistent state
  • fixed a startup crash on Windows
  • added command to manually rebroadcast pending transactions (wallet_rebroadcast_transaction)
  • you can now limit the transaction history output to a specified number of entries (wallet_account_transaction_history)
  • GUI wallet gravatar now uses monster icons
  • other miscellanous fixes