Closed SpicyLemon closed 3 months ago
[!CAUTION]
Review failed
The pull request is closed.
The recent updates introduce a new version v1.19.1
, primarily addressing a bug related to Human Readable Prefix (HRP) in CLI queries. Additionally, significant improvements were made in the command configuration logic, allowing dynamic handling of the testnet mode based on user input. These changes enhance usability and clarity while ensuring that users can easily track modifications and issues addressed in the release.
File(s) | Change Summary |
---|---|
CHANGELOG.md |
Added version entry for v1.19.1 with bug fix related to HRP in CLI queries. |
cmd/provenanced/cmd/root.go |
Updated NewRootCmd to use isTestnetFlagSet() , improving command flexibility. Introduced isTestnetFlagSet() function for better testnet state management. |
sequenceDiagram
participant User
participant CLI
participant App
User->>CLI: Execute command
CLI->>App: Check for --testnet flag
App->>CLI: Return testnet status
CLI->>App: Proceed with command based on user input
🐇 "Oh, change is afoot, hop, skip, and bound,
New flags and fixes, let joy abound!
With testnets set right, our paths now align,
In code we trust, our futures entwine!
So let's leap for joy, with each little fix,
In the garden of code, it's magic we mix!" 🌼✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
This is a frontport of the following PR to
main
:2108
It updates the changelog to mark
v1.19.1
and fixes the mainnet queries.Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passesSummary by CodeRabbit
New Features
Bug Fixes
Documentation
v1.19.1
, detailing improvements and fixes for better user awareness.