Skip to content

Releases: helium/gateway-rs

Release v1.0.0-alpha.33

11 Jan 13:40
Compare
Choose a tag to compare

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

17 Aug 19:11
Compare
Choose a tag to compare
(cargo-release) gateway-rs version 1.0.0-alpha.31

Release v1.0.0-alpha.30

02 Aug 17:55
Compare
Choose a tag to compare
(cargo-release) gateway-rs version 1.0.0-alpha.30

Release v1.0.0-alpha.29

28 Jul 16:52
Compare
Choose a tag to compare
(cargo-release) gateway-rs version 1.0.0-alpha.29

Release v1.0.0-alpha.28

21 Jun 22:04
Compare
Choose a tag to compare
(cargo-release) gateway-rs version 1.0.0-alpha.28

Release v1.0.0-alpha.27

06 Jun 18:38
Compare
Choose a tag to compare

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

26 May 23:22
Compare
Choose a tag to compare

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

18 May 12:59
Compare
Choose a tag to compare

FIXED

  • Fixes signature errors due to a proto field addition in region params

Release v1.0.0-alpha.24

16 May 19:03
Compare
Choose a tag to compare

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

03 Mar 15:18
Compare
Choose a tag to compare

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.