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

Releases: helium/blockchain-etl

Release 1.1.157

04 Aug 23:36
fef374f
Compare
Choose a tag to compare

FIXED

  • Fixes to_json for txns by using the blockchain_txn:to_json function instead of the be_txn:to_json` function.

Release 1.1.156

03 Aug 19:08
f6b7841
Compare
Choose a tag to compare

UPDATED

  • Upgrades blockchain-core to latest as of 07.28.2022 (edc710e)

Release 1.1.155

26 Jul 13:24
69ec0c9
Compare
Choose a tag to compare

FIXED

  • Fixes json output for token_type fields in payments_v2, subnet, and rewards transactions

UPDATED

  • Upgrades blockchain-core to latest as of 07.25.2022 (d614f91)

Release 1.1.154

18 Jul 18:18
0b5ca58
Compare
Choose a tag to compare

UPDATED

  • Upgrades blockchain-core to latest just past validator1.12.5 (b7e79e3)
  • Adds initial support for subnetwork creation and reward payout txns.

Notes

This release requires a short migration to add support for the new subnetwork transaction types

Release 1.1.151

28 Jun 19:53
71c0e19
Compare
Choose a tag to compare

UPDATED

  • Upgrades blockchain-core to latest just past validator1.11.7 (73ee062)

Notes

Please upgrade to v1.1.151 by 06/30/2022 00:00 UTC to ensure continued operation and the latest light hotspot fixes in core.

Release 1.1.147

03 Jun 18:21
feb0a45
Compare
Choose a tag to compare

ADDED

  • Adds a grpc_addr column to validator_status and populates it with the grpc address for a validator as part of the update cycle. This can take a while to populate

FIXED

  • Fixes gateway online status to use the hip17_interactivity_blocks chainvar to determine recent activity

UPDATED

  • Upgrades blockchain-core to latest as of 2022.06.03
  • Bumps assumed_valid block

Notes

  • This release requires a migration. The migration is quick, while the data for it will backfill over time
  • This release is a required upgrade to avoid a halt during h3dex activation. Please upgrade by June 8, 2022 00:00 UTC

Release 1.1.145

22 May 12:58
Compare
Choose a tag to compare

UPDATED

  • Upgrades blockchain-core to latest as of 2022.05.12.0

Notes

Please upgrade to v1.1.145 by 05/24/2022 00:00 UTC to ensure continued node operation and the latest light hotspot fixes in core.

Release 1.1.144

16 May 14:34
5d2fa36
Compare
Choose a tag to compare

FIXED

  • Fixes latest-snapshot.json save issue after snapshot saving

NOTE: this release is only needed if ETL was configured to save chain snapshots

Release 1.1.143

13 May 18:05
c4aa18f
Compare
Choose a tag to compare

ADDED

  • Add validator as actor in receipt_v2 txns

UPDATED

  • Upgrade blockchain core for snapshot filename fixes

Release 1.1.142

01 May 13:55
cbfaf9b
Compare
Choose a tag to compare

FIXED

  • Fixes gateway status online logic inversion issue

NOTES