Releases: helium/blockchain-node
Release 1.1.47
This release contains a blockchain-core upgrade that adds support for a new chain variable for transferring Hotspots. This makes this release mandatory for all users. More details on the timeline below.
In addition to the above, this release:
- improves peer gossip and block syncing
- makes storing full json optional. This is off by default and can be reenabled by setting
store_json
totrue
insys.config
- addresses a crash that some nodes experienced that was introduced in
1.1.40
NOTE: This is a mandatory upgrade for all operators as it includes essential core upgrades to support future chain variables. The deadline for this upgrade is Thursday, November 18, 2021 00:00 UTC
Release 1.1.45
FIXES
- Witness json crash in core
NOTE: This upgrade is required if the node crashed at block 1088130
Release 1.1.42
UPDATED
- Upgrade blockchain-core to 2021.10.21.0 to pick up some potential improvements to race conditions
Release 1.1.41
UPDATED
- Updated blockchain core to pick up some chain fold improvements and a potential fix for a race condition
- Disabled
store_implicit_burns
andstore_htlc_receipts
by default
Release 1.1.40
ADDED
- Adds tracking of implicit burns (@syuan100 )
- Adds an implicit burn endpoint to the jsonrpc API (@syuan100)
- Adds an endpoint to get HTLC details (@syuan100)
- Adds ability to get account balances at a given
height
(@syuan100)
FIXES
- Sets build profile to
dev
only if not defined (@varshard)
NOTE
This release is required to avoid a node halt when Proof-of-Coverage v11 and Election Version v6 are activated. We ask all operators to upgrade by Tuesday, October 19, 2021 00:00 UTC.
Release 1.1.39
FIXES
- Fix docker makefile with correct port. @olb1ue
- Upgrade blockchain_core to 2021.08.27.0 to improve block absorb times
UPDATED
- Upgrade snapshot to last known chain snapshot
snap-983521
Block Transaction Types
ADDED
- The
block_get
endpoint will now return a list of maps for transactions that include the transaction hash and the transaction type
UPDATED
- The blessed snapshot was updated to the latest known snapshot to speed up initial syncing
Bump Core / Snapshot
1.1.37 * Bump core
Light Gateway Support
- Upgrade core to pick up required light gateway support code
- Some block absorb stability improvements
- Improve likelihood for network snapshot consensus
NOTE
This release is required to avoid a node halt when light gateways are activated
Transaction Fix
- Fixes a crash in
transaction_get
for transactions that were not stored in enhanced form