Skip to content

Commit 5aeb21a

Browse files
build(deps): bump github.com/btcsuite/btcd/btcec/v2 from 2.3.2 to 2.3.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>
1 parent c7a4db7 commit 5aeb21a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/CosmWasm/wasmd v0.45.0
1313
github.com/CosmWasm/wasmvm v1.5.2
1414
github.com/armon/go-metrics v0.4.1
15-
github.com/btcsuite/btcd/btcec/v2 v2.3.2
15+
github.com/btcsuite/btcd/btcec/v2 v2.3.3
1616
github.com/cometbft/cometbft v0.37.4
1717
github.com/cometbft/cometbft-db v0.11.0
1818
github.com/cosmos/cosmos-proto v1.0.0-beta.4

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ github.com/breml/bidichk v0.2.7/go.mod h1:YodjipAGI9fGcYM7II6wFvGhdMYsC5pHDlGzqv
345345
github.com/breml/errchkjson v0.3.6 h1:VLhVkqSBH96AvXEyclMR37rZslRrY2kcyq+31HCsVrA=
346346
github.com/breml/errchkjson v0.3.6/go.mod h1:jhSDoFheAF2RSDOlCfhHO9KqhZgAYLyvHe7bRCX8f/U=
347347
github.com/btcsuite/btcd/btcec/v2 v2.2.0/go.mod h1:U7MHm051Al6XmscBQ0BoNydpOTsFAn707034b5nY8zU=
348-
github.com/btcsuite/btcd/btcec/v2 v2.3.2 h1:5n0X6hX0Zk+6omWcihdYvdAlGf2DfasC0GMf7DClJ3U=
349-
github.com/btcsuite/btcd/btcec/v2 v2.3.2/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04=
348+
github.com/btcsuite/btcd/btcec/v2 v2.3.3 h1:6+iXlDKE8RMtKsvK0gshlXIuPbyWM/h84Ensb7o3sC0=
349+
github.com/btcsuite/btcd/btcec/v2 v2.3.3/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04=
350350
github.com/btcsuite/btcd/btcutil v1.1.2 h1:XLMbX8JQEiwMcYft2EGi8zPUkoa0abKIU6/BJSRsjzQ=
351351
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=
352352
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc=

0 commit comments

Comments
 (0)