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.14

29 Jan 01:18
Compare
Choose a tag to compare
  • Fix covering short positions in wallet
  • GUI automatically checks for updates

BitShares X 0.4.13

29 Jan 01:18
Compare
Choose a tag to compare
  • [REQUIRED UPGRADE] Block 451500
  • Blockchain database will re-index on upgrade
  • Market issued assets now include an extra yield amount that changes the longer you hold them
  • Market engine short matching fix
  • Lower market depth requirement from 5,000,000 BTSX to 500,000 BTSX
  • Improved market order canceling
  • Wallet scanning no longer freezes client
  • Fix RPC memory leak
  • Crash fixes

API changes:

  • Modified wallet_account_balance output
  • Modified wallet_market_order_list output
  • Modified wallet_market_cancel_order, wallet_market_cover, wallet_market_add_collateral arguments
  • Added wallet_account_balance_ids
  • Added wallet_account_yield
  • Added wallet_check_vote_proportion
  • Added wallet_publish_version
  • Added wallet_account_order_list
  • Added wallet_publish_feeds
  • Renamed wallet_transaction_remove -> wallet_remove_transaction
  • Renamed wallet_transaction_scan -> wallet_scan_transaction
  • Renamed wallet_transaction_rebroadcast -> wallet_rebroadcast_transaction
  • Removed blockchain_get_balance_by_owner

BitShares X 0.4.12

29 Jan 01:18
Compare
Choose a tag to compare
  • [REQUIRED UPGRADE] Block 408750 - Consensus market engine fixes
  • [CHECKPOINT] Block 398900 - 0260a868051d0e43316c165bc912cfb8444262ef
  • Wallet keys are now generated deterministically on a per-account basis
  • Network bug fixes and syncing improvements
  • Added experimental commands for improved wallet order listing and canceling
  • Market order wallet rescanning fixes
  • Crash fixes
  • Blockchain database will re-index on upgrade

BitShares X 0.4.10

29 Jan 01:17
Compare
Choose a tag to compare

For Linux users, remember to checkout the tag 0.4.10 first

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

Changelog:

  • [REQUIRED UPGRADE] Consensus market engine fixes
  • [CHECKPOINT] Block 358310 - 4fb5498c0f1bce18740dca639389e307a194de2a
  • Fix some syncing failures
  • Fix some crashes
  • Add more seed nodes
  • Blockchain database will re-index on upgrade

BitShares X 0.4.9

29 Jan 01:17
Compare
Choose a tag to compare

For Linux users, remember to checkout the tag 0.4.9 first

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

Change Log

  • [REQUIRED UPGRADE] Block 340000 - Market engine fixes
  • [CHECKPOINT] Block 332000 - 2ab4e4de53568149de0a0a37f46fce05d861d43f
  • Lower consensus market depth requirement from 1% to 0.5% of share supply
  • Wallet by default no longer rescans existing wallet transactions
  • Fix syncing bug that would result in getting stuck on a fork
  • Blockchain database will re-index on upgrade

BitShares X 0.4.8

29 Jan 01:14
Compare
Choose a tag to compare

For Linux users, remember to checkout the tag 0.4.8 first

git clone https://github.com/dacsunlimited/bitsharesx.git
git checkout 0.4.8
  • [CHECKPOINT] Block 312818 - 8d1cb83d5d98bebbef06820f627fc00bd33c8cdc
  • Automatically restore missing transactions in wallet from bug introduced in 0.4.5
  • Fix wallet backup creation on Windows
  • Fix market engine bug
  • Decrease default target connection count for delegates to minimize crashes
  • Improve synchronizing speed
  • Fix some crashes

BitShares X 0.4.7

29 Jan 01:14
Compare
Choose a tag to compare

Change Log:

  • Fixed the transaction history bug after receiving new transaction

BitShares X 0.4.6

29 Jan 01:14
Compare
Choose a tag to compare

Changelog:

  • Possible fix for incorrect sending amounts in history
  • Fix some forking issues
  • Fix some crashes

BitShares X 0.4.5

29 Jan 01:13
Compare
Choose a tag to compare

For Linux users, remember to checkout the tag 0.4.5 first

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

Changelog:

  • [HARDFORK] Required upgrade for all users before starting new market engine
  • [CHECKPOINT] Block 282000 - 611197d4a3f90f5c9009559b896f0f5d4a4f4b5f
  • [EXCHANGES] Added wallet_get_transaction API command
  • Market engine bug fixes
  • Improved initial syncing speed
  • Fix wallet backup on extremely large wallets
  • Fix crashes on exit
  • Fix missing CrashReport.DLL issue on windows.

BitShares X 0.4.4

29 Jan 01:13
Compare
Choose a tag to compare

For Linux users, remember to checkout the tag 0.4.4 first

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

How to fix the known windows missing DLL Bug(will be fixed in next version):
Download following DLL and put it in the install path:
https://github.com/dacsunlimited/bitsharesx/raw/master/CrashRpt/bin/CrashRpt1402.dll
Or put it under following path:

C:\Windows\System32

Change Log:

  • Fix market engine bug