Skip to content

Release v1.0.0-alpha.20

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 00:30
· 463 commits to main since this release

ADDED

  • ECC608 support which allows using the ECC for all crypto signing (and ecdh) operations. See the README for configuration instructions. (thanks @shawaj for the review)
  • A service (grpc) API that is used to have the cli talk to a locally running instance to get public keys, and sign transactions
  • Adds RSSI to the packet uplink log information

UPDATED

  • The smartharvest build configures the ecc for default use now (@greenbreakfast )