Skip to content

v0.0.3-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@taigrr taigrr released this 07 Jun 00:17
· 272 commits to master since this release
9e3f896

This release brings too many new changes into grlx to list them all, as it's been a while since the last release.

Some highlights:

  • New grlx version command prints out the version of the CLI and the paired farmer.
  • Public Key Cryptographic Authentication is now required for all relevant REST Endpoints
    • grlx auth subcommand has been added to make this easy
  • Rough installation documentation is available in the install directory
  • Binary compilation is now reproducible
  • Upgraded dependencies

As all traffic is encrypted with TLS and we now have authorization set up, it should now be safe to run grlx without requiring a secured network.

Caveats/Warnings:
There is still much in flux. Additionally, you may come across very ugly panic errors in the grlx CLI output when you're not properly authenticated, as EOF hangups aren't universally handled yet, that will come with the next refactor. Once you're authenticated, you should never see these.