Version 1.1.0-rc1
Pre-release
Pre-release
- 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 now waits for ship to reply with a close message before exiting
- 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.