Releases: helium/gateway-rs
Releases · helium/gateway-rs
Release v1.0.0-alpha.33
WARNING This is the last release that helium_gateway will self update using the packaged release mechanism.
ADDED
- Adds Proof of Coverage beaconing to helium_gateway. The service will automatically beacon at the default rate of 6 hours, which is enforced by the IoT verifier oracle. Note that no rewards are earned for beaconing for (a) dataonly hotspots and (b) until of-chain PoC is activated
- Adds Proof of Coverage witnessing to helium_gateway. The service will report witnesses but note no rewards are earned for (a) dataonly hotspots and (b) until of-chain PoC is activated
UPDATED
- Reports adjusted transmit power if reported by the packet forwarder
REMOVED
- Removes the self update mechanism for helium_gateway. The self updater did not allow for maker testing before wide deployment. Makers are expected to integrate gateway-rs themselves, which most, if not all, already do
Release v1.0.0-alpha.31
(cargo-release) gateway-rs version 1.0.0-alpha.31
Release v1.0.0-alpha.30
(cargo-release) gateway-rs version 1.0.0-alpha.30
Release v1.0.0-alpha.29
(cargo-release) gateway-rs version 1.0.0-alpha.29
Release v1.0.0-alpha.28
(cargo-release) gateway-rs version 1.0.0-alpha.28
Release v1.0.0-alpha.27
FIXED
- Fixes issues with router clients not being able to route packets once the gateway's validator is disconnected or changed
Release v1.0.0-alpha.26
ADDED
- Adds validator/gateway version to the info output
UPDATED
- Changes default routers to known packet purchase routers
- Adjusts router clients to stay alive across gateway changes. This should allow packets within the same state channel to continue to flow during blockchain latencies.
- Updates semtech-udp package to tolerate imme packets with no tmst
NOTE*
This breaking change in the default.toml. If your default.toml was changed the auto-updater will not update it and the service will not be able to start.
Release v1.0.0-alpha.25
FIXED
- Fixes signature errors due to a proto field addition in region params
Release v1.0.0-alpha.24
UPDATED
- Update readme to clarify ecc defaults. @shawaj
- Make default router settings optional
- Expand seed validator list and only use them as seeds even for dataonly hotspots
FIXED
- Fixes prerm script for mtcdt target
- Fixes lgw-oregon ip/pubkey settings
ADDED
- Adds support for state channel diffs which reduces packet offer/purchase traffic significantly.
- Adds support for
onboarding
key in settings to accommodate older hotspots - Adds support for a testnet release channel, and associated routers
- Adds support for RisingHF target. @kent0628
- Adds support for ClodPi target. @karthiclodpi
- Adds support for CloudGate target. @DannyNe
Release v1.0.0-alpha.23
FIXED
- Fixes an init.d interaction issue with stdin that would cause helium_gateway to get restarted endlessly.
ADDED
- Adds a
--stdin
option that can be used by services that require helium_gateway to stop when stdin is closed - Adds friendlier logging when the cli can not connect to the helium_gateway local service
NOTES
- If your gateway service is not working (no packets or cli errors) because it is in an endless restart loop you will need to manually install this update.