feat: Integrate tendermint Block endpoints into the cli (#14659)

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
cipherZ
2023-02-14 19:23:45 +01:00
committed by GitHub
co-authored by Aleksandr Bezobchuk Julien Robert
parent cb23af6d97
commit 86eca4c72b
20 changed files with 1876 additions and 321 deletions
+2 -1
View File
@@ -235,8 +235,9 @@ func queryCommand() *cobra.Command {
cmd.AddCommand(
authcmd.GetAccountCmd(),
rpc.ValidatorCommand(),
rpc.BlockCommand(),
server.QueryBlockCmd(),
authcmd.QueryTxsByEventsCmd(),
server.QueryBlocksCmd(),
authcmd.QueryTxCmd(),
)