This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
Releases: helium/blockchain-http
Releases · helium/blockchain-http
Release 1.2.129
Release 1.2.128
Release 1.2.127
ADDED
- Adds
state_channel_open_v1
andstate_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
FIXED
- Fixes
poc_receipts_v2
missinglocation_hex
andchallengee_location_hex
fields
Release 1.1.125
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
ADDED
- Adds
hotspot_count
andvalidator_count
to/v1/account/:address
FIXED
- Fixes
filter_mode
as a query parameter for the/v1/hotspots
route
Release 1.2.122
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 isnull
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
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
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
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