Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Notes: BitShares Core 3.1.0 #1745

Closed
MichelSantos opened this issue May 1, 2019 · 2 comments
Closed

Release Notes: BitShares Core 3.1.0 #1745

MichelSantos opened this issue May 1, 2019 · 2 comments

Comments

@MichelSantos
Copy link
Contributor

MichelSantos commented May 1, 2019

Release Notes

The BitShares Core software has been updated to the 3.1.0 Feature Release. The Core software is used to build the validation nodes that perform consensus of all transactions on the BitShares blockchain. This release includes additions and improvements but does not include any changes to the consensus protocol.

Documentation for users may be be found at How BitShares Works.

Documentation for BitShares developers may be now be found at the new BitShares Developer Portal.

Who Should Upgrade?

No upgrade is required by any operator of a validation node. Yet many operators will benefit by upgrading.

Operators of API nodes should upgrade

All node operators will benefit from performance improvements (1608,1621, 1662) including during replay.

Users of the command line interface wallet (CLI) will benefit from new getter commands for transaction signers and the ability to add signatures to partially signed transactions.

Upgrade Process

Precautions

A replay will automatically be executed after the upgrade.

How to Upgrade from Source Code

Obtain the Source Code

The source code may be obtained by checking out the testnet-3.1.0 tag. Download the source at:

Build the Binaries

The binaries may be built by using your pre-existing process, or by following the standard instructions that can be found in the wiki:

Deploy the Binaries

Your standard process for deploying the node software may be used. No additional requirements or precautions will be required to deploy the new release.

How to Upgrade with Docker

The latest Docker image may be found at BitShares Core Docker page and updated with

docker pull bitshares/bitshares-core

Binaries

Binaries of the command line interface (CLI) wallet, node software, and delayed node are pre-built and available for download.

Platform SHA256 Checksum
Microsoft Windows TBD
Mac TBD
Linux TBD

Changes

The changes for 3.1.0 Feature Release are summarized below.

API

Description Issue Pull Request
get_full_accounts includes htlc; New HTLC APIs 1713 1742
Fix: ElasticSearch-objects plugin does not load genesis data 1652 1717
Add fail_reason to reflection meta of proposal_object 1730 1732
Fix: Inconsistent required_approval_index when loading from disk 1719 1720
Deterministic numbering of virtual operations in account history 1675 1676
Change hard-coded limitations in APIs to configurable 782 1513
Fix permessage_deflate - WebSocket-2

Node Functionality

Description Issue Pull Request
Improve performance of markets 982 1608,1621
Improve fee_schedule::calculate_fee() performance 1660 1662
Skip transaction size check during replay 1619 1716
Reduce precision of numbers in replay output 1666 1674
Bump fc - 1596

Node Plugins

Description Issue Pull Request
Add plugin section headers for auto-generated config.ini 1407 1641

Command Line Interface Wallet (CLI)

Description Issue Pull Request
Fixed saving keys in wallet - 1613
Add get_signed_transaction_signers and get_key_references commands to CLI 1210 1635
Add CLI command to add signatures to a partially signed transaction add_transaction_signature 867 1032
wallet info() change participation to int - 1666
Avoid segfault in CLI bid_collateral command - 1649

Other Wallets

Description Issue Pull Request
Improve js_serializer 1701 1702,1741
Install debug_witness headers 1727

Software Design

Description Issue Pull Request
Remove old hardfork checks 1553 1718
Removed unused header file 1219 1740
Replace smart_ref with shared_ptr 1548 1556
Make chain_parameters::current_fees const 1670 FC-115,1678
valgrind inspired fixes - 1693
Change indentation in quit command - 1684

Build Process

Description Issue Pull Request
Recent build errors on Windows platform 1593 FC-110,FC-111,1633,1704
Support Boost version 1.69 1557 1587,1648
ld: symbol(s) not found for architecture x86_64 Mac issue 1545 1556
Fix compiler warnings - 1515,1597,1721,1736,FC-116,1677

Unit Tests

Description Issue Pull Request
Prove owner->active delegation BSIP-94 1601
cli_tests memory access violation at address: no mapping at fault address 1303 1626

Documentation

Description Issue Pull Request
Update Documentation for initial_chain_id field when creating example genesis 1069 1628
Dynamically linking OpenSSL 1304 DevDocs-111
Add genesis-dev.json and move genesis jsons out of root source directory 1591 1592
Document subscribe_to_market returned values 1258 -

Release Contributors

@abitmore
@btsabc
@cedar-book
@cifer-lee
@crypto-ape
@jmjatlanta
@manikey123
@nathanhourt
@OpenLedgerApp
@oxarbitrage
@pixelplex
@pmconrad
@xeroc
@xloem
@xuquan316

@pmconrad
Copy link
Contributor

pmconrad commented May 1, 2019

Very good, thanks! Some notes:

  • I wouldn't mention a specific duration like "nearly 100 minutes". The actual time can be much longer than that, depending on configuration and environment. Node operators usually know how long it takes for them, roughly.
  • add htlc api calls #1729 wasn't merged and should IMO not be listed
  • support for Boost 1.69 #1587 and Bump docs submodule #1648 link to the "files" subsection, causing the rollover to be missing

@abitmore abitmore added this to the 3.1.0 - Feature Release milestone May 1, 2019
@abitmore
Copy link
Member

abitmore commented May 1, 2019

Thanks. I've updated a few wordings in OP.

@abitmore abitmore changed the title Release Notes: BitShares Core v.3.1.0 Release Notes: BitShares Core 3.1.0 May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants