Skip to content

Version 1.1.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@pnx pnx released this 19 Feb 14:15
· 156 commits to master since this release
v1.1.0-rc1
  • Adding flags for almost all config values.
  • Improved disconnect code for ship client.
    • Application now waits for ship to reply with a close message before exiting
      the application.
    • The application now recognizes an close error and no longer reports is as
      an actual error to the log.
  • Application only calls "GetInfo" from the antelope API once and only if it actually needs the information.
  • CI: update actions/checkout to version 4
  • CI: update actions/setup-go to version 5
  • golang: update github.com/eosswedenorg-go/antelope-ship-client to v0.2.7
  • golang: switched github.com/pborman/getopt for github.com/spf13/cobra
  • golang: use github.com/spf13/viper to handle configuration.