This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
Releases: helium/blockchain-etl
Releases · helium/blockchain-etl
PoC v10
Fix blockchain halt
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
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
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
Remove gps info from gateway_status
- 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
- 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
- Upgrades the blockchain core to include new chain variables required for Data Credit Reward adjustments
Blockchain Variable Upgrade - INVALID
- 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
- 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