Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Releases: helium/blockchain-node

Release 1.1.59

31 Jan 22:53
6ae4d81
Compare
Choose a tag to compare

ADDED

  • Adds a pending_transaction_verify jsonrpc endpoint to allow for transaction validation before submission
  • Allows blockchain_txn_state_channel_open_v1 as a pending transaction submission

UPDATED

  • Upgrades blockchain-core to latest as of 2022.01.31

Release 1.1.58

13 Jan 00:20
2de51e6
Compare
Choose a tag to compare

FIXED

Note: This release is a bugfix to the prior 1.1.57 release (which was an optional upgrade). Those who have upgraded to 1.1.57 should immediately upgrade to 1.1.58, though. Sorry for the inconvenience.

Release 1.1.56

29 Dec 23:51
Compare
Choose a tag to compare

UPDATED

  • Upgrade core to 2021.12.29.2 to support streaming snapshot loads

NOTE

This release is primarily an override fix for the tagged but unreleased 1.1.55. The release notes for Release 1.1.54 apply here.

Release 1.1.54

28 Dec 23:26
f04fc75
Compare
Choose a tag to compare

FIXED

  • Set base_dir correctly for prod.config (source builds) - @anthonyra
  • Fixes seek for historical balance (when enabled) - @syuan100
  • Fixes account at genesis block for historical balance (when enabled) - @syuan100
  • Fix wallet_import jsonrpc result documentation

UPDATED

  • Optimize docker build to cache intermediate build steps
  • Update blockchain-core to 2021.12.22.0

ADDED

  • Adds dockerignore to avoid extraneous resource uploads

Release 1.1.53

23 Nov 04:26
9fedd56
Compare
Choose a tag to compare

UPDATED

  • Upgrades blockchain-core to 2021.11.22.0 to rescue a chain var nonce that could cause a chain halt
  • Bump blessed snapshot to 1108081

NOTE: This upgrade is recommended if your node halts around block 1107994 with an invalid_nonce error

Release 1.1.52

21 Nov 14:02
2633d2d
Compare
Choose a tag to compare

This latest release fixes an issue introduced by the Rescue Block that was issued at height 1105523. It specifically allows the rescue block to be considered plausible and re-enables block syncing without a direct fast-forward or sync.

We strongly recommend upgrading to this release if your node is not syncing block 1105523.

More details here: helium/blockchain-core#1120

Release 1.1.51

19 Nov 02:59
976770f
Compare
Choose a tag to compare

UPDATED

  • Upgrade blockchain to 2021.11.18.0 for increased block gossip improvements

NOTES: This upgrade is highly recommended if you node is lagging or slow to keep up with the blockchain

Release 1.1.150

17 Nov 19:19
Compare
Choose a tag to compare

UPDATED

  • Upgrade blockchain to 2021.11.17.1 for block gossip and pending transaction improvements.

NOTES:

  • This upgrade is recommended to improve block sync and submitted transaction processing times
  • If you see a rust issue while building from source, please ensure that your rust is at least version 1.51 by upgrading. Normal rust upgrade procedure is:rustup install stable

Release 1.1.49

17 Nov 00:24
421c41d
Compare
Choose a tag to compare

UPDATED

  • Upgrade blockchain to 2021.11.16.1 for critical performance improvements.

NOTES:

  • This upgrade is required to add additional blockchain performance improvements to handle very large state channel based blocks
  • If you see a rust issue while building from source, please ensure that your rust is at least version 1.51 by upgrading. Normal rust upgrade procedure is:rustup install stable

Release 1.1.48

16 Nov 09:22
49c9728
Compare
Choose a tag to compare

UPDATED

  • Upgrade blockchain to 2021.11.16.0 for critical performance improvements.

NOTES: This upgrade is required to work through some very large state channel based blocks which would take a very long time and a lot of memory to absorb.