feat!: simplify AppModuleBasic interface for CLI (backport #16890) (#16904)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2023-07-10 14:11:53 +00:00
committed by GitHub
co-authored by Julien Robert
parent c8a49b35cd
commit df8ba7e8ac
36 changed files with 135 additions and 329 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ It is based on the [CometBFT RFC 019](https://github.com/cometbft/cometbft/blob/
### Add Config Command
To add the confix tool, it's required to add the `ConfigCommand` to your application's root command file (e.g. `simd/cmd/root.go`).
To add the confix tool, it's required to add the `ConfigCommand` to your application's root command file (e.g. `<appd>/cmd/root.go`).
Import the `confixCmd` package:
+1 -1
View File
@@ -10,7 +10,7 @@ The `rosetta` package implements Coinbase's [Rosetta API](https://www.rosetta-ap
The Rosetta API server is a stand-alone server that connects to a node of a chain developed with Cosmos SDK.
To enable Rosetta API support, it's required to add the `RosettaCommand` to your application's root command file (e.g. `simd/cmd/root.go`).
To enable Rosetta API support, it's required to add the `RosettaCommand` to your application's root command file (e.g. `<appd>/cmd/root.go`).
Import the `rosettaCmd` package: