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.47

11 Nov 22:35
2ebffb2
Compare
Choose a tag to compare

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 to true in sys.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

07 Nov 10:42
5bdd266
Compare
Choose a tag to compare

FIXES

  • Witness json crash in core

NOTE: This upgrade is required if the node crashed at block 1088130

Release 1.1.42

21 Oct 21:33
aaaa8c2
Compare
Choose a tag to compare

UPDATED

  • Upgrade blockchain-core to 2021.10.21.0 to pick up some potential improvements to race conditions

Release 1.1.41

19 Oct 22:51
dd470ef
Compare
Choose a tag to compare

UPDATED

  • Updated blockchain core to pick up some chain fold improvements and a potential fix for a race condition
  • Disabled store_implicit_burns and store_htlc_receipts by default

Release 1.1.40

12 Oct 00:02
b48bdd8
Compare
Choose a tag to compare

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

30 Aug 20:15
e7fc679
Compare
Choose a tag to compare

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

04 Aug 11:17
Compare
Choose a tag to compare

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

04 Aug 11:15
f012c1d
Compare
Choose a tag to compare
1.1.37

* Bump core

Light Gateway Support

15 Jul 23:13
708640b
Compare
Choose a tag to compare
  • 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

01 Jul 12:32
Compare
Choose a tag to compare
  • Fixes a crash in transaction_get for transactions that were not stored in enhanced form