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

Releases: helium/blockchain-etl

PoC v10

22 Sep 18:45
Compare
Choose a tag to compare
  • Upgrades blockchain-core for PoC v10

NOTE This release is required to avoid your node from halting

Fix blockchain halt

17 Sep 00:31
Compare
Choose a tag to compare

This release fixes a blockchain halt issue in the 1.1.8 release.

NOTE This upgrade is required to avoid your node from halting!

New Chain Variable for PoC V9

16 Sep 14:57
Compare
Choose a tag to compare

Upgrade blockchain-core to add:

  • A new chain variable for PoC V9
  • Multisig support

NOTE: This release is required to avoid your node from halting

INVALID - New Chain Variable for PoC V9

16 Sep 04:38
Compare
Choose a tag to compare

Upgrade blockchain-core to add:

  • A new chain variable for PoC V9
  • Multisig support

NOTE: This upgrade had a bad function reference. Please do NOT use this release. Use this release instead

OUI Fixes

09 Sep 20:25
9995e16
Compare
Choose a tag to compare
  • This adds the actual OUI value to the oui_v1 transactions and fixes up the existing OUI transactions

NOTE This release requires a migration. Make sure to stop ETL before running migrations

Remove gps info from gateway_status

09 Sep 20:24
4745734
Compare
Choose a tag to compare
  • Removes gps tracking from the etl database. It is not being used and will likely not be maintained as a hotspot feature

NOTE This release requires a migration. Ensure that ETL is stopped before running migrations

Rewards and Rewards Inventory

09 Sep 20:22
Compare
Choose a tag to compare
  • Adds a rewards table to track total rewards for each account/gateway pair per epoch
  • Adds a rewards_inventory table to track total rewards across all known epochs for each account/gateway pair

NOTE This release requires a migration. Ensure that ETL is stopped before running migrations

Blockchain Variable Upgrade

09 Sep 20:20
Compare
Choose a tag to compare
  • Upgrades the blockchain core to include new chain variables required for Data Credit Reward adjustments

Blockchain Variable Upgrade - INVALID

21 Aug 04:30
Compare
Choose a tag to compare
  • Upgrades the blockchain core to include new chain variables required for Data Credit Reward adjustments

NOTE: This upgrade is INVALID to avoid the node from halting please do not use this release

Token Burn and Pending Transaction Fixes

19 Aug 19:15
Compare
Choose a tag to compare
  • Adds fee to the token_burn pending transactions json
  • Store token_burn memo field in base64 to avoid language (JS) limits
  • Upgrade txn_manager to handle duplicate pending transactions