Skip to content

Commit 018f9e1

Browse files
author
Alex | Interchain Labs
authored
chore: prep client/v2 for release (#24540)
1 parent f560014 commit 018f9e1

File tree

4 files changed

+39
-39
lines changed

4 files changed

+39
-39
lines changed

client/v2/CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
3434

3535
# Changelog
3636

37-
## [Unreleased]
37+
## [v2.0.0-beta.9](https://github.com/cosmos/cosmos-sdk/tree/client/v2.0.0-beta.9) - 2025-04-24
3838

3939
### Features
4040

@@ -49,17 +49,17 @@ Ref: https://keepachangelog.com/en/1.0.0/
4949
* (cli) [#24330](https://github.com/cosmos/cosmos-sdk/pull/24330) Use the gogoproto merge registry as a file resolver instead of the interface registry.
5050
* [#21853](https://github.com/cosmos/cosmos-sdk/pull/21853) Fix `*big.Int` unmarshalling in txs.
5151

52-
## [v2.0.0-beta.8] - 2025-01-29
52+
## [v2.0.0-beta.8](https://github.com/cosmos/cosmos-sdk/tree/client/v2.0.0-beta.8) - 2025-01-29
5353

5454
* [#23544](https://github.com/cosmos/cosmos-sdk/pull/23544) Support map in queries for autocli.
5555

56-
## [v2.0.0-beta.7] - 2024-12-10
56+
## [v2.0.0-beta.7](https://github.com/cosmos/cosmos-sdk/tree/client/v2.0.0-beta.7) - 2024-12-10
5757

5858
### Bug Fixes
5959

6060
* [#22817](https://github.com/cosmos/cosmos-sdk/pull/22817) Add DecCoin support in autocli flag builder.
6161

62-
## [v2.0.0-beta.6] - 2024-11-21
62+
## [v2.0.0-beta.6](https://github.com/cosmos/cosmos-sdk/tree/client/v2.0.0-beta.6) - 2024-11-21
6363

6464
### Improvements
6565

@@ -71,13 +71,13 @@ Ref: https://keepachangelog.com/en/1.0.0/
7171
* [#21809](https://github.com/cosmos/cosmos-sdk/pull/21809) Correctly handle enhanced sub commands.
7272
* [#22576](https://github.com/cosmos/cosmos-sdk/pull/22576) Fix duplicate command addition in `autocli` when custom enhanced command has a different name than module name
7373

74-
## [v2.0.0-beta.5] - 2024-09-18
74+
## [v2.0.0-beta.5](https://github.com/cosmos/cosmos-sdk/tree/client/v2.0.0-beta.5) - 2024-09-18
7575

7676
### Improvements
7777

7878
* [#21936](https://github.com/cosmos/cosmos-sdk/pull/21936) Print possible enum values in error message after an invalid input was provided.
7979

80-
## [v2.0.0-beta.4] - 2024-07-16
80+
## [v2.0.0-beta.4](https://github.com/cosmos/cosmos-sdk/tree/client/v2.0.0-beta.4) - 2024-07-16
8181

8282
### Improvements
8383

@@ -87,13 +87,13 @@ Ref: https://keepachangelog.com/en/1.0.0/
8787

8888
* [#20964](https://github.com/cosmos/cosmos-sdk/pull/20964) Fix `GetNodeHomeDirectory` helper in `client/v2/helpers` to respect the `(PREFIX)_HOME` environment variable.
8989

90-
## [v2.0.0-beta.3] - 2024-07-15
90+
## [v2.0.0-beta.3](https://github.com/cosmos/cosmos-sdk/tree/client/v2.0.0-beta.3) - 2024-07-15
9191

9292
### Features
9393

9494
* [#20771](https://github.com/cosmos/cosmos-sdk/pull/20771) Add `GetNodeHomeDirectory` helper in `client/v2/helpers`.
9595

96-
## [v2.0.0-beta.2] - 2024-06-19
96+
## [v2.0.0-beta.2](https://github.com/cosmos/cosmos-sdk/tree/client/v2.0.0-beta.2) - 2024-06-19
9797

9898
### Features
9999

@@ -122,7 +122,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
122122

123123
* [#19646](https://github.com/cosmos/cosmos-sdk/pull/19646) Remove keyring from `autocli.AppOptions` and `flag.Builder` options.
124124

125-
## [v2.0.0-beta.1] - 2023-11-07
125+
## [v2.0.0-beta.1](https://github.com/cosmos/cosmos-sdk/tree/client/v2.0.0-beta.1) - 2023-11-07
126126

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

client/v2/autocli/testdata/help-echo-msg.golden

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@ Usage:
44
test send [from_key_or_address] [to_address] [amount] [flags]
55

66
Flags:
7-
-a, --account-number uint The account number of the signing account (offline mode only)
8-
--aux Generate aux signer data instead of sending a tx
9-
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
10-
--chain-id string The network chain ID
11-
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
12-
--fee-granter string Fee granter grants fees for the transaction
13-
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
14-
--fees string Fees to pay along with transaction; eg: 10uatom
15-
--from string Name or address of private key with which to sign
16-
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
17-
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
18-
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
19-
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
20-
-h, --help help for send
21-
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
22-
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
23-
--ledger Use a connected Ledger device
24-
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
25-
--note string Note to add a description to the transaction (previously --memo)
26-
--offline Offline mode (does not allow any online functionality)
27-
-o, --output string Output format (text|json) (default "json")
28-
-s, --sequence uint The sequence number of the signing account (offline mode only)
29-
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
30-
--timeout-duration duration TimeoutDuration is the duration the transaction will be considered valid in the mempool. The transaction's unordered nonce will be set to the time of transaction creation + the duration value passed. If the transaction is still in the mempool, and the block time has passed the time of submission + TimeoutTimestamp, the transaction will be rejected.
31-
--timeout-height uint DEPRECATED: Please use --timeout-duration instead. Set a block timeout height to prevent the tx from being committed past a certain height
32-
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
33-
--unordered Enable unordered transaction delivery; must be used in conjunction with --timeout-duration
34-
-y, --yes Skip tx broadcasting prompt confirmation
7+
-a, --account-number uint The account number of the signing account (offline mode only)
8+
--aux Generate aux signer data instead of sending a tx
9+
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
10+
--chain-id string The network chain ID
11+
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
12+
--fee-granter string Fee granter grants fees for the transaction
13+
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
14+
--fees string Fees to pay along with transaction; eg: 10uatom
15+
--from string Name or address of private key with which to sign
16+
--gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
17+
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
18+
--gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
19+
--generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
20+
-h, --help help for send
21+
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
22+
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
23+
--ledger Use a connected Ledger device
24+
--node string <host>:<port> to CometBFT rpc interface for this chain (default "tcp://localhost:26657")
25+
--note string Note to add a description to the transaction (previously --memo)
26+
--offline Offline mode (does not allow any online functionality)
27+
-o, --output string Output format (text|json) (default "json")
28+
-s, --sequence uint The sequence number of the signing account (offline mode only)
29+
--sign-mode string Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature
30+
--timeout-height uint DEPRECATED: Please use --timeout-timestamp instead. Set a block timeout height to prevent the tx from being committed past a certain height
31+
--timeout-timestamp int Set a block timeout timestamp to prevent the tx from being committed past a certain time
32+
--tip string Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
33+
--unordered Enable unordered transaction delivery; must be used in conjunction with --timeout-timestamp
34+
-y, --yes Skip tx broadcasting prompt confirmation

client/v2/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module cosmossdk.io/client/v2
22

33
go 1.23.2
44

5-
replace github.com/cosmos/cosmos-sdk => ../..
6-
75
require (
86
cosmossdk.io/api v0.9.0
97
cosmossdk.io/core v0.11.3

client/v2/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ github.com/cosmos/cosmos-db v1.1.1 h1:FezFSU37AlBC8S98NlSagL76oqBRWq/prTPvFcEJNC
151151
github.com/cosmos/cosmos-db v1.1.1/go.mod h1:AghjcIPqdhSLP/2Z0yha5xPH3nLnskz81pBx3tcVSAw=
152152
github.com/cosmos/cosmos-proto v1.0.0-beta.5 h1:eNcayDLpip+zVLRLYafhzLvQlSmyab+RC5W7ZfmxJLA=
153153
github.com/cosmos/cosmos-proto v1.0.0-beta.5/go.mod h1:hQGLpiIUloJBMdQMMWb/4wRApmI9hjHH05nefC0Ojec=
154+
github.com/cosmos/cosmos-sdk v0.53.0-rc.4 h1:05dIPOlhrhmG2REKiO3d5f7GKiwKHsPAsEk5AzCKsI0=
155+
github.com/cosmos/cosmos-sdk v0.53.0-rc.4/go.mod h1:YO+j/mhuP+AGvDpGuK2+oVKyF7QMl3iMZX4LEP+HYd4=
154156
github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY=
155157
github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw=
156158
github.com/cosmos/gogogateway v1.2.0 h1:Ae/OivNhp8DqBi/sh2A8a1D0y638GpL3tkmLQAiKxTE=

0 commit comments

Comments
 (0)