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

Releases: helium/blockchain-http

Release 1.2.129

07 Feb 21:10
42e0aaf
Compare
Choose a tag to compare

FIXES

  • Fixes up challengee/witness location if a witness is not asserted given there can be a few right after off chain PoC activation

Release 1.2.128

19 Nov 00:11
4136589
Compare
Choose a tag to compare

ADDED

  • Adds subnetwork_fund_v1 support

NOTE This release requires blockchain-etl 1.1.165 or later

Release 1.2.127

22 Jul 10:25
04b537b
Compare
Choose a tag to compare

ADDED

  • Adds state_channel_open_v1 and state_channel_close_v1 support
  • Add output for subnetwork balances (mobile, iot)
  • Add grpc_addr to validator json output

FIXED

  • Docker runner image version now matches the builder version to avoid runtime linker issues

NOTE This release requires blockchain-etl 1.1.154 or later

Release 1.2.126

11 May 18:53
e7a2546
Compare
Choose a tag to compare

FIXED

  • Fixes poc_receipts_v2 missing location_hex and challengee_location_hex fields

Release 1.1.125

11 May 16:34
9520321
Compare
Choose a tag to compare

ADDED

  • Adds poc_receipt_v2 support

UPDATED

  • Revert back to using the database gateway_status online field instead of using a custom derivation

Release 1.2.123

25 Jan 14:10
c25831c
Compare
Choose a tag to compare

ADDED

  • Adds hotspot_count and validator_count to /v1/account/:address

FIXED

  • Fixes filter_mode as a query parameter for the /v1/hotspots route

Release 1.2.122

13 Jan 01:43
f6ce7ee
Compare
Choose a tag to compare

ADDED

  • Added a /v1/hotspots/:address/rewards/:block route to expose rewards for a hotspot in a given rewards block
  • Added a /v1/accounts/:address/rewards/:block route to expose rewards for an account in a given rewards block
  • All rewards route results now include the detailed type field to indicate the type of reward. If the reward type is null the reward is an "old style" reward that is the sum of all rewards for that hotspot/account in a given rewards block

Release 1.2.121

31 Dec 04:07
24e5010
Compare
Choose a tag to compare

ADDED

  • Adds initial /v1/versions route to expose the blockchain-http version

UPDATED*

  • Updates the /v1/hotspots/:address/witnessed route to take the last 3 days (instead of 5 days) into account
  • Updates the witnessed route cache result time to one hour

Release 1.1.120

18 Dec 14:52
39d783f
Compare
Choose a tag to compare

ADDED

  • Added an optional actor query parameter to the /v1/transactions/:hash route that filters the transaction for the given actor. This is only supported for a few transactions like rewards and poc receipts to reduce the amount of returned data.

FIXED

  • Fixes duplicate activity count results
  • Fixes long cache TTL when no data is found

Release 1.2.119

15 Dec 14:10
0802530
Compare
Choose a tag to compare

ADDED

  • Exposes the header used to determine the source IP address to uses for the rate throttle as a a sys.config and environment variable THROTTLE_ACTOR_HEADER