cosmos-sdk/client
dependabot[bot] a7d8477a19
build(deps): Bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.1.0 to 4.2.0 (#15839)
Bumps [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) from 4.1.0 to 4.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="bacf8444a8"><code>bacf844</code></a> secp256k1: Prepare v4.2.0.</li>
<li><a href="e0ad9b8687"><code>e0ad9b8</code></a> secp256k1: Update PrivKeyFromBytes comment.</li>
<li><a href="6c5b953d28"><code>6c5b953</code></a> secp256k1: Add GeneratePrivateKeyFromRand tests.</li>
<li><a href="bd0b82d0be"><code>bd0b82d</code></a> secp256k1: Require concerete rand for privkey gen.</li>
<li><a href="b4fab9efd8"><code>b4fab9e</code></a> chaincfg/chainhash: Prepare v1.0.4.</li>
<li><a href="d71616bddb"><code>d71616b</code></a> secp256k1: Add GeneratePrivateKeyFromRand function</li>
<li><a href="9aa79ec168"><code>9aa79ec</code></a> chaincfg: Introduce subsidy split change r2 agenda.</li>
<li><a href="7db7325c42"><code>7db7325</code></a> chaincfg: Introduce BLAKE3 PoW agenda.</li>
<li><a href="ce46220cf7"><code>ce46220</code></a> secp256k1: Fix typo in a doc comment</li>
<li><a href="ca02bcaf5a"><code>ca02bca</code></a> docs: Add release notes for v1.7.7.</li>
<li>Additional commits viewable in <a href="https://github.com/decred/dcrd/compare/blockchain/v4.1.0...dcrec/secp256k1/v4.2.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/decred/dcrd/dcrec/secp256k1/v4&package-manager=go_modules&previous-version=4.1.0&new-version=4.2.0)](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-04-14 10:14:21 +00:00
..
config style: more linting (#15618) 2023-03-30 13:00:18 +00:00
debug style: enable strict gofumpt (#15579) 2023-03-28 18:59:21 +00:00
docs docs: add swagger ui in docs (#15241) 2023-03-02 12:40:26 +00:00
flags refactor: remove cometbft/libs/cli import (#15673) 2023-04-03 14:48:02 +00:00
grpc feat!: add node status endpoint (#15597) 2023-04-13 13:42:52 +00:00
input chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
keys style: lint the client folder in the repo root (#15816) 2023-04-13 02:48:48 +00:00
pruning refactor(log): require destination in calls to NewLogger (#15262) 2023-03-06 19:05:49 +00:00
rpc chore: revert comet test skips (#15810) 2023-04-12 10:22:44 +00:00
testdata/fuzz/FuzzQueryBalance test(client): add a fuzz test for QueryBalance (#15763) 2023-04-13 08:12:21 +00:00
tx style: lint the client folder in the repo root (#15816) 2023-04-13 02:48:48 +00:00
v2 build(deps): Bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.1.0 to 4.2.0 (#15839) 2023-04-14 10:14:21 +00:00
account_retriever.go style: enable strict gofumpt (#15579) 2023-03-28 18:59:21 +00:00
broadcast_test.go style: lint the client folder in the repo root (#15816) 2023-04-13 02:48:48 +00:00
broadcast.go style: lint the client folder in the repo root (#15816) 2023-04-13 02:48:48 +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: remove cometbft/libs/cli import (#15673) 2023-04-03 14:48:02 +00:00
cometbft.go feat: Integrate tendermint Block endpoints into the cli (#14659) 2023-02-14 19:23:45 +01:00
context_test.go style: lint the client folder in the repo root (#15816) 2023-04-13 02:48:48 +00:00
context.go feat(client): Add cobra's context to clientCtx (#15458) 2023-03-20 14:14:58 +00:00
fuzz_test.go test(client): add a fuzz test for QueryBalance (#15763) 2023-04-13 08:12:21 +00:00
grpc_query_test.go test(client): add a fuzz test for QueryBalance (#15763) 2023-04-13 08:12:21 +00:00
grpc_query.go style: linting (#15704) 2023-04-06 23:25:23 +00:00
prompts.go feat: CLI tooling to generate proposal JSONs (#13304) 2022-09-19 14:22:04 +02:00
query.go refactor: remove bytes/HexBytes (#15211) 2023-03-01 18:27:23 +00:00
test_helpers.go style: enable strict gofumpt (#15579) 2023-03-28 18:59:21 +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