Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 3.42 KB

CHANGELOG.md

File metadata and controls

85 lines (57 loc) · 3.42 KB

Changelog

Unreleased

Improvements

  • #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

Features

  • #26 Enable just depositing with the binary

Improvements

  • #27 Add MIT license
  • #28 Use Cobra CLI package
  • #29 Adjust repository name from upgrade-local-node-go to evmos-utils
  • #30 Use zerolog for logging

v0.3.0 - 2023-08-30

Features

  • #14 Enable just voting with the binary

Improvements

  • #7 Add linters plus corresponding refactors
  • #6 Restructuring and refactoring
  • #4 Add GH actions and Makefile for testing
  • #3 Use broadcast mode sync instead of block
  • #2 Only vote if account has delegations

v0.2.0 - 2023-08-09

Improvements

  • #1 Adaptively gets keys and current proposal ID from the local node

v0.1.0 - 2023-08-01

Features

  • 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