fix(client/v2/autocli): add CoinDec flag (#22817)

Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
Julián Toledano
2024-12-10 20:20:30 +00:00
committed by GitHub
co-authored by Marko Julien Robert
parent 6a7ecd89ee
commit 57b4d3003b
69 changed files with 251 additions and 95 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ go 1.12
// so there are no problems building this with any version of the SDK.
// This module should only use the golang standard library (database/sql)
// and cosmossdk.io/indexer/base.
require cosmossdk.io/schema v0.3.0
require cosmossdk.io/schema v0.4.0
replace cosmossdk.io/schema => ../../schema
+1 -1
View File
@@ -4,7 +4,7 @@ go 1.23
require (
cosmossdk.io/indexer/postgres v0.0.0-00010101000000-000000000000
cosmossdk.io/schema v0.3.0
cosmossdk.io/schema v0.4.0
cosmossdk.io/schema/testing v0.0.0
github.com/fergusstrange/embedded-postgres v1.29.0
github.com/hashicorp/consul/sdk v0.16.1