Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to support v0.51 + backwards compatible wasm parsing #59

Open
wants to merge 29 commits into
base: chains/nyx/mainnet
Choose a base branch
from

Commits on Nov 23, 2023

  1. build(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#674)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from
    1.7.0 to 1.8.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.8.0</h2>
    <h2>✨ Features</h2>
    <ul>
    <li>Support usage as plugin for tools like kubectl by <a
    href="https://github.com/nirs"><code>@​nirs</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/2018">spf13/cobra#2018</a>
    - this means that programs that utilize a &quot;plugin-like&quot;
    structure have much better support and usage (like for completions,
    command paths, etc.)</li>
    <li>Move documentation sources to site/content by <a
    href="https://github.com/umarcor"><code>@​umarcor</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/1428">spf13/cobra#1428</a></li>
    <li>Add 'one required flag' group by <a
    href="https://github.com/marevers"><code>@​marevers</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/1952">spf13/cobra#1952</a>
    - this includes a new <code>MarkFlagsOneRequired</code> API for flags
    which can be used to mark a flag group as required and cause command
    failure if at least one is not used when invoked.</li>
    <li>Customizable error message prefix by <a
    href="https://github.com/5ouma"><code>@​5ouma</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/2023">spf13/cobra#2023</a>
    - This adds the <code>SetErrPrefix</code> and <code>ErrPrefix</code>
    APIs on the <code>Command</code> struct to allow for setting a custom
    prefix for errors</li>
    <li>feat: add getters for flag completions by <a
    href="https://github.com/avirtopeanu-ionos"><code>@​avirtopeanu-ionos</code></a>
    in <a
    href="https://redirect.github.com/spf13/cobra/pull/1943">spf13/cobra#1943</a></li>
    <li>Feature: allow running persistent run hooks of all parents by <a
    href="https://github.com/vkhoroz"><code>@​vkhoroz</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/2044">spf13/cobra#2044</a></li>
    <li>Improve API to get flag completion function by <a
    href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> in
    <a
    href="https://redirect.github.com/spf13/cobra/pull/2063">spf13/cobra#2063</a></li>
    </ul>
    <h2>🐛 Bug fixes</h2>
    <ul>
    <li>Fix typo in fish completions by <a
    href="https://github.com/twpayne"><code>@​twpayne</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/1945">spf13/cobra#1945</a></li>
    <li>Fix grammar: 'allows to' by <a
    href="https://github.com/supertassu"><code>@​supertassu</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/1978">spf13/cobra#1978</a></li>
    <li>powershell: escape variable with curly brackets by <a
    href="https://github.com/Luap99"><code>@​Luap99</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/1960">spf13/cobra#1960</a></li>
    <li>Don't complete --help flag when flag parsing disabled by <a
    href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> in
    <a
    href="https://redirect.github.com/spf13/cobra/pull/2061">spf13/cobra#2061</a></li>
    <li>Replace all non-alphanumerics in active help env var program prefix
    by <a href="https://github.com/scop"><code>@​scop</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/1940">spf13/cobra#1940</a></li>
    </ul>
    <h2>🔧 Maintenance</h2>
    <ul>
    <li>build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0
    by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
    in <a
    href="https://redirect.github.com/spf13/cobra/pull/1971">spf13/cobra#1971</a></li>
    <li>build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0
    by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
    in <a
    href="https://redirect.github.com/spf13/cobra/pull/1976">spf13/cobra#1976</a></li>
    <li>build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
    by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
    in <a
    href="https://redirect.github.com/spf13/cobra/pull/2021">spf13/cobra#2021</a></li>
    <li>build(deps): bump actions/setup-go from 3 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/1934">spf13/cobra#1934</a></li>
    <li>build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to
    2.0.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/2047">spf13/cobra#2047</a></li>
    <li>build(deps): bump actions/checkout from 3 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/2028">spf13/cobra#2028</a></li>
    <li>command: temporarily disable G602 due to <a
    href="https://redirect.github.com/securego/gosec/issues/1005">securego/gosec#1005</a>
    by <a href="https://github.com/umarcor"><code>@​umarcor</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/2022">spf13/cobra#2022</a></li>
    </ul>
    <h2>🧪 Testing &amp; CI/CD</h2>
    <ul>
    <li>test: make fish_completions_test more robust by <a
    href="https://github.com/branchvincent"><code>@​branchvincent</code></a>
    in <a
    href="https://redirect.github.com/spf13/cobra/pull/1980">spf13/cobra#1980</a></li>
    <li>golangci: enable 'unused' and disable deprecated replaced by it by
    <a href="https://github.com/umarcor"><code>@​umarcor</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/1983">spf13/cobra#1983</a></li>
    <li>cleanup: minor corrections to unit tests by <a
    href="https://github.com/JunNishimura"><code>@​JunNishimura</code></a>
    in <a
    href="https://redirect.github.com/spf13/cobra/pull/2003">spf13/cobra#2003</a></li>
    <li>ci: test golang 1.21 by <a
    href="https://github.com/nunoadrego"><code>@​nunoadrego</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/2024">spf13/cobra#2024</a></li>
    <li>Fix linter errors by <a
    href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> in
    <a
    href="https://redirect.github.com/spf13/cobra/pull/2052">spf13/cobra#2052</a></li>
    <li>Add tests for flag completion registration by <a
    href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> in
    <a
    href="https://redirect.github.com/spf13/cobra/pull/2053">spf13/cobra#2053</a></li>
    </ul>
    <h2>✏️ Documentation</h2>
    <ul>
    <li>doc: fix typo, Deperecated -&gt; Deprecated by <a
    href="https://github.com/callthingsoff"><code>@​callthingsoff</code></a>
    in <a
    href="https://redirect.github.com/spf13/cobra/pull/2000">spf13/cobra#2000</a></li>
    <li>Add notes to doc about the execution condition of *PreRun and
    *PostRun functions by <a
    href="https://github.com/haoming29"><code>@​haoming29</code></a> in <a
    href="https://redirect.github.com/spf13/cobra/pull/2041">spf13/cobra#2041</a></li>
    </ul>
    <hr />
    <p>Thank you everyone who contributed to this release and all your hard
    work! Cobra and this community would never be possible without all of
    you!!!! 🐍</p>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0">https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/spf13/cobra/commit/a0a6ae020bb3899ff0276067863e50523f897370"><code>a0a6ae0</code></a>
    Improve API to get flag completion function (<a
    href="https://redirect.github.com/spf13/cobra/issues/2063">#2063</a>)</li>
    <li><a
    href="https://github.com/spf13/cobra/commit/890302a35f578311404a462b3cdd404f34db3720"><code>890302a</code></a>
    Support usage as plugin for tools like kubectl (<a
    href="https://redirect.github.com/spf13/cobra/issues/2018">#2018</a>)</li>
    <li><a
    href="https://github.com/spf13/cobra/commit/48cea5c87b5299b68c3f5b7f2c67ea948717276f"><code>48cea5c</code></a>
    build(deps): bump actions/checkout from 3 to 4 (<a
    href="https://redirect.github.com/spf13/cobra/issues/2028">#2028</a>)</li>
    <li><a
    href="https://github.com/spf13/cobra/commit/22953d88453ec9343b4a78b9d67400a3326f3138"><code>22953d8</code></a>
    Replace all non-alphanumerics in active help env var program prefix (<a
    href="https://redirect.github.com/spf13/cobra/issues/1940">#1940</a>)</li>
    <li><a
    href="https://github.com/spf13/cobra/commit/00b68a1c260eaf2b9bcb10a3178d36cec81548ca"><code>00b68a1</code></a>
    Add tests for flag completion registration (<a
    href="https://redirect.github.com/spf13/cobra/issues/2053">#2053</a>)</li>
    <li><a
    href="https://github.com/spf13/cobra/commit/b711e8760b73c6aa1b4aa1bef3a26da5926f175d"><code>b711e87</code></a>
    Don't complete --help flag when flag parsing disabled (<a
    href="https://redirect.github.com/spf13/cobra/issues/2061">#2061</a>)</li>
    <li><a
    href="https://github.com/spf13/cobra/commit/8b1eba47616566fc4d258a93da48d5d8741865f0"><code>8b1eba4</code></a>
    Fix linter errors (<a
    href="https://redirect.github.com/spf13/cobra/issues/2052">#2052</a>)</li>
    <li><a
    href="https://github.com/spf13/cobra/commit/4cafa37bc4bb85633b4245aa118280fe5a9edcd5"><code>4cafa37</code></a>
    Allow running persistent run hooks of all parents (<a
    href="https://redirect.github.com/spf13/cobra/issues/2044">#2044</a>)</li>
    <li><a
    href="https://github.com/spf13/cobra/commit/5c962a221e70fd6b12296e5d7075f28b422f98b2"><code>5c962a2</code></a>
    build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3
    (<a
    href="https://redirect.github.com/spf13/cobra/issues/2047">#2047</a>)</li>
    <li><a
    href="https://github.com/spf13/cobra/commit/efe8fa3e4453e41d6419b26c9769a51e42825632"><code>efe8fa3</code></a>
    build(deps): bump actions/setup-go from 3 to 4 (<a
    href="https://redirect.github.com/spf13/cobra/issues/1934">#1934</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/cobra&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.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 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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Magic Cat <[email protected]>
    dependabot[bot] and MonikaCat authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    472ead2 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump github.com/golangci/golangci-lint from 1.55.1 to 1.…

    …55.2 (#675)
    
    Bumps
    [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint)
    from 1.55.1 to 1.55.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/golangci/golangci-lint/releases">github.com/golangci/golangci-lint's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.55.2</h2>
    <p>If you use and appreciate golangci-lint please think to support us
    (<a
    href="https://github.com/golangci/golangci-lint#core-team">golangci-lint
    maintainers</a> and <a
    href="https://golangci-lint.run/product/thanks/">linter authors</a>).
    :heart:</p>
    <h2>Changelog</h2>
    <ul>
    <li>02b6600a build(deps): bump github.com/butuzov/ireturn from 0.2.1 to
    0.2.2 (<a
    href="https://redirect.github.com/golangci/golangci-lint/issues/4178">#4178</a>)</li>
    <li>5a0f059f build(deps): bump github.com/nunnatsa/ginkgolinter from
    0.14.0 to 0.14.1 (<a
    href="https://redirect.github.com/golangci/golangci-lint/issues/4171">#4171</a>)</li>
    <li>e3c2265f build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.9
    to 3.23.10 (<a
    href="https://redirect.github.com/golangci/golangci-lint/issues/4177">#4177</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md">github.com/golangci/golangci-lint's
    changelog</a>.</em></p>
    <blockquote>
    <h3>v1.55.2</h3>
    <ol>
    <li>updated linters
    <ul>
    <li><code>ireturn</code>: from 0.2.1 to 0.2.2</li>
    <li><code>ginkgolinter</code>: from 0.14.0 to 0.14.1</li>
    </ul>
    </li>
    </ol>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/golangci/golangci-lint/commit/e3c2265f4939976874989e159386b3bb7dcf8e1f"><code>e3c2265</code></a>
    build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.10
    (<a
    href="https://redirect.github.com/golangci/golangci-lint/issues/4177">#4177</a>)</li>
    <li><a
    href="https://github.com/golangci/golangci-lint/commit/02b6600a00bf3c0b424b4e02ab077d1ab15e6c9f"><code>02b6600</code></a>
    build(deps): bump github.com/butuzov/ireturn from 0.2.1 to 0.2.2 (<a
    href="https://redirect.github.com/golangci/golangci-lint/issues/4178">#4178</a>)</li>
    <li><a
    href="https://github.com/golangci/golangci-lint/commit/ab3c3cd69e602ff53bb4c3e2c188f0caeb80305d"><code>ab3c3cd</code></a>
    build(deps): bump github.com/docker/docker from 23.0.3+incompatible to
    24.0.7...</li>
    <li><a
    href="https://github.com/golangci/golangci-lint/commit/5a0f059f450ce822d2e0ad3167331f5bcaa9559b"><code>5a0f059</code></a>
    build(deps): bump github.com/nunnatsa/ginkgolinter from 0.14.0 to 0.14.1
    (<a
    href="https://redirect.github.com/golangci/golangci-lint/issues/4171">#4171</a>)</li>
    <li><a
    href="https://github.com/golangci/golangci-lint/commit/d2014842248506bea6bd0a062a14cc436eaa37ad"><code>d201484</code></a>
    build(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 in /tools
    (<a
    href="https://redirect.github.com/golangci/golangci-lint/issues/4164">#4164</a>)</li>
    <li><a
    href="https://github.com/golangci/golangci-lint/commit/e9cbc4ff6fd7f12be7efedd39b5012d593477dcc"><code>e9cbc4f</code></a>
    docs: Update documentation and assets (<a
    href="https://redirect.github.com/golangci/golangci-lint/issues/4163">#4163</a>)</li>
    <li>See full diff in <a
    href="https://github.com/golangci/golangci-lint/compare/v1.55.1...v1.55.2">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golangci/golangci-lint&package-manager=go_modules&previous-version=1.55.1&new-version=1.55.2)](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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Magic Cat <[email protected]>
    dependabot[bot] and MonikaCat authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    6174514 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump cosmossdk.io/math from 1.1.2 to 1.2.0 (#677)

    Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from
    1.1.2 to 1.2.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/cosmos/cosmos-sdk/releases">cosmossdk.io/math's
    releases</a>.</em></p>
    <blockquote>
    <h2>Cosmovisor v1.2.0</h2>
    <h2>Release Notes</h2>
    <h3>New Features</h3>
    <p>With the <code>cosmovisor init</code> command, all the necessary
    folders for using cosmovisor are automatically created. You do not need
    to manually symlink the chain binary anymore.</p>
    <p>We've added a new configuration option:
    <code>DAEMON_RESTART_DELAY</code> (as env variable). When set,
    Cosmovisor will wait that delay between the node halt and backup. See
    the <a
    href="https://github.com/cosmos/cosmos-sdk/blob/main/cosmovisor/README.md#command-line-arguments-and-environment-variables">README</a>
    file for more details.</p>
    <h3>Bug Fixes</h3>
    <ul>
    <li>Fix Cosmovisor binary usage for pre-upgrade. Cosmovisor was using
    the wrong binary when running a <code>pre-upgrade</code> command.</li>
    </ul>
    <h3>Changelog</h3>
    <p>For more details, please see the <a
    href="https://github.com/cosmos/cosmos-sdk/blob/cosmovisor/v1.1.0/cosmovisor/CHANGELOG.md">CHANGELOG</a>.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/cosmos/cosmos-sdk/commit/c33b4db1a327a325fbf633c4fb7d0ca59c5a5ad4"><code>c33b4db</code></a>
    chore: prepare log 1.2.0 (<a
    href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17214">#17214</a>)</li>
    <li><a
    href="https://github.com/cosmos/cosmos-sdk/commit/c36c86005fde7a83a05668ef1086857b3cc3e5e4"><code>c36c860</code></a>
    refactor(cli): remove duplicate <code>--home</code> flag (<a
    href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17215">#17215</a>)</li>
    <li><a
    href="https://github.com/cosmos/cosmos-sdk/commit/31f724752285e6c22be04bc1fcc746e3dcc399d8"><code>31f7247</code></a>
    feat(cli): <code>status</code> cmd cli support output text (<a
    href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17184">#17184</a>)</li>
    <li><a
    href="https://github.com/cosmos/cosmos-sdk/commit/095a64195aba917187bbb33570063bc675494bcd"><code>095a641</code></a>
    feat(docker): Add debuging dependencies directly into the dockerfile (<a
    href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17228">#17228</a>)</li>
    <li><a
    href="https://github.com/cosmos/cosmos-sdk/commit/f47749b9f02cd4d6912829dd953ecc652b052f7a"><code>f47749b</code></a>
    fix: text output format of <code>block-results</code> cmd cli (<a
    href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17183">#17183</a>)</li>
    <li><a
    href="https://github.com/cosmos/cosmos-sdk/commit/236fe4c21ece6a272dcbeb74f616cc2de4c8dc48"><code>236fe4c</code></a>
    docs: additional fields in context.go to be added to context.md (<a
    href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17199">#17199</a>)</li>
    <li><a
    href="https://github.com/cosmos/cosmos-sdk/commit/382de3311c057ac23acf5689801fb7023bbef1f4"><code>382de33</code></a>
    feat(testutil): adding DefaultContextWithKeys test helper (<a
    href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17216">#17216</a>)</li>
    <li><a
    href="https://github.com/cosmos/cosmos-sdk/commit/0b7d2d310b5a43128db44639b7d8022d6cee37ee"><code>0b7d2d3</code></a>
    fix(log): add fallback to <code>Stringer</code> when type do not
    implement `json.Marshal...</li>
    <li><a
    href="https://github.com/cosmos/cosmos-sdk/commit/60ead8dd249a6dde75993f372d579ea8116aae1e"><code>60ead8d</code></a>
    ci: skip <code>fix_registration.go</code> when using
    <code>LINT_DIFF=1</code> (<a
    href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17185">#17185</a>)</li>
    <li><a
    href="https://github.com/cosmos/cosmos-sdk/commit/edba186aa3175a69566d7ccb0bba50964f68a21d"><code>edba186</code></a>
    refactor(keys): remove duplicate <code>--home</code> flag (<a
    href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17197">#17197</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/cosmos/cosmos-sdk/compare/math/v1.1.2...log/v1.2.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/math&package-manager=go_modules&previous-version=1.1.2&new-version=1.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 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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Magic Cat <[email protected]>
    dependabot[bot] and MonikaCat authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    18bb694 View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump github.com/go-co-op/gocron from 1.35.3 to 1.36.0 (#…

    …678)
    
    Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.35.3 to 1.36.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p>
    <blockquote>
    <h2>v1.36.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Exposing job's  scheduled unit and interval by <a href="https://github.com/chicknsoup"><code>@​chicknsoup</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/606">go-co-op/gocron#606</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/chicknsoup"><code>@​chicknsoup</code></a> made their first contribution in <a href="https://redirect.github.com/go-co-op/gocron/pull/606">go-co-op/gocron#606</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.35.3...v1.36.0">https://github.com/go-co-op/gocron/compare/v1.35.3...v1.36.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/go-co-op/gocron/commit/80860657794e9965434bb9a591883fba96c87d67"><code>8086065</code></a> Exposing job's  scheduled unit and interval (<a href="https://redirect.github.com/go-co-op/gocron/issues/606">#606</a>)</li>
    <li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.35.3...v1.36.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    <details>
    <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
    
    | Dependency Name | Ignore Conditions |
    | --- | --- |
    | github.com/go-co-op/gocron | [>= 1.18.1.a, < 1.18.2] |
    </details>
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.35.3&new-version=1.36.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 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>
    dependabot[bot] authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    78fd2ad View commit details
    Browse the repository at this point in the history
  5. build(deps): Bump amannn/action-semantic-pull-request from 5.3.0 to 5…

    ….4.0 (#676)
    
    Bumps
    [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request)
    from 5.3.0 to 5.4.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/amannn/action-semantic-pull-request/releases">amannn/action-semantic-pull-request's
    releases</a>.</em></p>
    <blockquote>
    <h2>v5.4.0</h2>
    <h2><a
    href="https://github.com/amannn/action-semantic-pull-request/compare/v5.3.0...v5.4.0">5.4.0</a>
    (2023-11-03)</h2>
    <h3>Features</h3>
    <ul>
    <li>Use <code>github.api_url</code> as default for
    <code>githubBaseUrl</code> (<a
    href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/243">#243</a>
    by <a href="https://github.com/fty4"><code>@​fty4</code></a>) (<a
    href="https://github.com/amannn/action-semantic-pull-request/commit/4d5734a0a29e548daecc9e7bfeb9bb8b3acdee1e">4d5734a</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md">amannn/action-semantic-pull-request's
    changelog</a>.</em></p>
    <blockquote>
    <h2><a
    href="https://github.com/amannn/action-semantic-pull-request/compare/v5.3.0...v5.4.0">5.4.0</a>
    (2023-11-03)</h2>
    <h3>Features</h3>
    <ul>
    <li>Use <code>github.api_url</code> as default for
    <code>githubBaseUrl</code> (<a
    href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/243">#243</a>
    by <a href="https://github.com/fty4"><code>@​fty4</code></a>) (<a
    href="https://github.com/amannn/action-semantic-pull-request/commit/4d5734a0a29e548daecc9e7bfeb9bb8b3acdee1e">4d5734a</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/amannn/action-semantic-pull-request/commit/e9fabac35e210fea40ca5b14c0da95a099eff26f"><code>e9fabac</code></a>
    chore: Release 5.4.0 [skip ci]</li>
    <li><a
    href="https://github.com/amannn/action-semantic-pull-request/commit/4d5734a0a29e548daecc9e7bfeb9bb8b3acdee1e"><code>4d5734a</code></a>
    feat: Use <code>github.api_url</code> as default for
    <code>githubBaseUrl</code> (<a
    href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/243">#243</a>
    by <a href="https://github.com/fty4"><code>@​fty4</code></a>)</li>
    <li>See full diff in <a
    href="https://github.com/amannn/action-semantic-pull-request/compare/v5.3.0...v5.4.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=amannn/action-semantic-pull-request&package-manager=github_actions&previous-version=5.3.0&new-version=5.4.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 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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f65a87c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. build(deps): Bump github.com/go-co-op/gocron from 1.36.0 to 1.37.0 (#…

    …686)
    
    Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.36.0 to 1.37.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p>
    <blockquote>
    <h2>v1.37.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Ability to register for events associated with jobs during scheduling chain by <a href="https://github.com/drwpls"><code>@​drwpls</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/632">go-co-op/gocron#632</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/drwpls"><code>@​drwpls</code></a> made their first contribution in <a href="https://redirect.github.com/go-co-op/gocron/pull/632">go-co-op/gocron#632</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.36.1...v1.37.0">https://github.com/go-co-op/gocron/compare/v1.36.1...v1.37.0</a></p>
    <h2>v1.36.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>month first weekday bug by <a href="https://github.com/davemilller"><code>@​davemilller</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/628">go-co-op/gocron#628</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/davemilller"><code>@​davemilller</code></a> made their first contribution in <a href="https://redirect.github.com/go-co-op/gocron/pull/628">go-co-op/gocron#628</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.36.0...v1.36.1">https://github.com/go-co-op/gocron/compare/v1.36.0...v1.36.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/go-co-op/gocron/commit/30921b708f1ef7910842cc63fc27fe383c7e5d81"><code>30921b7</code></a> Ability to register for events associated with jobs starting immediately (<a href="https://redirect.github.com/go-co-op/gocron/issues/632">#632</a>)</li>
    <li><a href="https://github.com/go-co-op/gocron/commit/f5461a9f98e514cbf1226b28f642bcb2438e6b0f"><code>f5461a9</code></a> month first weekday bug (<a href="https://redirect.github.com/go-co-op/gocron/issues/628">#628</a>)</li>
    <li><a href="https://github.com/go-co-op/gocron/commit/0512078c8125d14299d42144b169ccebb33422fd"><code>0512078</code></a> Revert &quot;add code cov (<a href="https://redirect.github.com/go-co-op/gocron/issues/616">#616</a>)&quot; (<a href="https://redirect.github.com/go-co-op/gocron/issues/620">#620</a>)</li>
    <li><a href="https://github.com/go-co-op/gocron/commit/bee83c0b8298a3341ed16a1933ccb6780cf2991f"><code>bee83c0</code></a> add code cov (<a href="https://redirect.github.com/go-co-op/gocron/issues/616">#616</a>)</li>
    <li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.36.0...v1.37.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    <details>
    <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
    
    | Dependency Name | Ignore Conditions |
    | --- | --- |
    | github.com/go-co-op/gocron | [>= 1.18.1.a, < 1.18.2] |
    </details>
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.36.0&new-version=1.37.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 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>
    dependabot[bot] authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    433afde View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump github.com/prometheus/client_golang from 1.17.0 to …

    …1.18.0 (#691)
    
    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.17.0 to 1.18.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/releases">github.com/prometheus/client_golang's releases</a>.</em></p>
    <blockquote>
    <h2>v0.18.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>[FEATURE] promlint: Allow creation of custom metric validations. <a href="https://redirect.github.com/prometheus/client_golang/issues/1311">#1311</a></li>
    <li>[FEATURE] Go programs using client_golang can be built in wasip1 OS. <a href="https://redirect.github.com/prometheus/client_golang/issues/1350">#1350</a></li>
    <li>[BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. <a href="https://redirect.github.com/prometheus/client_golang/issues/1367">#1367</a></li>
    <li>[BUGFIX] testutil: Fix comparison of metrics with empty Help strings. <a href="https://redirect.github.com/prometheus/client_golang/issues/1378">#1378</a></li>
    <li>[ENHANCEMENT] Improved performance of <code>MetricVec.WithLabelValues(...)</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/1360">#1360</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/srenatus"><code>@​srenatus</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1350">prometheus/client_golang#1350</a></li>
    <li><a href="https://github.com/jadolg"><code>@​jadolg</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1342">prometheus/client_golang#1342</a></li>
    <li><a href="https://github.com/manas-rust"><code>@​manas-rust</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1383">prometheus/client_golang#1383</a></li>
    <li><a href="https://github.com/bluekeyes"><code>@​bluekeyes</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1378">prometheus/client_golang#1378</a></li>
    <li><a href="https://github.com/tsipo"><code>@​tsipo</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1387">prometheus/client_golang#1387</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0">https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/v1.18.0/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p>
    <blockquote>
    <h2>1.18.0 / 2023-12-22</h2>
    <ul>
    <li>[FEATURE] promlint: Allow creation of custom metric validations. <a href="https://redirect.github.com/prometheus/client_golang/issues/1311">#1311</a></li>
    <li>[FEATURE] Go programs using client_golang can be built in wasip1 OS. <a href="https://redirect.github.com/prometheus/client_golang/issues/1350">#1350</a></li>
    <li>[BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. <a href="https://redirect.github.com/prometheus/client_golang/issues/1367">#1367</a></li>
    <li>[BUGFIX] testutil: Fix comparison of metrics with empty Help strings. <a href="https://redirect.github.com/prometheus/client_golang/issues/1378">#1378</a></li>
    <li>[ENHANCEMENT] Improved performance of <code>MetricVec.WithLabelValues(...)</code>. <a href="https://redirect.github.com/prometheus/client_golang/issues/1360">#1360</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/prometheus/client_golang/commit/53be91d12107cb69053a8792d0a3a2a6124d59cf"><code>53be91d</code></a> Revert &quot;change api http.client to interface&quot;</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/1a2d0724807dd0485e80650dacbb697e4e7224d4"><code>1a2d072</code></a> Add 1.18 changelog</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/239b12347d1bda84c30e94768b7d40a52a04caf8"><code>239b123</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1387">#1387</a> from tsipo/main</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/3f8bd73e9b6d1e20e8e1536622bd0fda8bb3cb50"><code>3f8bd73</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1370">#1370</a> from prometheus/dependabot/go_modules/tutorial/whats...</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/5e55b312c0329f38d86c81f354585a87454c811c"><code>5e55b31</code></a> Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tutorial/whatsup</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/e96fb182c22dee42f79827f9b78b4e283a5f8589"><code>e96fb18</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1401">#1401</a> from prometheus/dependabot/go_modules/golang.org/x/s...</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/2a8fc90b9b40a159c8673832ff6bc0feb279b2b3"><code>2a8fc90</code></a> Bump golang.org/x/sys from 0.13.0 to 0.15.0</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/24d59e9b9bec2e3e578c216bdc41ff8d6bf46e88"><code>24d59e9</code></a> change client to interface, allow override by other implementations (e.g. git...</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/80d3f0b5b36c891016370423516e353b1a5f0a55"><code>80d3f0b</code></a> Normalize empty help values in CollectAndCompare (<a href="https://redirect.github.com/prometheus/client_golang/issues/1378">#1378</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/3f80cd105563411928ec9c51f08861399169c059"><code>3f80cd1</code></a> Add example of NewConstMetricWithCreatedTimestamp (<a href="https://redirect.github.com/prometheus/client_golang/issues/1375">#1375</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/client_golang&package-manager=go_modules&previous-version=1.17.0&new-version=1.18.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 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>
    dependabot[bot] authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    c9b0544 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#688)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/golang/crypto/commit/9d2ee975ef9fe627bf0a6f01c1f69e8ef1d4f05d"><code>9d2ee97</code></a> ssh: implement strict KEX protocol changes</li>
    <li><a href="https://github.com/golang/crypto/commit/4e5a26183ecb4f9a0f85c8f8dbe7982885435436"><code>4e5a261</code></a> ssh: close net.Conn on all NewServerConn errors</li>
    <li><a href="https://github.com/golang/crypto/commit/152cdb1503ebc13bc0fbb68f92ee189ebf9e3d00"><code>152cdb1</code></a> x509roots/fallback: update bundle</li>
    <li><a href="https://github.com/golang/crypto/commit/fdfe1f8531a1adcc300c8eba98cb372044826d62"><code>fdfe1f8</code></a> ssh: defer channel window adjustment</li>
    <li><a href="https://github.com/golang/crypto/commit/b8ffc16e10063067bac0e15c6d7f7995937503ce"><code>b8ffc16</code></a> blake2b: drop Go 1.6, Go 1.8 compatibility</li>
    <li><a href="https://github.com/golang/crypto/commit/7e6fbd82c804e1760feb603fe21caecb0af0a124"><code>7e6fbd8</code></a> ssh: wrap errors from client handshake</li>
    <li><a href="https://github.com/golang/crypto/commit/bda2f3f5cfce3f27039acccd823693f6d67c2a74"><code>bda2f3f</code></a> argon2: avoid clobbering BP</li>
    <li><a href="https://github.com/golang/crypto/commit/325b735346247f48971d2b37d24dd180a35f391f"><code>325b735</code></a> ssh/test: skip TestSSHCLIAuth on Windows</li>
    <li><a href="https://github.com/golang/crypto/commit/1eadac50a566dfaa1b603ca15e8ad3cbd1c77b20"><code>1eadac5</code></a> go.mod: update golang.org/x dependencies</li>
    <li><a href="https://github.com/golang/crypto/commit/b2d7c26edb17864f117d8b0ee73c1843bcc6090f"><code>b2d7c26</code></a> ssh: add (*Client).DialContext method</li>
    <li>Additional commits viewable in <a href="https://github.com/golang/crypto/compare/v0.14.0...v0.17.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.14.0&new-version=0.17.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 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)
    You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/forbole/bdjuno/network/alerts).
    
    </details>
    dependabot[bot] authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    0a9940b View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump google.golang.org/grpc from 1.59.0 to 1.60.1 (#689)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.59.0 to 1.60.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p>
    <blockquote>
    <h2>Release v1.60.1</h2>
    <h1>Bug Fixes</h1>
    <ul>
    <li>server: fix two bugs that could lead to panics at shutdown when using <a href="https://pkg.go.dev/google.golang.org/grpc#NumStreamWorkers">NumStreamWorkers</a> (experimental feature).</li>
    </ul>
    <h2>Release 1.60.0</h2>
    <h1>Security</h1>
    <ul>
    <li>credentials/tls: if not set, set TLS MinVersion to 1.2 and CipherSuites according to supported suites not forbidden by RFC7540.
    <ul>
    <li>This is a behavior change to bring us into better alignment with RFC 7540.</li>
    </ul>
    </li>
    </ul>
    <h1>API Changes</h1>
    <ul>
    <li>resolver: remove deprecated and experimental <code>ClientConn.NewServiceConfig</code> (<a href="https://redirect.github.com/grpc/grpc-go/issues/6784">#6784</a>)</li>
    <li>client: remove deprecated <code>grpc.WithServiceConfig</code> <code>DialOption</code> (<a href="https://redirect.github.com/grpc/grpc-go/issues/6800">#6800</a>)</li>
    </ul>
    <h1>Bug Fixes</h1>
    <ul>
    <li>client: fix race that could cause a deadlock while entering idle mode and receiving a name resolver update (<a href="https://redirect.github.com/grpc/grpc-go/issues/6804">#6804</a>)</li>
    <li>client: always enable TCP keepalives with OS defaults (<a href="https://redirect.github.com/grpc/grpc-go/issues/6834">#6834</a>)</li>
    <li>credentials/alts: fix a bug preventing ALTS from connecting to the metadata server if the default scheme is overridden (<a href="https://redirect.github.com/grpc/grpc-go/issues/6686">#6686</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/mjamaloney"><code>@​mjamaloney</code></a></li>
    </ul>
    </li>
    </ul>
    <h1>Behavior Changes</h1>
    <ul>
    <li>server: Do not return from Stop() or GracefulStop() until all resources are released (<a href="https://redirect.github.com/grpc/grpc-go/issues/6489">#6489</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/fho"><code>@​fho</code></a></li>
    </ul>
    </li>
    </ul>
    <h1>Documentation</h1>
    <ul>
    <li>codes: clarify that only codes defined by this package are valid and that users should not cast other values to <code>codes.Code</code> (<a href="https://redirect.github.com/grpc/grpc-go/issues/6701">#6701</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/grpc/grpc-go/commit/dbbcf59957fec0bd58063224cbf105b3b3698d4e"><code>dbbcf59</code></a> Update version.go to 1.60.1 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6865">#6865</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/6e384cfd437a759b6c21af9496c4e32bd890af2e"><code>6e384cf</code></a> Cherry-pick <a href="https://redirect.github.com/grpc/grpc-go/issues/6856">#6856</a> to v1.60.x release branch (<a href="https://redirect.github.com/grpc/grpc-go/issues/6864">#6864</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/6430548ff97b036ffaea26b9381252b46352d385"><code>6430548</code></a> Change version to 1.60.1-dev (<a href="https://redirect.github.com/grpc/grpc-go/issues/6793">#6793</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/297d8ddeb0d5834b47f40a5bd624aa0c2cfb9c7a"><code>297d8dd</code></a> Cherry-pick <a href="https://redirect.github.com/grpc/grpc-go/issues/6841">#6841</a> to v1.60.x release branch (<a href="https://redirect.github.com/grpc/grpc-go/issues/6847">#6847</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/3580447e0cc2b9fb1c2f005b182d172c673fc0c6"><code>3580447</code></a> Change version to 1.60.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6792">#6792</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/71e67a93f46639f053cc83cd29e74d2a0248468e"><code>71e67a9</code></a> Cherry-pick <a href="https://redirect.github.com/grpc/grpc-go/issues/6834">#6834</a> to v1.60.x release branch (<a href="https://redirect.github.com/grpc/grpc-go/issues/6839">#6839</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/cb6581dd1a407e1679498e9b304ae2000da7dd92"><code>cb6581d</code></a> Cherry-pick <a href="https://redirect.github.com/grpc/grpc-go/issues/6804">#6804</a> and dependencies to v1.60.x release branch (<a href="https://redirect.github.com/grpc/grpc-go/issues/6838">#6838</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/dd39cdbddcfbc1ad1cf04910d8fba2b7201469ec"><code>dd39cdb</code></a> credentials: if not set, restrict to TLS v1.2+ and CipherSuites per RFC7540 (...</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/8645f95509d6c5d17a54621407f3ca717d4f8620"><code>8645f95</code></a> resolver: remove ClientConn.NewServiceConfig (<a href="https://redirect.github.com/grpc/grpc-go/issues/6784">#6784</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/8b17a4dbc328e8ef7f9e5094ab5fe8a78efccbb8"><code>8b17a4d</code></a> vet: various cleanups (<a href="https://redirect.github.com/grpc/grpc-go/issues/6780">#6780</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.59.0...v1.60.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    <details>
    <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
    
    | Dependency Name | Ignore Conditions |
    | --- | --- |
    | google.golang.org/grpc | [< 1.59, > 1.58.0] |
    </details>
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.59.0&new-version=1.60.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 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>
    dependabot[bot] authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    900d294 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. build(deps): Bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0…

    … (#692)
    
    Bumps [github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go) from 1.5.0 to 1.6.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/dvsekhvalnov/jose2go/commit/48ba0b76bc881767cff2723388f4dd1a47c5104a"><code>48ba0b7</code></a> Merge pull request <a href="https://redirect.github.com/dvsekhvalnov/jose2go/issues/32">#32</a> from dvsekhvalnov/issue-31-security-tuning</li>
    <li><a href="https://github.com/dvsekhvalnov/jose2go/commit/05eb00788125e3996824d2005e850ed8b37d5aa4"><code>05eb007</code></a> docs</li>
    <li><a href="https://github.com/dvsekhvalnov/jose2go/commit/e0264a274aa4c14e22f197c5325599224c1dd412"><code>e0264a2</code></a> added helper matchers: Alg and Eng</li>
    <li><a href="https://github.com/dvsekhvalnov/jose2go/commit/0f6c7c346282f2d264aef1d7dec8be71f9190b08"><code>0f6c7c3</code></a> MatchAlg helper</li>
    <li><a href="https://github.com/dvsekhvalnov/jose2go/commit/cf0a53b05fc1faf3e655a30bd7d523cb3a2c6dbd"><code>cf0a53b</code></a> docs</li>
    <li><a href="https://github.com/dvsekhvalnov/jose2go/commit/299576231d2311655289f451218678044d6ddbc9"><code>2995762</code></a> docs</li>
    <li><a href="https://github.com/dvsekhvalnov/jose2go/commit/9a18aff07b6c5574e02d74439ad7d7ae88510b6f"><code>9a18aff</code></a> docs</li>
    <li><a href="https://github.com/dvsekhvalnov/jose2go/commit/675bb14fb3216d48f571b7e5d4274faf4aceb069"><code>675bb14</code></a> docs</li>
    <li><a href="https://github.com/dvsekhvalnov/jose2go/commit/8e9e0d1c6b39ac448a6042ed1275efa70a81c7b7"><code>8e9e0d1</code></a> updated p2c limits with new OWASP numbers, docs</li>
    <li><a href="https://github.com/dvsekhvalnov/jose2go/commit/ed5dd96763d198ce95dc10b9252cb96854522114"><code>ed5dd96</code></a> Unit tests for custom 'p2c' headers min/max limits</li>
    <li>Additional commits viewable in <a href="https://github.com/dvsekhvalnov/jose2go/compare/v1.5...v1.6.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/dvsekhvalnov/jose2go&package-manager=go_modules&previous-version=1.5.0&new-version=1.6.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 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)
    You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/forbole/bdjuno/network/alerts).
    
    </details>
    dependabot[bot] authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    c2014dc View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. build(deps): Bump github.com/cometbft/cometbft from 0.37.2 to 0.38.2 …

    …(#693)
    
    Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.37.2 to 0.38.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/cometbft/cometbft/releases">github.com/cometbft/cometbft's releases</a>.</em></p>
    <blockquote>
    <h2>v0.38.2</h2>
    <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.2/CHANGELOG.md#v0382">CHANGELOG</a> for this release.</p>
    <h2>v0.38.1</h2>
    <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.1/CHANGELOG.md#v0381">CHANGELOG</a> for this release.</p>
    <h2>v0.38.0</h2>
    <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.0/CHANGELOG.md#v0380">CHANGELOG</a> for this release.</p>
    <h2>v0.38.0-rc3</h2>
    <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.0-rc3/CHANGELOG.md">CHANGELOG</a> for changes available in this pre-release, but not yet officially released.</p>
    <h2>v0.38.0-rc2</h2>
    <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.0-rc2/CHANGELOG.md">CHANGELOG</a> for changes available in this pre-release, but not yet officially released.</p>
    <h2>v0.38.0-rc1</h2>
    <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.0-rc1/CHANGELOG.md">CHANGELOG</a> for changes available in this pre-release, but not yet officially released.</p>
    <h2>v0.38.0-alpha.2</h2>
    <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.0-alpha.2/CHANGELOG.md">CHANGELOG</a> for changes available in this pre-release, but not yet officially released.</p>
    <h2>v0.38.0-alpha.1</h2>
    <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.0-alpha.1/CHANGELOG.md">CHANGELOG</a> for changes available in this pre-release, but not yet officially released.</p>
    <h2>v0.37.4</h2>
    <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.37.4/CHANGELOG.md#v0374">CHANGELOG</a> for this release.</p>
    <h2>v0.37.3</h2>
    <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.37.3/CHANGELOG.md#v0373">CHANGELOG</a> for this release.</p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/cometbft/cometbft/blob/main/CHANGELOG.md">github.com/cometbft/cometbft's changelog</a>.</em></p>
    <blockquote>
    <h2>v0.38.2</h2>
    <p><em>November 27, 2023</em></p>
    <p>This release provides the <strong>nop</strong> mempool for applications that want to build their own mempool.
    Using this mempool effectively disables all mempool functionality in CometBFT, including transaction dissemination and the <code>broadcast_tx_*</code> endpoints.</p>
    <p>Also fixes a small bug in the mempool for an experimental feature.</p>
    <h3>BUG FIXES</h3>
    <ul>
    <li><code>[mempool]</code> Avoid infinite wait in transaction sending routine when
    using experimental parameters to limiting transaction gossiping to peers
    (<a href="https://redirect.github.com/cometbft/cometbft/pull/1654">#1654</a>)</li>
    </ul>
    <h3>FEATURES</h3>
    <ul>
    <li>
    <p><code>[mempool]</code> Add <code>nop</code> mempool (<a href="https://redirect.github.com/cometbft/cometbft/pull/1643">#1643</a>)</p>
    <p>If you want to use it, change mempool's <code>type</code> to <code>nop</code>:</p>
    <pre lang="toml"><code>[mempool]
    <h1>The type of mempool for this node to use.</h1>
    <h1></h1>
    <h1>Possible types:</h1>
    <h1>- &quot;flood&quot; : concurrent linked list mempool with flooding gossip protocol</h1>
    <h1>(default)</h1>
    <h1>- &quot;nop&quot;   : nop-mempool (short for no operation; the ABCI app is responsible</h1>
    <h1>for storing, disseminating and proposing txs). &quot;create_empty_blocks=false&quot;</h1>
    <h1>is not supported.</h1>
    <p>type = &quot;nop&quot;
    </code></pre></p>
    </li>
    </ul>
    <h2>v0.37.4</h2>
    <p><em>November 27, 2023</em></p>
    <p>This release provides the <strong>nop</strong> mempool for applications that want to build
    their own mempool. Using this mempool effectively disables all mempool
    functionality in CometBFT, including transaction dissemination and the
    <code>broadcast_tx_*</code> endpoints.</p>
    <p>Also fixes a small bug in the mempool for an experimental feature, and reverts
    the change from v0.37.3 that bumped the minimum Go version to v1.21.</p>
    <h3>BUG FIXES</h3>
    <ul>
    <li><code>[mempool]</code> Avoid infinite wait in transaction sending routine when</li>
    </ul>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/cometbft/cometbft/commit/2aacfbe9832d35942413251ef11394970e5c4942"><code>2aacfbe</code></a> Release v0.38.2 (<a href="https://redirect.github.com/cometbft/cometbft/issues/1700">#1700</a>)</li>
    <li><a href="https://github.com/cometbft/cometbft/commit/3a73c3f495691131f9b20ded444ef1d0b49e15d6"><code>3a73c3f</code></a> Do not block indefinitely on the semaphore (backport <a href="https://redirect.github.com/cometbft/cometbft/issues/1654">#1654</a>) (<a href="https://redirect.github.com/cometbft/cometbft/issues/1688">#1688</a>)</li>
    <li><a href="https://github.com/cometbft/cometbft/commit/5490f512e72332d85186a32180af2fbde80b948f"><code>5490f51</code></a> docs: various small improvements (part 2) (backport <a href="https://redirect.github.com/cometbft/cometbft/issues/1683">#1683</a>) (<a href="https://redirect.github.com/cometbft/cometbft/issues/1685">#1685</a>)</li>
    <li><a href="https://github.com/cometbft/cometbft/commit/9431a4a5b42ff2fcbecdafe1499d859e158a56ac"><code>9431a4a</code></a> mempool: add <code>nop</code> mempool (backport <a href="https://redirect.github.com/cometbft/cometbft/issues/1643">#1643</a>) (<a href="https://redirect.github.com/cometbft/cometbft/issues/1680">#1680</a>)</li>
    <li><a href="https://github.com/cometbft/cometbft/commit/a4194e2a263d17fb738ae8a5fe4b9a75fbf9e631"><code>a4194e2</code></a> test: respect P2PConfig fuzzing configuration in MultiplexTransport (<a href="https://redirect.github.com/cometbft/cometbft/issues/1414">#1414</a>) (...</li>
    <li><a href="https://github.com/cometbft/cometbft/commit/52547bda969f56ef1b1c767de9584add4909cb3e"><code>52547bd</code></a> build(deps): Bump bufbuild/buf-setup-action from 1.28.0 to 1.28.1 (<a href="https://redirect.github.com/cometbft/cometbft/issues/1661">#1661</a>)</li>
    <li><a href="https://github.com/cometbft/cometbft/commit/9d844cd1facc6c4cd89d9c1596e82c2101b9f1a9"><code>9d844cd</code></a> build(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0 (<a href="https://redirect.github.com/cometbft/cometbft/issues/1660">#1660</a>)</li>
    <li><a href="https://github.com/cometbft/cometbft/commit/0d5afde713d9e8d246953a9bc64aab4a46cf0811"><code>0d5afde</code></a> proto: Update README (<a href="https://redirect.github.com/cometbft/cometbft/issues/1648">#1648</a>) (<a href="https://redirect.github.com/cometbft/cometbft/issues/1651">#1651</a>)</li>
    <li><a href="https://github.com/cometbft/cometbft/commit/1ebfc9708ca789d98c04962963d67a4b6c6da5f3"><code>1ebfc97</code></a> proto: Prepare for publishing v0.38.x protos to Buf registry (<a href="https://redirect.github.com/cometbft/cometbft/issues/1647">#1647</a>)</li>
    <li><a href="https://github.com/cometbft/cometbft/commit/9e1f2f044e839904288a6f5ff14deb5fd29d0b73"><code>9e1f2f0</code></a> Release v0.38.1 (<a href="https://redirect.github.com/cometbft/cometbft/issues/1639">#1639</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/cometbft/cometbft/compare/v0.37.2...v0.38.2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cometbft/cometbft&package-manager=go_modules&previous-version=0.37.2&new-version=0.38.2)](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>
    dependabot[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    340f59b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. chore: fix typos (#687)

    ## Description
    
    fix typos
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is
    not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [x] included the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [ ] targeted the correct branch
    - [ ] provided a link to the relevant issue or specification
    - [ ] added a changelog entry to `CHANGELOG.md`
    - [ ] included comments for [documenting Go
    code](https://blog.golang.org/godoc)
    - [ ] updated the relevant documentation or specification
    - [ ] reviewed "Files changed" and left comments if necessary
    - [x] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable
    and please add
    your handle next to the items reviewed if you only reviewed selected
    items.*
    
    I have...
    
    - [ ] confirmed the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    GoodDaisy authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0fec8c8 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#697)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.61.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p>
    <blockquote>
    <h2>Release 1.61.0</h2>
    <h1>New Features</h1>
    <ul>
    <li>resolver: provide method, <code>AuthorityOverrider</code>, to allow resolver.Builders to override the default authority for a <code>ClientConn</code>. (EXPERIMENTAL) (<a href="https://redirect.github.com/grpc/grpc-go/issues/6752">#6752</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/Aditya-Sood"><code>@​Aditya-Sood</code></a></li>
    </ul>
    </li>
    <li>xds: add support for mTLS Credentials in xDS bootstrap (<a href="https://github.com/grpc/grpc-go/blob/HEAD/github.com/grpc/proposal/blob/8c31bfedded5f0a51c4933e9e9a8246122f9c41a/A65-xds-mtls-creds-in-bootstrap.md">gRFC A65</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/6757">#6757</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/atollena"><code>@​atollena</code></a></li>
    </ul>
    </li>
    <li>server: add <code>grpc.WaitForHandlers</code> <code>ServerOption</code> to cause <code>Server.Stop</code> to block until method handlers return. (EXPERIMENTAL)  (<a href="https://redirect.github.com/grpc/grpc-go/issues/6922">#6922</a>)</li>
    </ul>
    <h1>Performance Improvements</h1>
    <ul>
    <li>grpc: skip compression of empty messages as an optimization (<a href="https://redirect.github.com/grpc/grpc-go/issues/6842">#6842</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/jroper"><code>@​jroper</code></a></li>
    </ul>
    </li>
    <li>orca: use atomic pointer to improve performance in server metrics recorder (<a href="https://redirect.github.com/grpc/grpc-go/issues/6799">#6799</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/danielzhaotongliu"><code>@​danielzhaotongliu</code></a></li>
    </ul>
    </li>
    </ul>
    <h1>Bug Fixes</h1>
    <ul>
    <li>client: correctly enable TCP keepalives with OS defaults on windows (<a href="https://redirect.github.com/grpc/grpc-go/issues/6863">#6863</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/mmatczuk"><code>@​mmatczuk</code></a></li>
    </ul>
    </li>
    <li>server: change some stream operations to return <code>UNAVAILABLE</code> instead of <code>UNKNOWN</code> when underlying connection is broken (<a href="https://redirect.github.com/grpc/grpc-go/issues/6891">#6891</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/mustafasen81"><code>@​mustafasen81</code></a></li>
    </ul>
    </li>
    <li>server: fix <code>GracefulStop</code> to block until all method handlers return (v1.60 regression). (<a href="https://redirect.github.com/grpc/grpc-go/issues/6922">#6922</a>)</li>
    <li>server: fix two bugs that could lead to panics at shutdown when using <a href="https://pkg.go.dev/google.golang.org/grpc#NumStreamWorkers"><code>NumStreamWorkers</code></a> (EXPERIMENTAL). (<a href="https://redirect.github.com/grpc/grpc-go/issues/6856">#6856</a>)</li>
    <li>reflection: do not send invalid descriptors to clients for files that cannot be fully resolved (<a href="https://redirect.github.com/grpc/grpc-go/issues/6771">#6771</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/jhump"><code>@​jhump</code></a></li>
    </ul>
    </li>
    <li>xds: don't fail channel/server startup when xds creds is specified, but bootstrap is missing certificate providers (<a href="https://redirect.github.com/grpc/grpc-go/issues/6848">#6848</a>)</li>
    <li>xds: Atomically read and write xDS security configuration client side (<a href="https://redirect.github.com/grpc/grpc-go/issues/6796">#6796</a>)</li>
    <li>xds/server: fix RDS handling for non-inline route configs (<a href="https://redirect.github.com/grpc/grpc-go/issues/6915">#6915</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/grpc/grpc-go/commit/8167bc3aca7890b44b5839a2cd92d495016ac7ed"><code>8167bc3</code></a> Change version to 1.61.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6936">#6936</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/52e23632fc29be90369d5d479f8b4f752f4b1dc4"><code>52e2363</code></a> test/xds: Use different import path for gRPC Messages (<a href="https://redirect.github.com/grpc/grpc-go/issues/6933">#6933</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/67e50be52699e793bc89a786465e841a18950fae"><code>67e50be</code></a> transport: Remove redundant if in handleGoAway (<a href="https://redirect.github.com/grpc/grpc-go/issues/6930">#6930</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/e96f521f478253ceb7d06c0282775e86223b5225"><code>e96f521</code></a> alts: Extract AuthInfo after handshake in ALTS e2e test. (<a href="https://redirect.github.com/grpc/grpc-go/issues/6931">#6931</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/987df1309236a950d3f618eb5287279d81a7396e"><code>987df13</code></a> metadata: move FromOutgoingContextRaw() to internal (<a href="https://redirect.github.com/grpc/grpc-go/issues/6765">#6765</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/61eab37838ce213237ecb31aa7cdf95241851431"><code>61eab37</code></a> server: block GracefulStop on method handlers and make blocking optional for ...</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/ddd377f19841eae70862559c854d957d61b3b692"><code>ddd377f</code></a> xds/server: fix RDS handling for non-inline route configs (<a href="https://redirect.github.com/grpc/grpc-go/issues/6915">#6915</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/8b455deef5597ea1d5af9b168028bc8a087a0e8c"><code>8b455de</code></a> removing Roots deprecated Subjects field in tests (<a href="https://redirect.github.com/grpc/grpc-go/issues/6907">#6907</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/953d12a1c6c5b4929ac92eeeedfdad2ddef49976"><code>953d12a</code></a> alts: Forward-fix of ALTS queuing of handshake requests. (<a href="https://redirect.github.com/grpc/grpc-go/issues/6906">#6906</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/6ce73bfbf9c5ca458c346f62c571a3a74369c4c4"><code>6ce73bf</code></a> internal/transport: convert <code>ConnectionError</code> to <code>Unavailable</code> status when wr...</li>
    <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.60.1...v1.61.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    <details>
    <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
    
    | Dependency Name | Ignore Conditions |
    | --- | --- |
    | google.golang.org/grpc | [< 1.59, > 1.58.0] |
    </details>
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.60.1&new-version=1.61.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 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>
    dependabot[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ab2774e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. feat: add message_type module and store msg types inside `message_t…

    …ype` table (#702)
    
    ## Description
    
    Closes: #XXXX
    
    <!-- Add a description of the changes that this PR introduces and the
    files that
    are the most critical to review. -->
    
    Changes:
    - Added `message_type` module 
    - Added msg handler to store message types inside `message_type` table 
    - Added new `messages_by_type` function to allow to query messages by
    their types
    - Added `v5` migrator to parse all msg types already stored in db and
    save them inside `message_type` table
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is
    not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [x] included the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [x] targeted the correct branch
    - [x] provided a link to the relevant issue or specification
    - [x] added a changelog entry to `CHANGELOG.md`
    - [x] included comments for [documenting Go
    code](https://blog.golang.org/godoc)
    - [x] updated the relevant documentation or specification
    - [x] reviewed "Files changed" and left comments if necessary
    - [x] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable
    and please add
    your handle next to the items reviewed if you only reviewed selected
    items.*
    
    I have...
    
    - [ ] confirmed the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    MonikaCat authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    366f26e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. build(deps): Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 (#705)

    Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.31.0 to 1.32.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/rs/zerolog/commit/147ae653507db96d498366e368f715f4da23bf25"><code>147ae65</code></a> Fix prettylog piping (<a href="https://redirect.github.com/rs/zerolog/issues/644">#644</a>)</li>
    <li><a href="https://github.com/rs/zerolog/commit/4d78dc5ffa901e1c2c5905300ea701c9275f8c52"><code>4d78dc5</code></a> Add forwarding close methods to several writer implementations (<a href="https://redirect.github.com/rs/zerolog/issues/636">#636</a>)</li>
    <li><a href="https://github.com/rs/zerolog/commit/c1ab4ed9bfdd5d1fb1b849c5223d8c43e6c189fc"><code>c1ab4ed</code></a> Make Log.Fatal() call Close on the writer before os.Exit(1) (<a href="https://redirect.github.com/rs/zerolog/issues/634">#634</a>)</li>
    <li><a href="https://github.com/rs/zerolog/commit/417580d1ceea7b20325a9b8db31cd65640a7eaa2"><code>417580d</code></a> add: ContextLogger Interface LogObjectMarshaler (<a href="https://redirect.github.com/rs/zerolog/issues/623">#623</a>)</li>
    <li><a href="https://github.com/rs/zerolog/commit/602e90aeea83612a96a15d50729b401facc27395"><code>602e90a</code></a> Fixed failing tests  (<a href="https://redirect.github.com/rs/zerolog/issues/626">#626</a>)</li>
    <li><a href="https://github.com/rs/zerolog/commit/a9ec232b3e0c4cb1f9c7195359ab3f410d75d803"><code>a9ec232</code></a> Add stacktrace to Context (<a href="https://redirect.github.com/rs/zerolog/issues/630">#630</a>)</li>
    <li><a href="https://github.com/rs/zerolog/commit/3e8ae07aba942a31de38f7e36d1f2ab79d22d82b"><code>3e8ae07</code></a> Refactor: change Hook(h Hook) to Hook(hooks ...Hook) (<a href="https://redirect.github.com/rs/zerolog/issues/629">#629</a>)</li>
    <li><a href="https://github.com/rs/zerolog/commit/7fa45a4dda359d9a657a2960078097415417ec73"><code>7fa45a4</code></a> fixed documentation for tracing hook (<a href="https://redirect.github.com/rs/zerolog/issues/621">#621</a>)</li>
    <li><a href="https://github.com/rs/zerolog/commit/93fb5cb2158f94a351c82b4f712017f8c8d758b8"><code>93fb5cb</code></a> Add TriggerLevelWriter. (<a href="https://redirect.github.com/rs/zerolog/issues/602">#602</a>)</li>
    <li><a href="https://github.com/rs/zerolog/commit/83e03c75d923022dd5d22fd8baa469efcf0e9840"><code>83e03c7</code></a> stop using deprecated io/ioutils package (<a href="https://redirect.github.com/rs/zerolog/issues/620">#620</a>) (<a href="https://redirect.github.com/rs/zerolog/issues/620">#620</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/rs/zerolog/compare/v1.31.0...v1.32.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/rs/zerolog&package-manager=go_modules&previous-version=1.31.0&new-version=1.32.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 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>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f7336cc View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump actions/setup-go from 4 to 5 (#683)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to
    5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/setup-go/releases">actions/setup-go's
    releases</a>.</em></p>
    <blockquote>
    <h2>v5.0.0</h2>
    <h2>What's Changed</h2>
    <p>In scope of this release, we change Nodejs runtime from node16 to
    node20 (<a
    href="https://redirect.github.com/actions/setup-go/pull/421">actions/setup-go#421</a>).
    Moreover, we update some dependencies to the latest versions (<a
    href="https://redirect.github.com/actions/setup-go/pull/445">actions/setup-go#445</a>).</p>
    <p>Besides, this release contains such changes as:</p>
    <ul>
    <li>Fix hosted tool cache usage on windows by <a
    href="https://github.com/galargh"><code>@​galargh</code></a> in <a
    href="https://redirect.github.com/actions/setup-go/pull/411">actions/setup-go#411</a></li>
    <li>Improve documentation regarding dependencies caching by <a
    href="https://github.com/artemgavrilov"><code>@​artemgavrilov</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-go/pull/417">actions/setup-go#417</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/galargh"><code>@​galargh</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/setup-go/pull/411">actions/setup-go#411</a></li>
    <li><a
    href="https://github.com/artemgavrilov"><code>@​artemgavrilov</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/setup-go/pull/417">actions/setup-go#417</a></li>
    <li><a
    href="https://github.com/chenrui333"><code>@​chenrui333</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/setup-go/pull/421">actions/setup-go#421</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/setup-go/compare/v4...v5.0.0">https://github.com/actions/setup-go/compare/v4...v5.0.0</a></p>
    <h2>v4.1.0</h2>
    <h2>What's Changed</h2>
    <p>In scope of this release, slow installation on Windows was fixed by
    <a href="https://github.com/dsame"><code>@​dsame</code></a> in <a
    href="https://redirect.github.com/actions/setup-go/pull/393">actions/setup-go#393</a>
    and OS version was added to <code>primaryKey</code> for Ubuntu runners
    to avoid conflicts (<a
    href="https://redirect.github.com/actions/setup-go/pull/383">actions/setup-go#383</a>)</p>
    <p>This release also includes the following changes:</p>
    <ul>
    <li>Remove implicit dependencies by <a
    href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-go/pull/378">actions/setup-go#378</a></li>
    <li>Update action.yml by <a
    href="https://github.com/mkelly"><code>@​mkelly</code></a> in <a
    href="https://redirect.github.com/actions/setup-go/pull/379">actions/setup-go#379</a></li>
    <li>Added a description that go-version should be specified as a string
    type by <a href="https://github.com/n3xem"><code>@​n3xem</code></a> in
    <a
    href="https://redirect.github.com/actions/setup-go/pull/367">actions/setup-go#367</a></li>
    <li>Add note about YAML parsing versions by <a
    href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-go/pull/382">actions/setup-go#382</a></li>
    <li>Automatic update of configuration files from 05/23/2023 by <a
    href="https://github.com/github-actions"><code>@​github-actions</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-go/pull/377">actions/setup-go#377</a></li>
    <li>Bump tough-cookie and <code>@​azure/ms-rest-js</code> by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/setup-go/pull/392">actions/setup-go#392</a></li>
    <li>Bump word-wrap from 1.2.3 to 1.2.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/setup-go/pull/397">actions/setup-go#397</a></li>
    <li>Bump semver from 6.3.0 to 6.3.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/setup-go/pull/396">actions/setup-go#396</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/mkelly"><code>@​mkelly</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/setup-go/pull/379">actions/setup-go#379</a></li>
    <li><a href="https://github.com/n3xem"><code>@​n3xem</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/setup-go/pull/367">actions/setup-go#367</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/setup-go/compare/v4...v4.1.0">https://github.com/actions/setup-go/compare/v4...v4.1.0</a></p>
    <h2>v4.0.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update documentation for <code>v4</code> by <a
    href="https://github.com/dsame"><code>@​dsame</code></a> in <a
    href="https://redirect.github.com/actions/setup-go/pull/354">actions/setup-go#354</a></li>
    <li>Fix glob bug in the package.json scripts section by <a
    href="https://github.com/IvanZosimov"><code>@​IvanZosimov</code></a> in
    <a
    href="https://redirect.github.com/actions/setup-go/pull/359">actions/setup-go#359</a></li>
    <li>Bump <code>xml2js</code> dependency by <a
    href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-go/pull/370">actions/setup-go#370</a></li>
    <li>Bump <code>@actions/cache</code> dependency to v3.2.1 by <a
    href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-go/pull/374">actions/setup-go#374</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/setup-go/pull/374">actions/setup-go#374</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/setup-go/compare/v4...v4.0.1">https://github.com/actions/setup-go/compare/v4...v4.0.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/setup-go/commit/0c52d547c9bc32b1aa3301fd7a9cb496313a4491"><code>0c52d54</code></a>
    Update dependencies for node20 (<a
    href="https://redirect.github.com/actions/setup-go/issues/445">#445</a>)</li>
    <li><a
    href="https://github.com/actions/setup-go/commit/bfd2fb341f32be7281829126376a12a780ca79fc"><code>bfd2fb3</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/setup-go/issues/421">#421</a>
    from chenrui333/node20-runtime</li>
    <li><a
    href="https://github.com/actions/setup-go/commit/3d65fa57fcbfe4a359b6b71a6c65e6eec12984eb"><code>3d65fa5</code></a>
    feat: bump to use actions/checkout@v4</li>
    <li><a
    href="https://github.com/actions/setup-go/commit/8a505c9cf2e2726eda7f3268d6992e386a12da52"><code>8a505c9</code></a>
    feat: bump to use node20 runtime</li>
    <li><a
    href="https://github.com/actions/setup-go/commit/883490dfd06f396ebe0b738bc313a53cf9d851e5"><code>883490d</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/setup-go/issues/417">#417</a>
    from artemgavrilov/main</li>
    <li><a
    href="https://github.com/actions/setup-go/commit/d45ebba0ce181dc5604aaf69ce5a0bdcbd3b1807"><code>d45ebba</code></a>
    Rephrase sentence</li>
    <li><a
    href="https://github.com/actions/setup-go/commit/317c6617fa9e4e67f1e5e20ad8bc98bf298a0f8f"><code>317c661</code></a>
    Replace <code>wildcards</code> term with <code>globs</code>.</li>
    <li><a
    href="https://github.com/actions/setup-go/commit/f90673ad641a19d0689fba58b5c79adc54be5d81"><code>f90673a</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/setup-go/issues/1">#1</a> from
    artemgavrilov/caching-docs-improvement</li>
    <li><a
    href="https://github.com/actions/setup-go/commit/801823434715e45aa48743a38182d33b33675d02"><code>8018234</code></a>
    Improve documentation regarding dependencies cachin</li>
    <li><a
    href="https://github.com/actions/setup-go/commit/d085b4fe57b6e17262cbebc67b4d2d341d8938c2"><code>d085b4f</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/setup-go/issues/411">#411</a>
    from galargh/fix/windows-hostedtoolcache</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/setup-go/compare/v4...v5">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-go&package-manager=github_actions&previous-version=4&new-version=5)](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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    175993c View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump codecov/codecov-action from 4.pre.beta to 4.0.1 (#703)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.pre.beta to 4.0.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/releases">codecov/codecov-action's releases</a>.</em></p>
    <blockquote>
    <h2>v4.0.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update README.md by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1243">codecov/codecov-action#1243</a></li>
    <li>Add all args by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1245">codecov/codecov-action#1245</a></li>
    <li>fix: show both token uses in readme by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1250">codecov/codecov-action#1250</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v4.0.0...v4.0.1">https://github.com/codecov/codecov-action/compare/v4.0.0...v4.0.1</a></p>
    <h2>v4.0.0</h2>
    <p>v4 of the Codecov Action uses the <a href="https://docs.codecov.com/docs/the-codecov-cli">CLI</a> as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.</p>
    <h2>Breaking Changes</h2>
    <ul>
    <li>The Codecov Action runs as a <code>node20</code> action due to <code>node16</code> deprecation. See <a href="https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/">this post from GitHub</a> on how to migrate.</li>
    <li>Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This <a href="https://docs.codecov.com/docs/adding-the-codecov-token#github-actions">doc</a> shows instructions on how to add the Codecov token.</li>
    <li>OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our <a href="https://cli.codecov.io">CLI download page</a></li>
    <li>Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs</li>
    </ul>
    <p><code>v3</code> versions and below will not have access to CLI features (e.g. global upload token, ATS).</p>
    <h2>What's Changed</h2>
    <ul>
    <li>build(deps): bump openpgp from 5.8.0 to 5.9.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/985">codecov/codecov-action#985</a></li>
    <li>build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1000">codecov/codecov-action#1000</a></li>
    <li>build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1006">codecov/codecov-action#1006</a></li>
    <li>build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1013">codecov/codecov-action#1013</a></li>
    <li>build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1024">codecov/codecov-action#1024</a></li>
    <li>build(deps): bump node-fetch from 3.3.1 to 3.3.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1031">codecov/codecov-action#1031</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.1.4 to 20.4.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1032">codecov/codecov-action#1032</a></li>
    <li>build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1033">codecov/codecov-action#1033</a></li>
    <li>build commit,report and upload args based on codecovcli by <a href="https://github.com/dana-yaish"><code>@​dana-yaish</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/943">codecov/codecov-action#943</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.4.5 to 20.5.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1055">codecov/codecov-action#1055</a></li>
    <li>build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1051">codecov/codecov-action#1051</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.5.3 to 20.5.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1058">codecov/codecov-action#1058</a></li>
    <li>chore(deps): update outdated deps by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1059">codecov/codecov-action#1059</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.5.4 to 20.5.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1060">codecov/codecov-action#1060</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 6.4.1 to 6.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1065">codecov/codecov-action#1065</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> from 6.4.1 to 6.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1064">codecov/codecov-action#1064</a></li>
    <li>build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1063">codecov/codecov-action#1063</a></li>
    <li>build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1061">codecov/codecov-action#1061</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.5.6 to 20.5.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1062">codecov/codecov-action#1062</a></li>
    <li>build(deps): bump openpgp from 5.9.0 to 5.10.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1066">codecov/codecov-action#1066</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.5.7 to 20.5.9 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1070">codecov/codecov-action#1070</a></li>
    <li>build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1069">codecov/codecov-action#1069</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> from 6.5.0 to 6.6.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1072">codecov/codecov-action#1072</a></li>
    <li>Update README.md by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1073">codecov/codecov-action#1073</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 6.5.0 to 6.6.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1071">codecov/codecov-action#1071</a></li>
    <li>build(deps-dev): bump <code>@​vercel/ncc</code> from 0.36.1 to 0.38.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1074">codecov/codecov-action#1074</a></li>
    <li>build(deps): bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1081">codecov/codecov-action#1081</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> from 6.6.0 to 6.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1080">codecov/codecov-action#1080</a></li>
    </ul>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md">codecov/codecov-action's changelog</a>.</em></p>
    <blockquote>
    <h2>4.0.0-beta.2</h2>
    <h3>Fixes</h3>
    <ul>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/1085">#1085</a> not adding -n if empty to do-upload command</li>
    </ul>
    <h2>4.0.0-beta.1</h2>
    <p><code>v4</code> represents a move from the <a href="https://github.com/codecov/uploader">universal uploader</a> to the <a href="https://github.com/codecov/codecov-cli">Codecov CLI</a>. Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader.</p>
    <h3>Breaking Changes</h3>
    <ul>
    <li>No current support for <code>aarch64</code> and <code>alpine</code> architectures.</li>
    <li>Tokenless uploading is unsuported</li>
    <li>Various arguments to the Action have been removed</li>
    </ul>
    <h2>3.1.4</h2>
    <h3>Fixes</h3>
    <ul>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/967">#967</a> Fix typo in README.md</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/971">#971</a> fix: add back in working dir</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/969">#969</a> fix: CLI option names for uploader</li>
    </ul>
    <h3>Dependencies</h3>
    <ul>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/970">#970</a> build(deps-dev): bump <code>@​types/node</code> from 18.15.12 to 18.16.3</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/979">#979</a> build(deps-dev): bump <code>@​types/node</code> from 20.1.0 to 20.1.2</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/981">#981</a> build(deps-dev): bump <code>@​types/node</code> from 20.1.2 to 20.1.4</li>
    </ul>
    <h2>3.1.3</h2>
    <h3>Fixes</h3>
    <ul>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/960">#960</a> fix: allow for aarch64 build</li>
    </ul>
    <h3>Dependencies</h3>
    <ul>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/957">#957</a> build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/958">#958</a> build(deps): bump openpgp from 5.7.0 to 5.8.0</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/959">#959</a> build(deps-dev): bump <code>@​types/node</code> from 18.15.10 to 18.15.12</li>
    </ul>
    <h2>3.1.2</h2>
    <h3>Fixes</h3>
    <ul>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/718">#718</a> Update README.md</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/851">#851</a> Remove unsupported path_to_write_report argument</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/898">#898</a> codeql-analysis.yml</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/901">#901</a> Update README to contain correct information - inputs and negate feature</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/955">#955</a> fix: add in all the extra arguments for uploader</li>
    </ul>
    <h3>Dependencies</h3>
    <ul>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/819">#819</a> build(deps): bump openpgp from 5.4.0 to 5.5.0</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/835">#835</a> build(deps): bump node-fetch from 3.2.4 to 3.2.10</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/840">#840</a> build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/841">#841</a> build(deps): bump <code>@​actions/core</code> from 1.9.1 to 1.10.0</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/843">#843</a> build(deps): bump <code>@​actions/github</code> from 5.0.3 to 5.1.1</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/869">#869</a> build(deps): bump node-fetch from 3.2.10 to 3.3.0</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/872">#872</a> build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/879">#879</a> build(deps): bump decode-uri-component from 0.2.0 to 0.2.2</li>
    </ul>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/codecov/codecov-action/commit/e0b68c6749509c5f83f984dd99a76a1c1a231044"><code>e0b68c6</code></a> fix: show both token uses in readme (<a href="https://redirect.github.com/codecov/codecov-action/issues/1250">#1250</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/1f9f5573d12d0967fe14551018a4b25610226551"><code>1f9f557</code></a> Add all args (<a href="https://redirect.github.com/codecov/codecov-action/issues/1245">#1245</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/09686fcfcb6453414a5acd7f3a939670a7a77826"><code>09686fc</code></a> Update README.md (<a href="https://redirect.github.com/codecov/codecov-action/issues/1243">#1243</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/f30e4959ba63075080d4f7f90cacc18d9f3fafd7"><code>f30e495</code></a> fix: update action.yml (<a href="https://redirect.github.com/codecov/codecov-action/issues/1240">#1240</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/a7b945cea47ad44d8340fae2b004cb982191264f"><code>a7b945c</code></a> fix: allow for other archs (<a href="https://redirect.github.com/codecov/codecov-action/issues/1239">#1239</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/98ab2c591b94478f4c3606d68ff73601df85ec43"><code>98ab2c5</code></a> Update package.json (<a href="https://redirect.github.com/codecov/codecov-action/issues/1238">#1238</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/43235cc5aeeafd8aeb836fe7d647599acead161c"><code>43235cc</code></a> Update README.md (<a href="https://redirect.github.com/codecov/codecov-action/issues/1237">#1237</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/0cf8684c821546a4e0c8c9a4cf4f21a7a0c5014b"><code>0cf8684</code></a> chore(ci): bump to node20 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1236">#1236</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/8e1e730371bf82c744e8ca9aa469e2b7011542ce"><code>8e1e730</code></a> build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> from 6.19.1 to 6.20.0 ...</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/61293af0e8288c75266030376a088c781ec81c18"><code>61293af</code></a> build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 6.19.1 to 6.20.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1235">#1235</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/codecov/codecov-action/compare/v4-beta...v4.0.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=codecov/codecov-action&package-manager=github_actions&previous-version=4.pre.beta&new-version=4.0.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 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>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d744a9f View commit details
    Browse the repository at this point in the history
  4. fix: add x/gov module proposal status change from deposit to voting (…

    …#681)
    
    ## Description
    
    Currently the bdjuno doesn't cover the proposal status change from the
    deposit to voting. If a user creates a proposal with a minimum deposit
    the proposal has the status `deposit`. Later if a user adds more deposit
    to activate voting, the bdjuno doesn't change the proposals's state, and
    it remains `deposit`, however, the correct state is voting. The PR
    contains changes to update the state of the proposal if the block tx
    events contain proper events.
    
    Cosmos SDK ref:
    https://github.com/cosmos/cosmos-sdk/blob/release/v0.47.x/x/gov/keeper/msg_server.go#L182
    
    Resolves: #680 
    
    <!-- Add a description of the changes that this PR introduces and the
    files that
    are the most critical to review. -->
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is
    not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [x] included the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [x] added `!` to the type prefix if API or client breaking change
    - [x] targeted the correct branch
    - [x] provided a link to the relevant issue or specification
    - [x] added a changelog entry to `CHANGELOG.md`
    - [x] included comments for [documenting Go
    code](https://blog.golang.org/godoc)
    - [x] updated the relevant documentation or specification
    - [x] reviewed "Files changed" and left comments if necessary
    - [x] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable
    and please add
    your handle next to the items reviewed if you only reviewed selected
    items.*
    
    I have...
    
    - [ ] confirmed the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    
    ---------
    
    Co-authored-by: Magic Cat <[email protected]>
    dzmitryhil and MonikaCat authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4590e64 View commit details
    Browse the repository at this point in the history
  5. chore: update BDJuno name to Callisto (#704)

    ## Description
    
    Closes: #XXXX
    
    <!-- Add a description of the changes that this PR introduces and the
    files that
    are the most critical to review. -->
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is
    not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [x] included the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [x] targeted the correct branch
    - [ ] provided a link to the relevant issue or specification
    - [x] added a changelog entry to `CHANGELOG.md`
    - [x] included comments for [documenting Go
    code](https://blog.golang.org/godoc)
    - [x] updated the relevant documentation or specification
    - [ ] reviewed "Files changed" and left comments if necessary
    - [x] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable
    and please add
    your handle next to the items reviewed if you only reviewed selected
    items.*
    
    I have...
    
    - [ ] confirmed the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    
    ---------
    
    Co-authored-by: Kwun Yeung <[email protected]>
    MonikaCat and kwunyeung authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3a54294 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. fix: replace message related to json into JSON type from JSONB (#723)

    ## Description
    
    This PR intends to fix the issue that message JSON may includes invalid
    Unicode sequence \u0000, it would cause the error when saving
    transactions and messages into Database.
    
    Reference:
    Invalid unicode sequence on PostgreSQL
    Jackal transaction including invalid unicode sequence
    
    Related issue: forbole/juno#114
    
    <!-- Add a description of the changes that this PR introduces and the
    files that
    are the most critical to review. -->
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is
    not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [ ] included the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [ ] targeted the correct branch
    - [ ] provided a link to the relevant issue or specification
    - [ ] added a changelog entry to `CHANGELOG.md`
    - [ ] included comments for [documenting Go
    code](https://blog.golang.org/godoc)
    - [ ] updated the relevant documentation or specification
    - [ ] reviewed "Files changed" and left comments if necessary
    - [ ] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable
    and please add
    your handle next to the items reviewed if you only reviewed selected
    items.*
    
    I have...
    
    - [ ] confirmed the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    dadamu authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    631ae42 View commit details
    Browse the repository at this point in the history
  2. fix: re-add support for gov v1beta1 messages (#725)

    ## Description
    
    Closes: #XXXX
    Currently, gov module is updated to gov v1, however, gov v1beta1 is
    still alive to chains, Cosmos-SDK doesn't completely remove v1beta1
    support. As a result, we should re-add gov v1beta1 support to make sure
    our proposals data are also updated when gov v1beta1 messages are
    performed.
    
    Say, some of users on Cheqd is using gov.v1beta1.MsgVote to vote on the
    proposal.
    
    https://bigdipper.live/cheqd/transactions/19E4F068FBFBC46DA9BEF3E0F7CA908317D5582CAB2A17683138A5248ED34E3C
    
    <!-- Add a description of the changes that this PR introduces and the
    files that
    are the most critical to review. -->
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is
    not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [ ] included the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [ ] targeted the correct branch
    - [ ] provided a link to the relevant issue or specification
    - [ ] added a changelog entry to `CHANGELOG.md`
    - [ ] included comments for [documenting Go
    code](https://blog.golang.org/godoc)
    - [ ] updated the relevant documentation or specification
    - [ ] reviewed "Files changed" and left comments if necessary
    - [ ] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable
    and please add
    your handle next to the items reviewed if you only reviewed selected
    items.*
    
    I have...
    
    - [ ] confirmed the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    dadamu authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cf05236 View commit details
    Browse the repository at this point in the history
  3. ci: fix secret env name of docker-build (#731)

    ## Description
    
    Closes: #XXXX
    This PR fixes the env name of docker-build ci.
    We don't have `DOCKERHUB_CALLISTO_REPO` in our github secret, so the
    following CI is failing.
    https://github.com/forbole/callisto/actions/runs/8610094925
    
    <!-- Add a description of the changes that this PR introduces and the
    files that
    are the most critical to review. -->
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is
    not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [ ] included the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [ ] targeted the correct branch
    - [ ] provided a link to the relevant issue or specification
    - [ ] added a changelog entry to `CHANGELOG.md`
    - [ ] included comments for [documenting Go
    code](https://blog.golang.org/godoc)
    - [ ] updated the relevant documentation or specification
    - [ ] reviewed "Files changed" and left comments if necessary
    - [ ] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable
    and please add
    your handle next to the items reviewed if you only reviewed selected
    items.*
    
    I have...
    
    - [ ] confirmed the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    dadamu authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d43ec0e View commit details
    Browse the repository at this point in the history
  4. fix: add missing proposal event type handling during update proposal …

    …status (#726)
    
    ## Description
    
    Closes: #XXXX
    
    <!-- Add a description of the changes that this PR introduces and the
    files that
    are the most critical to review. -->
    
    This PR adds missing event handling when updating proposal status.
    Reference:
    https://docs.cosmos.network/main/build/modules/gov#msgsubmitproposal
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is
    not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [ ] included the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [ ] targeted the correct branch
    - [ ] provided a link to the relevant issue or specification
    - [ ] added a changelog entry to `CHANGELOG.md`
    - [ ] included comments for [documenting Go
    code](https://blog.golang.org/godoc)
    - [ ] updated the relevant documentation or specification
    - [ ] reviewed "Files changed" and left comments if necessary
    - [ ] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable
    and please add
    your handle next to the items reviewed if you only reviewed selected
    items.*
    
    I have...
    
    - [ ] confirmed the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    dadamu authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    09f92fa View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. feat: add parse gov params command (#735)

    ## Description
    
    Closes: #XXXX
    This PR adds parse gov params command for updating gov params easily
    after the schema upgrade.
    
    <!-- Add a description of the changes that this PR introduces and the
    files that
    are the most critical to review. -->
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is
    not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [ ] included the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [ ] targeted the correct branch
    - [ ] provided a link to the relevant issue or specification
    - [ ] added a changelog entry to `CHANGELOG.md`
    - [ ] included comments for [documenting Go
    code](https://blog.golang.org/godoc)
    - [ ] updated the relevant documentation or specification
    - [ ] reviewed "Files changed" and left comments if necessary
    - [ ] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable
    and please add
    your handle next to the items reviewed if you only reviewed selected
    items.*
    
    I have...
    
    - [ ] confirmed the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    dadamu authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    868bbd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. feat: support cosmos-sdk v0.50.x (#746)

    ## Description
    
    Closes: #745 
    
    <!-- Add a description of the changes that this PR introduces and the
    files that
    are the most critical to review. -->
    
    ---
    
    This PR upgrade juno to v6 then supports cosmos-sdk v0.50.x.
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is
    not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [ ] included the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [ ] targeted the correct branch
    - [ ] provided a link to the relevant issue or specification
    - [ ] added a changelog entry to `CHANGELOG.md`
    - [ ] included comments for [documenting Go
    code](https://blog.golang.org/godoc)
    - [ ] updated the relevant documentation or specification
    - [ ] reviewed "Files changed" and left comments if necessary
    - [ ] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable
    and please add
    your handle next to the items reviewed if you only reviewed selected
    items.*
    
    I have...
    
    - [ ] confirmed the correct [type
    prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
    in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    dadamu authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ca1ebaa View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    055c368 View commit details
    Browse the repository at this point in the history
  2. migrate to cosmos v0.5x

    pwnfoo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4b0e377 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    edc6ace View commit details
    Browse the repository at this point in the history
  2. make linter happy

    pwnfoo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    18da81f View commit details
    Browse the repository at this point in the history