Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 2.08 KB

File metadata and controls

56 lines (40 loc) · 2.08 KB

Changelog

[Unreleased]

[v2.0.0-beta.2] - 2024-XX-XX

Improvements

  • #19618 Marshal enum as string in queries.
  • #19060 Use client context from root (or enhanced) command in autocli commands.
    • Note, the given command must have a client.Context in its context.
  • #19216 Do not overwrite TxConfig, use directly the one provided in context. TxConfig should always be set in the client.Context in root.go of an app.

Bug Fixes

  • #19377 Partly fix comment parsing in autocli.
  • #19060 Simplify key flag parsing logic in flag handler.

[v2.0.0-beta.1] - 2023-11-07

This is the first tagged version of client/v2. It depends on the Cosmos SDK v0.50 release and fully supports AutoCLI.