cosmos-sdk/client
dependabot[bot] 8a46a3d4fe
build(deps): Bump cosmossdk.io/api from 0.3.0 to 0.3.1 (#15092)
Bumps [cosmossdk.io/api](https://github.com/cosmos/cosmos-sdk) from 0.3.0 to 0.3.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/blob/v0.3.1/CHANGELOG.md">cosmossdk.io/api's changelog</a>.</em></p>
<blockquote>
<h2>0.3.1 (March 23, 2017)</h2>
<p>IMPROVEMENTS:</p>
<ul>
<li>CLI returns exit code 1 and logs error before exiting</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.3.0...v0.3.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/api&package-manager=go_modules&previous-version=0.3.0&new-version=0.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
2023-02-20 20:39:19 +00:00
..
config refactor: rename to CometBFT (#14914) 2023-02-06 18:11:14 +00:00
debug refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
docs fix(confix): wrong key set using set command (#14962) 2023-02-09 06:03:23 +00:00
flags refactor: rename commands to match consensus engine name (#14956) 2023-02-08 20:09:28 +00:00
grpc refactor: rename commands to match consensus engine name (#14956) 2023-02-08 20:09:28 +00:00
input chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
keys refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
pruning refactor!: migrate Cosmos SDK to CometBFT (#14897) 2023-02-05 14:51:33 +01:00
rpc feat: Integrate tendermint Block endpoints into the cli (#14659) 2023-02-14 19:23:45 +01:00
testutil chore: lint tests (#14268) 2022-12-18 23:48:31 +00:00
tx refactor: rename commands to match consensus engine name (#14956) 2023-02-08 20:09:28 +00:00
v2 build(deps): Bump cosmossdk.io/api from 0.3.0 to 0.3.1 (#15092) 2023-02-20 20:39:19 +00:00
account_retriever.go chore!: Refactor x/bank CLI Tests (#12706) 2022-08-03 12:08:41 -04:00
broadcast_test.go refactor: rename to CometBFT (#14914) 2023-02-06 18:11:14 +00:00
broadcast.go refactor: rename commands to match consensus engine name (#14956) 2023-02-08 20:09:28 +00:00
cmd_test.go fix(cli): home flag gets ignored when running help (#11645) 2022-04-21 09:27:31 -04:00
cmd.go refactor: simply errors (#15067) 2023-02-20 12:03:40 +00:00
cometbft.go feat: Integrate tendermint Block endpoints into the cli (#14659) 2023-02-14 19:23:45 +01:00
context_test.go fix: correct path required proto testdata (#14991) 2023-02-11 16:59:16 +00:00
context.go refactor: rename to CometBFT (#14914) 2023-02-06 18:11:14 +00:00
grpc_query_test.go chore: rename log pkg and add zerolog (#14955) 2023-02-08 11:32:22 +00:00
grpc_query.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
internal_client_test.go fix(codec): MarshalInterface should err when UnmarshalInterface will fail (#12964) 2022-08-19 18:42:55 +00:00
prompts.go feat: CLI tooling to generate proposal JSONs (#13304) 2022-09-19 14:22:04 +02:00
query.go refactor: simply errors (#15067) 2023-02-20 12:03:40 +00:00
test_helpers.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
tx_config.go feat: add cli for tips transactions (#10311) 2021-12-07 18:02:21 +00:00
utils_test.go client: fix Paginate's arguments validation (#6205) 2020-05-13 13:14:43 +00:00
utils.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00