Skip to content

BitShares Core 3.2.1

Compare
Choose a tag to compare
@oxarbitrage oxarbitrage released this 19 Jul 22:37
· 2337 commits to master since this release
af8a01a

The BitShares Core software has been updated to the 3.2.1 release. The Core software is used to build the validation nodes that perform consensus of all transactions on the BitShares blockchain. This release includes a fix for an issue found in the 3.2.0 release, and 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

Upgrade Process

Precautions

If upgrading from the 3.2.0 release, a replay is not necessary and will not be automatically executed after the upgrade.

Please check the 3.2.0 Release Notes for more information if you are upgrading from versions prior to 3.2.0.

How to Upgrade from Source Code

Obtain the Source Code

The source code may be obtained by checking out the 3.2.1 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 dc0ee4ae52fb70a342f3def66b4b9e6d8825bdc7f281f9473e305a4525ea9d73
macOS 5c32a22fdf5aaabd66e822f525f09dd4eaa20a68580e807265c87a1e5d4ff675
Linux 00e3180f796cf9f89f66f00faa7356585f3232b86d20643b3ae1b8525f3a9d3c

Changes

The changes for the 3.2.1 Release are summarized below.

API

Description Issue Pull Request
Prevent hang of API Node 1852 1854

Release Contributors

@abitmore