Releases: bitshares/bitshares-core
BitShares GUI 2.0.160127
NEW FEATURES:
- Bridge support for OPEN.BKS
- Better price precision on markets with low precision assets #692
- Improved operations display, added more op translation
- Simplify Exchange price handling, limit values to Satoshi amounts
- Ability to hide/show assets in the Overview balance list #687
- Some performance optimizations
BUG FIXES:
GUI 2.0.160121
NEW FEATURES:
- USD, EUR, CNY fiat deposit/withdrawals via OpenLedger
- Added OPEN.EMC and OPEN.EGD to OpenLedger bridge
- Blocktrades support for TRADE.DASH/PPC/DOGE
- Table View for Workers #632
- Hide Workers with negative approval #632
- UTF-8 memo support #624
- Support for 'asset_reserve' operation
- Show lifetime membership fees
- Improved Fee Explorer: Cleanup, nicer tables, better translations
- Allow users to browse the Exchange even without having an account
BUG FIXES:
- My History / History alignment #568
- 'Missing Active Authority' permissions issue #676
- Show correct selected connection in Settings
- Allow shorting of prediction market assets, fix #667
- Refactor AccountVoting worker view to table layout, fix #632
- Fix 'span' as child of 'tr' error
- Subtract fees for filled orders, show fees paid, fix #658
GUI 2.0.160106
NEW FEATURES:
- Add tooltips explaining why Buy/Sell buttons are disabled fix #628
- Add vesting balances page showing all vesting balance objects fix #640
- Enforce secure websocket connections when using https host fix #638
- Add tooltip showing full memo #636
- Add text and unlock button for transfers with memos when wallet is locked #636
- Wallet auto lock #265
BUG FIXES:
- Incorrect asset listed in "net worth" tooltip #633
- Persistence of language selection #634
- Settings screen "Preferred unit of account", wrong asset is selected #626
- Inconsistent toggle placement between Table View and Card View #613
- MetaExchange withdraw/deposit page, persist tab state
- Excel issue with transactions history csv format
BitShares 2.0.160103b
Changes:
- Hardfork to fix hung blockchain
- removed debug spam
GUI 2.0.151223
NEW FEATURES:
- Membership page: show vested cashback balance and add Claim button next to it #500
- Ability to download account history as CSV file #611
- UX improvements to asset update and create
BUG FIXES:
- Many URLs in the GUI are not clickable #546
- Update Voting help text #589
- Add asset formatting to fee pool balance and issuer income #618
- Limit core exchange rate asset amounts by asset precision #617
- Fix 'cannot dispatch in the middle of dispatch' error #614
- Restrict min width of markets section #615
- Add vesting balance information and claim button #500
- Add CER (core exchange rate) to asset creation #543
BitShares 2.0.151216b
This release 2.0.151216b fixes a dereference issue in the previous release, 2.0.151216. The following users are advised to upgrade:
- All users running 2.0.151216
- All users running 2.0.151209 or earlier
Replaying the blockchain will be required, and should occur automatically.
BitShares 2.0.151216
All full nodes running 2.0.151209 or earlier must upgrade by Thu 2015-12-17 at 19:00 UTC. This release is an optional upgrade for nodes already running 2.0.151215.
Replaying the chain will be required, and should occur automatically.
Description of changes
- There is only one bug fix in this release, related to the numbering of
operation_history_object
(1.11.x). This fix only impacts users who rely onoperation_history_object
having the same numbering as previous releases. If you don't know what this means, and you are already running 2.0.151215, you probably do not need to upgrade.
Details
- 2.0.151215 fixed a bug which sometimes created
operation_history_object
(1.11.x) andimpl_account_transaction_history_object_type
(2.9.x) for operations that later processing discarded. - However this bug fix resulted in shifting the numbers of all later 1.11.x and 2.9.x objects, which caused problems with some exchanges' internal scripts.
- 2.0.151216 now creates and immediately deletes dummy
operation_history_object
whenever 2.0.151209 and earlier would have improperly created them. - Therefore, 2.0.151216 uses the same numbering as 2.0.151209 and earlier for 1.11.x objects.
- 2.9.x objects were not fixed, in 2.0.151216 they still use the new numbering introduced in 2.0.151215.
BitShares 2.0.151215
All full nodes will need to upgrade to this release by Thu 2015-12-17 at 19:00 UTC. Replaying the chain will be required, and should occur automatically.
List of changes
- Fix critical security vulnerability
- Fix bug in price feed asset ID validation for non-CORE MIA
BitShares 2.0.151209
All full nodes will need to upgrade to this release by Wed 2015-12-16 at 18:00 UTC. Re-indexing will be required, and should occur automatically.
List of changes
Market mechanics changes
Improvements
- Several API calls added by community members (wackou, Scott Howard) #339
- Add propose_builder_transaction2 RPC
Bugfixes
- Fix referral reward percentages #449 #453 #455
- Improve wallet fee handling #434 #435
- Minor improvements to Javascript integration #439
- Unit testing improvements / bugfixes #413 #437
Cleanup
- Remove unsupported full_web_node and light_client #457
BitShares GUI 2.0.151202
NEW FEATURES:
- Option to pay fees in BTS if possible #356
- Block explorer page that shows the current fee schedule #357
- Improved my history panel on Exchange page #527
- Exchange layout improvements: add borders, refactor statusbar, no-data text, panel headers #538
- Support for Fee Pool funding and Asset fee claims #495
- Exchange layout: add borders, refactor statusbar, no-data text, panel
- Ability to send all, subtract fees if paid in same asset #454
- Cease IE support and warn IE users that they need to switch to Edge, Chrome or Firefox #474
BUG FIXES:
- Active account name is missing on the top toolbar of the market page #545
- Don't show "This wallet has already been imported" if there are duplicate keys #565
- Populate empty pricedata with latest price if outside of bucket window #550
- Turkish ui buttons don't respond #539
- Changing indicators on market without history makes whole web wallet unresponsive #569