Skip to content

Commit

Permalink
build(deps): bump github.com/btcsuite/btcd/btcec/v2 from 2.3.2 to 2.3…
Browse files Browse the repository at this point in the history
….3 (#1327)

Bumps
[github.com/btcsuite/btcd/btcec/v2](https://github.com/btcsuite/btcd)
from 2.3.2 to 2.3.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/btcsuite/btcd/commit/e4b32e0ba97fbf2f9cb351ee4015d0e46b3abe9d"><code>e4b32e0</code></a>
Merge pull request <a
href="https://redirect.github.com/btcsuite/btcd/issues/2156">#2156</a>
from ffranr/add-pubkey-serialized-type</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/92b24d2ed3adfcc4cceb0d07b2e75ceddd1d4856"><code>92b24d2</code></a>
Merge pull request <a
href="https://redirect.github.com/btcsuite/btcd/issues/2150">#2150</a>
from xiaoxianBoy/fix-typos</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/ae5533602c46f4ea14a4da725c19cb3db7d5eb88"><code>ae55336</code></a>
Merge pull request <a
href="https://redirect.github.com/btcsuite/btcd/issues/2142">#2142</a>
from YusukeShimizu/feeRate-BTCkvB</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/665eeb52b19fce48a025afcde01ffdd781672299"><code>665eeb5</code></a>
btcec: add new type <code>SerializedKey</code></li>
<li><a
href="https://github.com/btcsuite/btcd/commit/31647e46ecbac0dfc4b6432bd3d3cc0136193740"><code>31647e4</code></a>
btcec: add missing doc comments</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/9851d96c0696a11aa211d6d54b76aa7fa87f7b13"><code>9851d96</code></a>
chore: fix typos</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/95330bc1bb33eaf21dd850b99bb3d84bcfa03237"><code>95330bc</code></a>
chore: fix some comments (<a
href="https://redirect.github.com/btcsuite/btcd/issues/2146">#2146</a>)</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/80b27f547157399c64b1717a4a528871bbfb7f5b"><code>80b27f5</code></a>
btcclient+btcjson: add type alias for BTC/kvB</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/bbb6967247309eca4024c14c39f702940cc7d664"><code>bbb6967</code></a>
btcclient+btcjson: feeRate to BTC/kvB</li>
<li><a
href="https://github.com/btcsuite/btcd/commit/a03259b26bfbb277ab2546dd77a8bb47182e257f"><code>a03259b</code></a>
Merge pull request <a
href="https://redirect.github.com/btcsuite/btcd/issues/1991">#1991</a>
from ffranr/add-json-support</li>
<li>Additional commits viewable in <a
href="https://github.com/btcsuite/btcd/compare/btcec/v2.3.2...btcec/v2.3.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/btcsuite/btcd/btcec/v2&package-manager=go_modules&previous-version=2.3.2&new-version=2.3.3)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 23, 2024
1 parent c7a4db7 commit 5aeb21a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/CosmWasm/wasmd v0.45.0
github.com/CosmWasm/wasmvm v1.5.2
github.com/armon/go-metrics v0.4.1
github.com/btcsuite/btcd/btcec/v2 v2.3.2
github.com/btcsuite/btcd/btcec/v2 v2.3.3
github.com/cometbft/cometbft v0.37.4
github.com/cometbft/cometbft-db v0.11.0
github.com/cosmos/cosmos-proto v1.0.0-beta.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ github.com/breml/bidichk v0.2.7/go.mod h1:YodjipAGI9fGcYM7II6wFvGhdMYsC5pHDlGzqv
github.com/breml/errchkjson v0.3.6 h1:VLhVkqSBH96AvXEyclMR37rZslRrY2kcyq+31HCsVrA=
github.com/breml/errchkjson v0.3.6/go.mod h1:jhSDoFheAF2RSDOlCfhHO9KqhZgAYLyvHe7bRCX8f/U=
github.com/btcsuite/btcd/btcec/v2 v2.2.0/go.mod h1:U7MHm051Al6XmscBQ0BoNydpOTsFAn707034b5nY8zU=
github.com/btcsuite/btcd/btcec/v2 v2.3.2 h1:5n0X6hX0Zk+6omWcihdYvdAlGf2DfasC0GMf7DClJ3U=
github.com/btcsuite/btcd/btcec/v2 v2.3.2/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04=
github.com/btcsuite/btcd/btcec/v2 v2.3.3 h1:6+iXlDKE8RMtKsvK0gshlXIuPbyWM/h84Ensb7o3sC0=
github.com/btcsuite/btcd/btcec/v2 v2.3.3/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04=
github.com/btcsuite/btcd/btcutil v1.1.2 h1:XLMbX8JQEiwMcYft2EGi8zPUkoa0abKIU6/BJSRsjzQ=
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc=
Expand Down

0 comments on commit 5aeb21a

Please sign in to comment.