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

Releases: helium/blockchain-http

Release 1.2.118

15 Dec 14:08
2868141
Compare
Choose a tag to compare

FIXED

  • Fixes accounts cursor queries to not fail every time

Release 1.2.117

15 Dec 14:07
a5589eb
Compare
Choose a tag to compare

ADDED

  • Adds a role route as a sibling to each of the activity routes to indicate much quicker what block/transaction and role a particular entity had over a range of time. e.g. /v1/hotspots/:address/roles and /v1/accounts/:address/roles

REMOVED

  • Disables the cursor only redirect when additional query parameters are provided. It was causing issues for explorer/app services

FIXED

  • Fixes pending transaction eequery types to avoid all route failures

Release 1.2.115

19 Nov 19:24
c671ec8
Compare
Choose a tag to compare

ADDED

  • Adds a redirect for routes with more than the cursor parameters back to the cursor only version to aid in caching
  • Adds request throttling to limit requests to a configurable duty cycle. Default is 20 seconds per 60 seconds for each source IP address. This can be overridden in sys.config or by setting THROTTLE_REQUEST_TIME, and THROTTLE_REQUEST_INTERVAL (both in milliseconds).

1.2.88: * Add hotspot mode to json

21 May 15:09
0eda62a
Compare
Choose a tag to compare
  • Add hotspot mode to json
  • Try more efficient activity lookup
  • Fix location distance search paging duplicate

Network Emissions

15 Mar 18:42
Compare
Choose a tag to compare

This release:

  • Switches to using quay for docker deployment
  • Erlang 23 for builds since it's now based on erlang-builder:2
  • Adds a /v1/rewards/sum route to offer total and time bucketed HNT emmisions

Reward Scale

21 Jan 15:53
07aabe6
Compare
Choose a tag to compare

This release:

  • Adds a v1/locations/:h3index route to return geo information for a given (string encoded) h3 index
  • Adds reward_scale to hotspot json output
  • Adds last_poc_challange to hotspot json output

Oracle Price Predictions

10 Jul 21:00
1d0d06b
Compare
Choose a tag to compare
  • Adds /v1/oracle/predictions to indicate the earliest time and expected price for an HNT Oracle Price change
  • Adds /v1/oracle/prices/:block to return the valid HNT oracle price at a given block height