- #32 Minor refactor in CLI commands
- #35 Update to Evmos v17.
- #38 Add flags to CLI commands to enable more configuration.
v0.4.0 - 2023-12-18
- #26 Enable just depositing with the binary
- #27 Add MIT license
- #28 Use Cobra CLI package
- #29 Adjust repository name from
upgrade-local-node-go
toevmos-utils
- #30 Use zerolog for logging
v0.3.0 - 2023-08-30
- #14 Enable just voting with the binary
- #7 Add linters plus corresponding refactors
- #6 Restructuring and refactoring
- #4 Add GH actions and Makefile for testing
- #3 Use broadcast mode
sync
instead ofblock
- #2 Only vote if account has delegations
v0.2.0 - 2023-08-09
- #1 Adaptively gets keys and current proposal ID from the local node
v0.1.0 - 2023-08-01
- Gets current block height of local node (at
http://localhost:26657
) - Submit a software upgrade proposal to a running local Evmos node for the target version
- Vote on the software proposal