Releases: helium/blockchain-node
Release 1.1.59
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
Release 1.1.56
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
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
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
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
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
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
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
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.