This repository was archived by the owner on Jun 5, 2023. It is now read-only.
Releases: helium/blockchain-http
Releases · helium/blockchain-http
Release 1.2.118
FIXED
- Fixes accounts cursor queries to not fail every time
Release 1.2.117
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
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 settingTHROTTLE_REQUEST_TIME
, andTHROTTLE_REQUEST_INTERVAL
(both in milliseconds).
1.2.88: * Add hotspot mode to json
- Add hotspot mode to json
- Try more efficient activity lookup
- Fix location distance search paging duplicate
Network Emissions
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
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
- 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