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

Releases: bitshares/bitshares1-core

BitShares X 0.4.3

29 Jan 01:13
Compare
Choose a tag to compare

UNSTABLE

For Linux users, remember to checkout the tag 0.4.3 first

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

Change Log:

  • Fix to increase difficulty of market issued asset average price manipulation
  • Fix wallet transaction creation speed degradation due to many balances

BitShares X 0.4.2

29 Jan 01:12
Compare
Choose a tag to compare

For Linux users, remember to checkout the tag 0.4.2 first

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

Change Log:

  • [0.4.2 REQUIRED HARDFORK UPDATE] New market engine fixes[/b]
  • [HARDFORK] Block 274000 - Old clients will no longer sync after 2014-08-20 15:30:00 UTC[/b]
  • Wallet transaction fee now defaults to 0.5 BTSX
  • Upgrade requires re-indexing

BitShares X 0.4.1

29 Jan 01:11
Compare
Choose a tag to compare

For Linux users, remember to checkout the tag 0.4.1 first

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

BitShares X 0.4.0

29 Jan 01:11
Compare
Choose a tag to compare

[Unstable]
This is a version do not provide binary, only for delegates, seed nodes, and exchanges.

For Linux users, remember to checkout the tag 0.4.0 first

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

Change Log

  • [HARDFORK] Block 274000 - Old clients will no longer sync after 2014-08-20 15:30:00 UTC
  • [CHECKPOINT] Block 225000 - ID: 2e09195c3e4ef6d58736151ea22f78f08556e6a9
  • [EXCHANGES] wallet_transfer API now returns a wallet_transaction_record which includes the transaction ID
  • Need Re-indexing
  • Market has been overhauled and market-pegged BitAssets have been added
  • Max block size increased from 2560 bytes to 51200 bytes
  • Transaction size limit has been removed
  • Size-based transaction fee requirement has been removed
  • Wallet will no longer automatically relock if it contains any enabled delegates
  • Chain server mode has been added to allow for improved initial syncing speeds
  • Block and transaction broadcasting fixes
  • General syncing fixes
  • NTP initialization fixes
  • Miscellaneous fixes and improvements

BitShares X 0.3.1

29 Jan 01:10
Compare
Choose a tag to compare

Version 0.3.1 contains changes which only affect delegates, all of the other users can use 0.3.0
https://github.com/dacsunlimited/bitsharesx/releases/tag/0.3.0

For Linux users, remember to checkout the tag 0.3.1 first

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

BitShares X 0.3.0

29 Jan 01:10
Compare
Choose a tag to compare

Note: All delegates please use version 0.3.1

For Linux users, remember to checkout the tag 0.3.0 first

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

For OSX and Windows users, you can also choose to download from:
https://sourceforge.net/projects/bitsharesx/files/

Change Log

  • added new vote_recommended slate selection method (wallet_transfer, wallet_transfer_from)
  • added command to publish a public delegate slate for recommended voting (wallet_publish_slate)
  • added command to recover deterministic account keys (wallet_recover_accounts)
  • added automatic wallet backup feature (wallet_set_automatic_backups)
  • wallet can now locally set approval for delegates, registered accounts, and unregistered local accounts (wallet_account_set_approval)
  • desired connection count is automatically increased when block production is enabled (wallet_delegate_set_block_production)
  • all wallets can now enable/disable transaction scanning and save the setting (wallet_set_transaction_scanning)
  • delegates will now not produce blocks if chain is not synced
  • new seed nodes are now always merged into client config
  • improved re-syncing speed
  • sync speed and time remaining is now printed when syncing
  • fixed local account renaming conflict bug (wallet_account_rename)
  • fixed wallet opening crash when not synced (wallet_open)
  • fixed crashes on exit
  • various networking fixes
  • miscellaneous fixes
  • fixed windows crash on start
  • code sign OSX dmg

API Changes:

  • blockchain_get_blockcount -> blockchain_get_block_count
  • blockchain_get_blockhash -> blockchain_get_block_hash
  • blockchain_get_config -> blockchain_get_info
  • wallet_export_to_json -> wallet_backup_create
  • wallet_create_from_json -> wallet_backup_restore
  • wallet_scan_transaction -> wallet_transaction_scan
  • wallet_remove_transaction -> wallet_transaction_remove
  • wallet_rebroadcast_transaction -> wallet_transaction_rebroadcast
  • wallet_delegate_set_transaction_scanning -> wallet_set_transaction_scanning
  • wallet_approve -> wallet_account_set_approval

BitShares X 0.2.4

29 Jan 01:08
Compare
Choose a tag to compare

Fixed insufficient funds problems when withdraw funds frequently.

Normal users, delegates and seed nodes do not need to upgrade this version.

For Linux users, remember to checkout the tag 0.2.4 first

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

BitShares X 0.2.3

29 Jan 01:07
Compare
Choose a tag to compare

For Linux users, remember to checkout the tag 0.2.3 first

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

We support download from sourceforge.net now:
https://sourceforge.net/projects/bitsharesx/files/0.2.3/

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

BitShares X 0.2.2

29 Jan 01:06
Compare
Choose a tag to compare

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

BitShares X 0.2.1

29 Jan 01:04
Compare
Choose a tag to compare

Update seed nodes.


For Linux users, remember to checkout the tag 0.2.1 first

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

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