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

test: check if enable to query and execute smart contract of wasmd in x/token module #151

Closed
wants to merge 117 commits into from

Commits on Feb 9, 2023

  1. feat: add zerolog based rolling log system (Finschia#883)

    * feat: add zerolog based rolling log system
    
    * test: init log level when ostracon config isn't created
    
    * docs: add changelog
    
    * fix: log_level command help
    dudong2 authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    f936c7d View commit details
    Browse the repository at this point in the history
  2. fix: remove some x/token,collection queries on listable collections (F…

    …inschia#881)
    
    * Update protos
    
    * Update logic
    
    * Update tests
    
    * Lint
    
    * Update CHANGELOG.md
    0Tech authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e2aa3ea View commit details
    Browse the repository at this point in the history
  3. feat!: apply the changes of vrf location in Ostracon (Finschia#887)

    * feat: apply the changes of vrf location in Ostracon.
     - change ostracon block.header to tendermint block.header
    
    * chore: remove unused import
    
    * chore: bump up ostracon
    
    * chore: proto file linting
    
    * chore: update changelog
    
    * chore: update swagger
    
    * chore: apply the import ordering rule.
    
    * chore: fix strange new line.
    zemyblue authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b886473 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. feat: remove time-based upgrade (Finschia#889)

    * feat: remove time-based upgrade
    
    * test: fix typo
    
    * docs: add changelog
    
    * test: fix validate func
    
    * chore: revert irrelevant test
    
    * fix: fix typo, chore: remove __debug_bin binary
    
    * test: restore height based plan test
    dudong2 authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    4863dfa View commit details
    Browse the repository at this point in the history
  2. Map Ostracon:ErrTxInMap to lbm-sdk:ErrTxInMempoolCache (Finschia#890)

    * Map Ostracon:ErrTxInMap to lbm-sdk:ErrTxInMempoolCache
    
    * Update CHANGELOG.md
    
    * Refactor switch case
    Mdaiki0730 authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d70e63b View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (Finschia#886)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.5.0 to 0.6.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/golang/crypto/commit/a9f661cb6e1b78478731da332a7b82f1e2fd779c"><code>a9f661c</code></a> go.mod: update golang.org/x dependencies</li>
    <li><a href="https://github.com/golang/crypto/commit/310bfa40f1e490c722a9c86d8ede143d3d506be5"><code>310bfa4</code></a> cryptobyte: reject negative Unwrite argument</li>
    <li><a href="https://github.com/golang/crypto/commit/59ff47295ca89b9497fc7964d4777b2a9edd1e22"><code>59ff472</code></a> all: fix some comments</li>
    <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.5.0...v0.6.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.5.0&new-version=0.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 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 10, 2023
    Configuration menu
    Copy the full SHA
    eba7b9d View commit details
    Browse the repository at this point in the history
  4. feat!: add custom GetBlockWithTxs for lbm (Finschia#891)

    * feat!: move cosmos.tx.v1beta1.Service/GetBlockWithTxs to lbm.tx.v1beta1.Service/GetBlockWithTxs.
    
    * chore: update statik.go file.
    
    * fix: unittest error of `TestGetBlockWithTxs_GRPCGateway`
    
    * chore: update changelog.
    
    * chore: modify error messages.
    zemyblue authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    e371872 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. chore(deps): Bump github.com/cosmos/btcutil from 1.0.4 to 1.0.5 (Fins…

    …chia#823)
    
    Bumps [github.com/cosmos/btcutil](https://github.com/cosmos/btcutil) from 1.0.4 to 1.0.5.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/cosmos/btcutil/commit/3986eec6b0a9252c4a46123394d09d4128b43633"><code>3986eec</code></a> refactor: clean cosmos/btcutil to strict minimum (<a href="https://github-redirect.dependabot.com/cosmos/btcutil/issues/7">#7</a>)</li>
    <li>See full diff in <a href="https://github.com/cosmos/btcutil/compare/v1.0.4...v1.0.5">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/btcutil&package-manager=go_modules&previous-version=1.0.4&new-version=1.0.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 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 12, 2023
    Configuration menu
    Copy the full SHA
    5a8d776 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. fix: change the default params of x/collection (Finschia#894)

    * Change the default params
    
    * Update CHANGELOG.md
    
    * Lint
    0Tech authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    cb6f186 View commit details
    Browse the repository at this point in the history
  2. feat!: remove the incompatible field index=14 in TxResponse. (Fin…

    …schia#892)
    
    * feat!: remove the incompatible field `index=14` in `TxResponse`.
    
    * fix: lint warning
    
    * chore: update changelog
    zemyblue authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    4776b03 View commit details
    Browse the repository at this point in the history
  3. fix: remove max gas validation (Finschia#895)

    * Remove max gas validation
    
    * Update CHANGELOG.md
    0Tech authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    302cb11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    958dd22 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. fix: fix a bug not added lbm.tx.v1beta1.Service/GetBlockWithTxs in …

    …swagger (Finschia#898)
    
    * fix: fix the bug that wasn't added `lbm.tx.v1beta1.txs/block/{height}` in swagger
    
    * chore: add changelog.
    zemyblue authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    11966d1 View commit details
    Browse the repository at this point in the history
  2. build: update release pipeline to match non-wasm env (Finschia#901)

    * remove useless cmd & config related to wasm
    
    * add multi-arch config to generate bins
    
    * add CHANGELOG
    
    * change default releaser image
    
    * remove wasm-binding in Dockerfile
    
    * remove wasm config in simapp
    tkxkd0159 authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    a642968 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. chore: typos (Finschia#857)

    * Fix: typos
    
    Fix: typos
    
    * Fix: typo
    
    Fix: typo
    
    * Fix: typo
    
    Fix: typo
    
    * go fmt
    
    ---------
    
    Co-authored-by: Jayden Lee <[email protected]>
    omahs and tkxkd0159 authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    34c10e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. chore(deps): Bump actions/checkout from 2 to 3 (Finschia#917)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <ul>
    <li>Updated to the node16 runtime by default
    <ul>
    <li>This requires a minimum <a href="https://github.com/actions/runner/releases/tag/v2.285.0">Actions Runner</a> version of v2.285.0 to run, which is by default available in GHES 3.4 or later.</li>
    </ul>
    </li>
    </ul>
    <h2>v2.6.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add backports to v2 branch by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/1040">actions/checkout#1040</a>
    <ul>
    <li>Includes backports from the following changes: <a href="https://github-redirect.dependabot.com/actions/checkout/pull/964">actions/checkout#964</a>, <a href="https://github-redirect.dependabot.com/actions/checkout/pull/1002">actions/checkout#1002</a>, <a href="https://github-redirect.dependabot.com/actions/checkout/pull/1029">actions/checkout#1029</a></li>
    <li>Upgraded the licensed version to match what is used in v3.</li>
    </ul>
    </li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v2.5.0...v2.6.0">https://github.com/actions/checkout/compare/v2.5.0...v2.6.0</a></p>
    <h2>v2.5.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update <code>@​actions/core</code> to 1.10.0 by <a href="https://github.com/rentziass"><code>@​rentziass</code></a> in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/962">actions/checkout#962</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v2...v2.5.0">https://github.com/actions/checkout/compare/v2...v2.5.0</a></p>
    <h2>v2.4.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add set-safe-directory input to allow customers to take control. (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/770">#770</a>) by <a href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a> in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/776">actions/checkout#776</a></li>
    <li>Prepare changelog for v2.4.2. by <a href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a> in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/778">actions/checkout#778</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v2...v2.4.2">https://github.com/actions/checkout/compare/v2...v2.4.2</a></p>
    <h2>v2.4.1</h2>
    <ul>
    <li>Fixed an issue where checkout failed to run in container jobs due to the new git setting <code>safe.directory</code></li>
    </ul>
    <h2>v2.4.0</h2>
    <ul>
    <li>Convert SSH URLs like <code>org-&lt;ORG_ID&gt;@github.com:</code> to <code>https://github.com/</code> - <a href="https://github-redirect.dependabot.com/actions/checkout/pull/621">pr</a></li>
    </ul>
    <h2>v2.3.5</h2>
    <p>Update dependencies</p>
    <h2>v2.3.4</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/379">Add missing <code>await</code>s</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/360">Swap to Environment Files</a></li>
    </ul>
    <h2>v2.3.3</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/345">Remove Unneeded commit information from build logs</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/326">Add Licensed to verify third party dependencies</a></li>
    </ul>
    <h2>v2.3.2</h2>
    <p><a href="https://github-redirect.dependabot.com/actions/checkout/pull/320">Add Third Party License Information to Dist Files</a></p>
    <h2>v2.3.1</h2>
    <p><a href="https://github-redirect.dependabot.com/actions/checkout/pull/284">Fix default branch resolution for .wiki and when using SSH</a></p>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h2>v3.1.0</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/939">Use <code>@​actions/core</code> <code>saveState</code> and <code>getState</code></a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/922">Add <code>github-server-url</code> input</a></li>
    </ul>
    <h2>v3.0.2</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/770">Add input <code>set-safe-directory</code></a></li>
    </ul>
    <h2>v3.0.1</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/762">Fixed an issue where checkout failed to run in container jobs due to the new git setting <code>safe.directory</code></a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/744">Bumped various npm package versions</a></li>
    </ul>
    <h2>v3.0.0</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/689">Update to node 16</a></li>
    </ul>
    <h2>v2.3.1</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/284">Fix default branch resolution for .wiki and when using SSH</a></li>
    </ul>
    <h2>v2.3.0</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/278">Fallback to the default branch</a></li>
    </ul>
    <h2>v2.2.0</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/258">Fetch all history for all tags and branches when fetch-depth=0</a></li>
    </ul>
    <h2>v2.1.1</h2>
    <ul>
    <li>Changes to support GHES (<a href="https://github-redirect.dependabot.com/actions/checkout/pull/236">here</a> and <a href="https://github-redirect.dependabot.com/actions/checkout/pull/248">here</a>)</li>
    </ul>
    <h2>v2.1.0</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/191">Group output</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/199">Changes to support GHES alpha release</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/184">Persist core.sshCommand for submodules</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/163">Add support ssh</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/179">Convert submodule SSH URL to HTTPS, when not using SSH</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/157">Add submodule support</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/144">Follow proxy settings</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/141">Fix ref for pr closed event when a pr is merged</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/128">Fix issue checking detached when git less than 2.22</a></li>
    </ul>
    <h2>v2.0.0</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/108">Do not pass cred on command line</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/107">Add input persist-credentials</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/104">Fallback to REST API to download repo</a></li>
    </ul>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/checkout/commit/ac593985615ec2ede58e132d2e21d2b1cbd6127c"><code>ac59398</code></a> Fix comment typos (that got added in <a href="https://github-redirect.dependabot.com/actions/checkout/issues/770">#770</a>) (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/1057">#1057</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/3ba5ee6fac7e0e30e2ea884e236f282d3a775891"><code>3ba5ee6</code></a> Add in explicit reference to private checkout options (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/1050">#1050</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/885641592076c27bfb56c028cd5612cdad63e16d"><code>8856415</code></a> Implement branch list using callbacks from exec function (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/1045">#1045</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/755da8c3cf115ac066823e79a1e1788f8940201b"><code>755da8c</code></a> 3.2.0 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/1039">#1039</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/26d48e8ea150211a9bc3b1f0c20448599687d926"><code>26d48e8</code></a> Update <code>@​actions/io</code> to 1.1.2 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/1029">#1029</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/bf085276cecdb0cc76fbbe0687a5a0e786646936"><code>bf08527</code></a> wrap pipeline commands for submoduleForeach in quotes (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/964">#964</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/5c3ccc22eb2c950a0fa5bc7c47190d8e3f7e681a"><code>5c3ccc2</code></a> Replace datadog/squid with ubuntu/squid Docker image (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/1002">#1002</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/1f9a0c22da41e6ebfa534300ef656657ea2c6707"><code>1f9a0c2</code></a> README - fix status badge (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/967">#967</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/8230315d06ad95c617244d2f265d237a1682d445"><code>8230315</code></a> Add workflow to update a main version (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/942">#942</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8"><code>93ea575</code></a> Prepare release v3.1.0 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/940">#940</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/checkout/compare/v2...v3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot 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 27, 2023
    Configuration menu
    Copy the full SHA
    2eb63d9 View commit details
    Browse the repository at this point in the history
  2. fix: add missing Command(collection module's TxCmdModify) (Finschia#911)

    * fix: add missing Command(collection module's TxCmdModify)
    jaeseung-bae authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    bd1703f View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump github.com/VictoriaMetrics/fastcache from 1.12.0 to…

    … 1.12.1 (Finschia#909)
    
    Bumps [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) from 1.12.0 to 1.12.1.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/VictoriaMetrics/fastcache/commit/80e8ba22dfe1793eeedaebe259d4eaf7a134b4d1"><code>80e8ba2</code></a> vendor: update dependencies</li>
    <li><a href="https://github.com/VictoriaMetrics/fastcache/commit/57c9496d3fd4fad972afee2bcc1b5ab1ff8cbfae"><code>57c9496</code></a> vendor: update golang.org/x/sys/unix</li>
    <li>See full diff in <a href="https://github.com/VictoriaMetrics/fastcache/compare/v1.12.0...v1.12.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/VictoriaMetrics/fastcache&package-manager=go_modules&previous-version=1.12.0&new-version=1.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    52d9fe6 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump golang.org/x/net from 0.6.0 to 0.7.0 (Finschia#904)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/golang/net/commit/8e2b117aee74f6b86c207a808b0255de45c0a18a"><code>8e2b117</code></a> http2/hpack: avoid quadratic complexity in hpack decoding</li>
    <li><a href="https://github.com/golang/net/commit/547e7edf3873d6f3a9c093d3785f9e2289e00746"><code>547e7ed</code></a> http2: avoid referencing ResponseWrite.Write parameter after returning</li>
    <li><a href="https://github.com/golang/net/commit/39940adcaaa73e661124cb80fb8dd57ea929dbaf"><code>39940ad</code></a> html: parse comments per HTML spec</li>
    <li>See full diff in <a href="https://github.com/golang/net/compare/v0.6.0...v0.7.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.6.0&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/line/lbm-sdk/network/alerts).
    
    </details>
    dependabot[bot] authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    6192e0d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. feat: add "uri" for MsgModify and deprecate the old ones (Finschia#900)

    * Add uri to x/token
    
    * Add tests
    
    * Add uri to x/collection
    
    * Add tests
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Emit both old and new change
    
    * Add tests
    
    * Remove xxx_uri from events
    
    * Revert irrelevant changes
    
    * Lint
    0Tech authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    81fec6d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. chore(deps): Bump actions/cache from 3.2.4 to 3.2.6 (Finschia#908)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.6.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3.2.4...v3.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    389f25a View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump github.com/hdevalence/ed25519consensus from 0.0.0-2…

    …0220222234857-c00d1f31bab3 to 0.1.0 (Finschia#914)
    
    Bumps [github.com/hdevalence/ed25519consensus](https://github.com/hdevalence/ed25519consensus) from 0.0.0-20220222234857-c00d1f31bab3 to 0.1.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/hdevalence/ed25519consensus/commits/v0.1.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hdevalence/ed25519consensus&package-manager=go_modules&previous-version=0.0.0-20220222234857-c00d1f31bab3&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    642412e View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (Fi…

    …nschia#918)
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/stretchr/testify/commit/f36bfe3c337aa95c86f04c721acdbafb5ffb1611"><code>f36bfe3</code></a> Fix Subset/NotSubset when map is missing keys from the subset (<a href="https://github-redirect.dependabot.com/stretchr/testify/issues/1261">#1261</a>)</li>
    <li><a href="https://github.com/stretchr/testify/commit/0ab3ce1249292a7221058b9e370472bca8f04813"><code>0ab3ce1</code></a> Fix <code>CallerInfo()</code> source file paths (<a href="https://github-redirect.dependabot.com/stretchr/testify/issues/1288">#1288</a>)</li>
    <li><a href="https://github.com/stretchr/testify/commit/2b00d33aec28e4fded71d57517ed4ec9d54cb4e2"><code>2b00d33</code></a> Fix Call.Unset() panic (issue <a href="https://github-redirect.dependabot.com/stretchr/testify/issues/1236">#1236</a>) (<a href="https://github-redirect.dependabot.com/stretchr/testify/issues/1250">#1250</a>)</li>
    <li><a href="https://github.com/stretchr/testify/commit/9acc22213e5fbec050904b9886c6df042188cad5"><code>9acc222</code></a> fix: fix bug for check unsafe.Pointer isNil (<a href="https://github-redirect.dependabot.com/stretchr/testify/issues/1319">#1319</a>)</li>
    <li><a href="https://github.com/stretchr/testify/commit/1333b5d3bda8cf5aedcf3e1aaa95cac28aaab892"><code>1333b5d</code></a> Add sub-tests to Suite (<a href="https://github-redirect.dependabot.com/stretchr/testify/issues/1246">#1246</a>)</li>
    <li>See full diff in <a href="https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/stretchr/testify&package-manager=go_modules&previous-version=1.8.1&new-version=1.8.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 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 Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b6b275f View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump gaurav-nelson/github-action-markdown-link-check fro…

    …m 1.0.14 to 1.0.15 (Finschia#919)
    
    Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.14 to 1.0.15.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/releases">gaurav-nelson/github-action-markdown-link-check's releases</a>.</em></p>
    <blockquote>
    <h2>1.0.15</h2>
    <h3>Changes</h3>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/gaurav-nelson/github-action-markdown-link-check/pull/168">gaurav-nelson/github-action-markdown-link-check#168</a> - Respect folder-path when check-modified-files-only == yes: Thank you <a href="https://github.com/exoego"><code>@​exoego</code></a></li>
    </ul>
    <p>Thank you <a href="https://github.com/mgrojo"><code>@​mgrojo</code></a> <a href="https://github.com/qaristote"><code>@​qaristote</code></a> <a href="https://github.com/RezaRahemtola"><code>@​RezaRahemtola</code></a> for minor typo fixes.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/d53a906aa6b22b8979d33bc86170567e619495ec"><code>d53a906</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gaurav-nelson/github-action-markdown-link-check/issues/155">#155</a> from sadra-barikbin/master</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/3faccbcf285e2c0424212c17908f8adcfbd0c2ad"><code>3faccbc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gaurav-nelson/github-action-markdown-link-check/issues/168">#168</a> from exoego/fix-167</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/1ce7e0fce6deee800c782317d923dc421ebaa9f5"><code>1ce7e0f</code></a> Respect folder-path when check-modified-files-only == yes</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/c4484864f4446a32293dbbee90ae9475fc117d79"><code>c448486</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gaurav-nelson/github-action-markdown-link-check/issues/175">#175</a> from mgrojo/patch-2</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/21ae1b5d2ed9cb7eda4f102521211df1c8f64a04"><code>21ae1b5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gaurav-nelson/github-action-markdown-link-check/issues/163">#163</a> from RezaRahemtola/master</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/da7a2597b04ba3f4f6aa50cd9fe57cbb038fc145"><code>da7a259</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gaurav-nelson/github-action-markdown-link-check/issues/165">#165</a> from qaristote/patch-2</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/26b1f3d5e1922b91bbf122352e6988dce84d735d"><code>26b1f3d</code></a> Document interpration of filenames and paths in <code>config-file</code></li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/974799164d87c9247b1cd6277919bb8d7e1b8a72"><code>9747991</code></a> readme: fix typo</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/c77ef6d03581d7682df3550bb992aa59408abbf5"><code>c77ef6d</code></a> fix: Typos and missing configuration link</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/4d97ad89bbb0de4be573a9d7a2fc0ce900afc519"><code>4d97ad8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gaurav-nelson/github-action-markdown-link-check/issues/156">#156</a> from heidihoward/patch-2</li>
    <li>Additional commits viewable in <a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gaurav-nelson/github-action-markdown-link-check&package-manager=github_actions&previous-version=1.0.14&new-version=1.0.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    465f0c4 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump github.com/prometheus/common from 0.39.0 to 0.42.0 (F…

    …inschia#924)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.39.0 to 0.42.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/prometheus/common/releases">github.com/prometheus/common's releases</a>.</em></p>
    <blockquote>
    <h2>v0.41.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Fix marshalling of TLSVersion by <a href="https://github.com/roidelapluie"><code>@​roidelapluie</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/429">prometheus/common#429</a></li>
    <li>expfmt: add test case for issue with *bufio.Reader and FmtText format by <a href="https://github.com/roidelapluie"><code>@​roidelapluie</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/448">prometheus/common#448</a></li>
    <li>expfmt: add test cases for TextParser startOfLine error handling by <a href="https://github.com/roidelapluie"><code>@​roidelapluie</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/449">prometheus/common#449</a></li>
    <li>Fix and test JSON &amp; YAML marshalling by <a href="https://github.com/roidelapluie"><code>@​roidelapluie</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/450">prometheus/common#450</a></li>
    <li>Update Go versions by <a href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/447">prometheus/common#447</a></li>
    <li>Bump golang.org/x/net from 0.4.0 to 0.7.0 in /sigv4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/454">prometheus/common#454</a></li>
    <li>Update kingpin module source by <a href="https://github.com/hairyhenderson"><code>@​hairyhenderson</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/458">prometheus/common#458</a></li>
    <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@​prombot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/460">prometheus/common#460</a></li>
    <li>Update Go modules by <a href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/459">prometheus/common#459</a></li>
    <li>Add dependabot by <a href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/433">prometheus/common#433</a></li>
    <li>model: Remove json-iterator usage (again) by <a href="https://github.com/beorn7"><code>@​beorn7</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/453">prometheus/common#453</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/454">prometheus/common#454</a></li>
    <li><a href="https://github.com/hairyhenderson"><code>@​hairyhenderson</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/458">prometheus/common#458</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.40.0...v0.41.0">https://github.com/prometheus/common/compare/v0.40.0...v0.41.0</a></p>
    <h2>v0.40.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@​prombot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/428">prometheus/common#428</a></li>
    <li>Add histogram vectors to model by <a href="https://github.com/zenador"><code>@​zenador</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/417">prometheus/common#417</a></li>
    <li>Change HistogramBucket Boundaries type to int32 by <a href="https://github.com/zenador"><code>@​zenador</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/438">prometheus/common#438</a></li>
    <li>Make it more efficient and compatible to use SampleHistogram by <a href="https://github.com/krajorama"><code>@​krajorama</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/439">prometheus/common#439</a></li>
    <li>Optimise JSON marshalling for sparse histograms by <a href="https://github.com/zenador"><code>@​zenador</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/440">prometheus/common#440</a></li>
    <li>expfmt: only call TextParser.TextToMetricFamilies once from textDecoder by <a href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/443">prometheus/common#443</a></li>
    <li>expfmt: only ignore io.EOF errors in TextParse.startOfLine by <a href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/444">prometheus/common#444</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/zenador"><code>@​zenador</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/417">prometheus/common#417</a></li>
    <li><a href="https://github.com/krajorama"><code>@​krajorama</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/439">prometheus/common#439</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.39.0...v0.40.0">https://github.com/prometheus/common/compare/v0.39.0...v0.40.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/prometheus/common/commit/66b493f42b757378fbad83e42b0ed441d425a17b"><code>66b493f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/462">#462</a> from roidelapluie/proxyfromenv</li>
    <li><a href="https://github.com/prometheus/common/commit/c8ca1fb738e578a3788ee852fdc8e8c3961fae6d"><code>c8ca1fb</code></a> Add support to use Proxy From Environment and set No Proxy</li>
    <li><a href="https://github.com/prometheus/common/commit/6a5f4db5f3194094906b9c9a37b876b73a8b7aa8"><code>6a5f4db</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/455">#455</a> from bboreham/build-tags</li>
    <li><a href="https://github.com/prometheus/common/commit/d7d98af2eded4575b475044270678b28d101ee99"><code>d7d98af</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/461">#461</a> from bboreham/faster-parseduration</li>
    <li><a href="https://github.com/prometheus/common/commit/55b01d164325a0154b3cc1559dc534542e7faa1f"><code>55b01d1</code></a> Parse Durations much faster</li>
    <li><a href="https://github.com/prometheus/common/commit/330a3f525e6d449501b16a6b119af32457cc4ffc"><code>330a3f5</code></a> Add benchmark for ParseDuration</li>
    <li><a href="https://github.com/prometheus/common/commit/94c865c472c259ed462f97944c6196c518de3905"><code>94c865c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/453">#453</a> from prometheus/beorn7/model</li>
    <li><a href="https://github.com/prometheus/common/commit/ab87968b5dcfb0f0144071f7eafa4b1bd41c6749"><code>ab87968</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/433">#433</a> from lucacome/add-dependabot</li>
    <li><a href="https://github.com/prometheus/common/commit/e903cdd393f6e5a218da1e07a8c161069b87c437"><code>e903cdd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/459">#459</a> from prometheus/superq/mods</li>
    <li><a href="https://github.com/prometheus/common/commit/456cf052739dda325a3ac5cba28e1572f2bb937b"><code>456cf05</code></a> model: Remove json-iterator usage (again)</li>
    <li>Additional commits viewable in <a href="https://github.com/prometheus/common/compare/v0.39.0...v0.42.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/common&package-manager=go_modules&previous-version=0.39.0&new-version=0.42.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    62696ae View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump golang.org/x/crypto from 0.6.0 to 0.7.0 (Finschia#921)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.7.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/golang/crypto/commit/776e461a4e6d8b372a43c72122c5c28cfc40dca2"><code>776e461</code></a> go.mod: update golang.org/x dependencies</li>
    <li><a href="https://github.com/golang/crypto/commit/ebe92624d1428c68f92576e1d27cc65d62bc2f7e"><code>ebe9262</code></a> ssh: add support for <a href="mailto:[email protected]">[email protected]</a></li>
    <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.6.0...v0.7.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.6.0&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    7130516 View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump github.com/coinbase/rosetta-sdk-go from 0.8.2 to 0.…

    …8.3 (Finschia#875)
    
    Bumps [github.com/coinbase/rosetta-sdk-go](https://github.com/coinbase/rosetta-sdk-go) from 0.8.2 to 0.8.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/coinbase/rosetta-sdk-go/releases">github.com/coinbase/rosetta-sdk-go's releases</a>.</em></p>
    <blockquote>
    <h2>Generic improvements</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>make types a go module by <a href="https://github.com/shrimalmadhur"><code>@​shrimalmadhur</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/461">coinbase/rosetta-sdk-go#461</a></li>
    <li>Use types module instead of local dependency by <a href="https://github.com/shrimalmadhur"><code>@​shrimalmadhur</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/462">coinbase/rosetta-sdk-go#462</a></li>
    <li>add customized info in sdk's fetcher, reconciler, syncer and db by <a href="https://github.com/jingweicb"><code>@​jingweicb</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/465">coinbase/rosetta-sdk-go#465</a></li>
    <li>remove getVfromK logs by <a href="https://github.com/jingweicb"><code>@​jingweicb</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/467">coinbase/rosetta-sdk-go#467</a></li>
    <li>fix uncessary context canceled err by <a href="https://github.com/jingweicb"><code>@​jingweicb</code></a> in <a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/pull/468">coinbase/rosetta-sdk-go#468</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/coinbase/rosetta-sdk-go/compare/v0.8.2...v0.8.3">https://github.com/coinbase/rosetta-sdk-go/compare/v0.8.2...v0.8.3</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/294474a3debdaa52cf0d161c800b2b74398d4bcf"><code>294474a</code></a> fix uncessary context canceled err (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/468">#468</a>)</li>
    <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/a82130d40237ccbef060bcc626c7498a1b519ad4"><code>a82130d</code></a> remove getVfromK logs (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/467">#467</a>)</li>
    <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/4c691644d82a97250d6b6b3a1cef13490cfc6729"><code>4c69164</code></a> add customized info in sdk's fetcher, reconciler, syncer and db (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/465">#465</a>)</li>
    <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/2301850ad713395313e062808b5c8f3a76e50e5d"><code>2301850</code></a> Use types module instead of local dependency (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/462">#462</a>)</li>
    <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/8ea45ef4582708ea4b95adcb63d170852072db31"><code>8ea45ef</code></a> make types a go module (<a href="https://github-redirect.dependabot.com/coinbase/rosetta-sdk-go/issues/461">#461</a>)</li>
    <li>See full diff in <a href="https://github.com/coinbase/rosetta-sdk-go/compare/v0.8.2...v0.8.3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/coinbase/rosetta-sdk-go&package-manager=go_modules&previous-version=0.8.2&new-version=0.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot 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 Mar 9, 2023
    Configuration menu
    Copy the full SHA
    ce8d910 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. deprecate block mode in proto (Finschia#923)

    * feat: deprecate block mode in proto
    
    * add changelog
    loin3 authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    b626dec View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. feat: introduce censorship into x/foundation (Finschia#912)

    * Add censorship into proto
    
    * Implement censorship
    
    * Add FoundationExecProposal to proto
    
    * Implement FoundationExecProposal
    
    * Update documentation
    
    * Update CHANGELOG.md
    
    * Rename files
    
    * Lint
    
    * Add amino test on MsgUpdateCensorship
    
    * Add pagination on cli
    
    * Update x/foundation/README.md
    
    * Update proposal cli description
    
    * Chore
    
    * Apply feedbacks
    0Tech authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d9428ec View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. fix: propagate events in x/foundation through sdk.Results (Finschia#922)

    * Propagate events in x/foundation through sdk.Results
    
    * Update CHANGELOG.md
    0Tech authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c025e91 View commit details
    Browse the repository at this point in the history
  2. docs: update permlinks in x/foundation documents (Finschia#934)

    * Update links in documentation
    
    * Update CHANGELOG.md
    0Tech authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    7623acc View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    924cf98 View commit details
    Browse the repository at this point in the history
  2. chore: typos (Finschia#857)

    * Fix: typos
    
    Fix: typos
    
    * Fix: typo
    
    Fix: typo
    
    * Fix: typo
    
    Fix: typo
    
    * go fmt
    
    ---------
    
    Co-authored-by: Jayden Lee <[email protected]>
    2 people authored and zemyblue committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    f3ce309 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    220083d View commit details
    Browse the repository at this point in the history
  4. feat: add "uri" for MsgModify and deprecate the old ones (Finschia#900)

    * Add uri to x/token
    
    * Add tests
    
    * Add uri to x/collection
    
    * Add tests
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Emit both old and new change
    
    * Add tests
    
    * Remove xxx_uri from events
    
    * Revert irrelevant changes
    
    * Lint
    
    (cherry picked from commit 81fec6d)
    0Tech authored and zemyblue committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    884dc49 View commit details
    Browse the repository at this point in the history
  5. deprecate block mode in proto (Finschia#923)

    * feat: deprecate block mode in proto
    
    * add changelog
    
    (cherry picked from commit b626dec)
    loin3 authored and zemyblue committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    8fbfb7c View commit details
    Browse the repository at this point in the history
  6. feat: introduce censorship into x/foundation (Finschia#912)

    * Add censorship into proto
    
    * Implement censorship
    
    * Add FoundationExecProposal to proto
    
    * Implement FoundationExecProposal
    
    * Update documentation
    
    * Update CHANGELOG.md
    
    * Rename files
    
    * Lint
    
    * Add amino test on MsgUpdateCensorship
    
    * Add pagination on cli
    
    * Update x/foundation/README.md
    
    * Update proposal cli description
    
    * Chore
    
    * Apply feedbacks
    
    (cherry picked from commit d9428ec)
    0Tech authored and zemyblue committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    524cf1f View commit details
    Browse the repository at this point in the history
  7. fix: propagate events in x/foundation through sdk.Results (Finschia#922)

    * Propagate events in x/foundation through sdk.Results
    
    * Update CHANGELOG.md
    
    (cherry picked from commit c025e91)
    0Tech authored and zemyblue committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6a35014 View commit details
    Browse the repository at this point in the history
  8. docs: update permlinks in x/foundation documents (Finschia#934)

    * Update links in documentation
    
    * Update CHANGELOG.md
    
    (cherry picked from commit 7623acc)
    0Tech authored and zemyblue committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b748d70 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. chore(deps): Bump golang.org/x/crypto from 0.0.0-20200622213623-75b28…

    …8015ac9 to 0.1.0 in /ics23/go (Finschia#916)
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200622213623-75b288015ac9 to 0.1.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/golang/crypto/commits/v0.1.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.0.0-20200622213623-75b288015ac9&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/line/lbm-sdk/network/alerts).
    
    </details>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    691bf6b View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (Fin…

    …schia#926)
    
    Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.2 to 1.5.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/golang/protobuf/releases">github.com/golang/protobuf's releases</a>.</em></p>
    <blockquote>
    <h2>v1.5.3</h2>
    <p>Notable changes</p>
    <p>*( <a href="https://github-redirect.dependabot.com/golang/protobuf/issues/1363">#1363</a>) jsonpb: accept 'null' as a valid representation of NullValue in unmarshal</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/golang/protobuf/commit/5d5e8c018a13017f9d5b8bf4fad64aaa42a87308"><code>5d5e8c0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/golang/protobuf/issues/1363">#1363</a> from neild/jsonnull</li>
    <li><a href="https://github.com/golang/protobuf/commit/37828f962262b5a0f3d9560c429a14d96c711a21"><code>37828f9</code></a> jsonpb: accept 'null' as a valid representation of NullValue in unmarshal</li>
    <li>See full diff in <a href="https://github.com/golang/protobuf/compare/v1.5.2...v1.5.3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golang/protobuf&package-manager=go_modules&previous-version=1.5.2&new-version=1.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot 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 Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e5590fb View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump actions/setup-go from 3.5.0 to 4.0.0 (Finschia#931)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.0.0.
    <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>v4.0.0</h2>
    <p>In scope of release we enable cache by default. The action won’t throw an error if the cache can’t be restored or saved. The action will throw a warning message but it won’t stop a build process. The cache can be disabled by specifying <code>cache: false</code>.</p>
    <pre lang="yaml"><code>steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-go@v4
        with:
          go-version: ‘1.19’
      - run: go run hello.go
    </code></pre>
    <p>Besides, we introduce such changes as</p>
    <ul>
    <li><a href="https://redirect.github.com/actions/setup-go/pull/305">Allow to use only GOCACHE for cache</a></li>
    <li><a href="https://redirect.github.com/actions/setup-go/pull/315">Bump json5 from 2.2.1 to 2.2.3</a></li>
    <li><a href="https://redirect.github.com/actions/setup-go/pull/323">Use proper version for primary key in cache</a></li>
    <li><a href="https://redirect.github.com/actions/setup-go/pull/351">Always add Go bin to the PATH</a></li>
    <li><a href="https://redirect.github.com/actions/setup-go/pull/350">Add step warning if go-version input is empty</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-go/commit/4d34df0c2316fe8122ab82dc22947d607c0c91f9"><code>4d34df0</code></a> Update configuration files (<a href="https://redirect.github.com/actions/setup-go/issues/348">#348</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/fdc0d672a12b8fc05ef4c549c3fd5b0f03ebeb4c"><code>fdc0d67</code></a> Add Go bin if go-version input is empty (<a href="https://redirect.github.com/actions/setup-go/issues/351">#351</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/ebfdf6ac95bce0e7e743a60aba7adf59b400885b"><code>ebfdf6a</code></a> add warning if go-version is empty (<a href="https://redirect.github.com/actions/setup-go/issues/350">#350</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/b27d76912e7cb72b7262b5be2ec903b6cfaf358a"><code>b27d769</code></a> fix lockfileVersion (<a href="https://redirect.github.com/actions/setup-go/issues/349">#349</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/c51a7207680f1bee06f4a751214aab70667f9e25"><code>c51a720</code></a> Enable caching by default with default input (<a href="https://redirect.github.com/actions/setup-go/issues/332">#332</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/6b848af622919e18822928df24a57044dc6ea9ab"><code>6b848af</code></a> Merge pull request <a href="https://redirect.github.com/actions/setup-go/issues/343">#343</a> from akv-platform/reusable-workflow</li>
    <li><a href="https://github.com/actions/setup-go/commit/12741cc20952a981105f1dc8366d69f1d24ed472"><code>12741cc</code></a> Format update-config-files.yml</li>
    <li><a href="https://github.com/actions/setup-go/commit/7a77a6aab66a15178e313f5908f5ed9b8500894c"><code>7a77a6a</code></a> Merge branch 'main' into reusable-workflow</li>
    <li><a href="https://github.com/actions/setup-go/commit/42a0cc8e1491c14a0e9486c3a895d2124f51af1a"><code>42a0cc8</code></a> Add update-config-files.yml</li>
    <li><a href="https://github.com/actions/setup-go/commit/7406d654ad8f517886f6c77135494c2b99355381"><code>7406d65</code></a> Add and configure ESLint and update configuration for Prettier (<a href="https://redirect.github.com/actions/setup-go/issues/341">#341</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/setup-go/compare/v3.5.0...v4.0.0">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=3.5.0&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    2ec553e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. chore: clean up x/foundation api (Finschia#933)

    * Hide unnecessary apis
    
    * Use x/foundation mocks
    
    * Lint
    
    * Update CHANGELOG.md
    
    * Remove interface
    
    * Revert "Remove interface"
    
    This reverts commit 8dd124d.
    0Tech authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    aabe516 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump github.com/line/ostracon from 1.0.9-0.2023020904311…

    …2-5aca894db3a6 to 1.0.9 (Finschia#939)
    
    Bumps [github.com/line/ostracon](https://github.com/line/ostracon) from 1.0.9-0.20230209043112-5aca894db3a6 to 1.0.9.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/line/ostracon/releases">github.com/line/ostracon's releases</a>.</em></p>
    <blockquote>
    <h2>v1.0.9</h2>
    <p>Release: <a href="https://github.com/line/ostracon/blob/main/CHANGELOG.md#v109">v1.0.9</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/line/ostracon/commits/v1.0.9">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/line/ostracon&package-manager=go_modules&previous-version=1.0.9-0.20230209043112-5aca894db3a6&new-version=1.0.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f224b71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a063fd0 View commit details
    Browse the repository at this point in the history
  4. chore: add progress log into x/collection import-genesis (Finschia#938)

    * Add log into x/collection import
    
    * Update CHANGELOG.md
    0Tech authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    7e85625 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump actions/cache from 3.2.6 to 3.3.1 (Finschia#928)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p>
    <blockquote>
    <h2>v3.3.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Reduced download segment size to 128 MB and timeout to 10 minutes by <a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1129">actions/cache#1129</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3...v3.3.1">https://github.com/actions/cache/compare/v3...v3.3.1</a></p>
    <h2>v3.3.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Bug: Permission is missing in cache delete example by <a href="https://github.com/kotokaze"><code>@​kotokaze</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1123">actions/cache#1123</a></li>
    <li>Add <code>lookup-only</code> option by <a href="https://github.com/cdce8p"><code>@​cdce8p</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1041">actions/cache#1041</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/kotokaze"><code>@​kotokaze</code></a> made their first contribution in <a href="https://redirect.github.com/actions/cache/pull/1123">actions/cache#1123</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3...v3.3.0">https://github.com/actions/cache/compare/v3...v3.3.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's changelog</a>.</em></p>
    <blockquote>
    <h3>3.2.6</h3>
    <ul>
    <li>Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.</li>
    </ul>
    <h3>3.3.0</h3>
    <ul>
    <li>Added option to lookup cache without downloading it.</li>
    </ul>
    <h3>3.3.1</h3>
    <ul>
    <li>Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/cache/commit/88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8"><code>88522ab</code></a> Reduced download segment size to 128 MB and timeout to 10 minutes (<a href="https://redirect.github.com/actions/cache/issues/1129">#1129</a>)</li>
    <li><a href="https://github.com/actions/cache/commit/940f3d7cf195ba83374c77632d1e2cbb2f24ae68"><code>940f3d7</code></a> Add <code>lookup-only</code> option (<a href="https://redirect.github.com/actions/cache/issues/1041">#1041</a>)</li>
    <li><a href="https://github.com/actions/cache/commit/e0d62270e20d6eeecf2fd6397a1b8871b6269e38"><code>e0d6227</code></a> docs: Add missing permission in cache delete example (<a href="https://redirect.github.com/actions/cache/issues/1123">#1123</a>)</li>
    <li>See full diff in <a href="https://github.com/actions/cache/compare/v3.2.6...v3.3.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/cache&package-manager=github_actions&previous-version=3.2.6&new-version=3.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    b57f364 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. chore: clean up x/foundation api (Finschia#933)

    * Hide unnecessary apis
    
    * Use x/foundation mocks
    
    * Lint
    
    * Update CHANGELOG.md
    
    * Remove interface
    
    * Revert "Remove interface"
    
    This reverts commit 8dd124d.
    
    (cherry picked from commit aabe516)
    0Tech authored and zemyblue committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    54def7b View commit details
    Browse the repository at this point in the history
  2. docs: update permlinks in x/foundation documents (Finschia#934)

    * Update links in documentation
    
    * Update CHANGELOG.md
    
    (cherry picked from commit 7623acc)
    (cherry picked from commit b748d70)
    0Tech authored and zemyblue committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    776d4de View commit details
    Browse the repository at this point in the history
  3. chore: add progress log into x/collection import-genesis (Finschia#938)

    * Add log into x/collection import
    
    * Update CHANGELOG.md
    
    (cherry picked from commit 7e85625)
    0Tech authored and zemyblue committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    a6ca9e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bb999d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. docs: update comments in the x/token,collection events proto (Finschi…

    …a#944)
    
    * Update comments in the events proto
    
    * Update CHANGELOG.md
    0Tech authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b948bbd View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. fix: fix broken x/foundation invariant on treasury (Finschia#946)

    * TruncateDecimal first
    
    * Refactor CollectFoundationTax
    
    * Update tests
    
    * Refactor tests
    
    * Update CHANGELOG.md
    
    * Apply feedbacks on the PR
    
    * Revert the changes in CollectFoundationTax's signature
    
    * Ensure the behavior does not change
    0Tech authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2eb6cde View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. fix: unpack proposals in x/foundation import-genesis (Finschia#947)

    * Unpack proposals in genesis
    
    * Update CHANGELOG.md
    
    * Add tests
    
    * Chore
    0Tech authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e5d7b04 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. fix: allow zero amount of coin in x/collection Query/Balance (Finschi…

    …a#953)
    
    * Allow zero amount of coin
    
    * Update CHANGELOG.md
    
    * Update the test
    0Tech authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    15314e4 View commit details
    Browse the repository at this point in the history
  2. fix: remove duplicated events in x/collection Msg/Modify (Finschia#954)

    * Remove duplicate events
    
    * Update CHANGELOG.md
    0Tech authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    4fe8ae8 View commit details
    Browse the repository at this point in the history
  3. fix: return nil where the parent not exists in x/collection Query/Par…

    …ent (Finschia#955)
    
    * Do not return error where parent not exists
    
    * Update proto doc
    
    * Add the test
    
    * Update CHANGELOG.md
    0Tech authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    d562b43 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. fix: replace query errors on the original modules into gRPC ones (Fin…

    …schia#956)
    
    * Override x/collection query errors with gRPC ones
    
    * Update CHANGELOG.md
    
    * Override x/token query errors with gRPC ones
    
    * Differentiate FTClass and NFTClass
    
    * Update x/collection query unit tests
    
    * Update x/token query unit tests
    
    * Fix integration tests
    
    * Use specific function names
    0Tech authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    0c74e6f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. fix: revert Finschia#955 and add Query/HasParent into x/collection (F…

    …inschia#959)
    
    * Revert "fix: return nil where the parent not exists in x/collection Query/Parent (Finschia#955)"
    
    This reverts commit d562b43.
    
    * Add Query/HasParent
    
    * Implement Query/HasParent
    
    * Wrap the error with gRPC NotFound
    
    * Update CHANGELOG.md
    
    * Apply feedbacks on reviews
    
    * Update comment in proto
    0Tech authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    b842111 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. fix: fix default next class ids of x/collection (Finschia#960)

    * Fix default next class ids
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Add unit test
    0Tech authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0afcc7d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. fix: do not loop enum in x/collection (Finschia#961)

    * Do not loop enum
    
    * Fix comments
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Remove unused logics in comments
    
    * Update x/collection/keeper/supply.go
    0Tech authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8792d89 View commit details
    Browse the repository at this point in the history
  2. chore: address generation of the empty coins in x/foundation (Finschi…

    …a#952)
    
    * Address generation of the empty coins in x/foundation
    
    * Update CHANGELOG.md
    
    * Update unit test
    
    * Update the test
    
    * Increase the coverage
    0Tech authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    88c4242 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump google.golang.org/protobuf from 1.28.1 to 1.30.0 (F…

    …inschia#935)
    
    Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.1 to 1.30.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf-go/releases">google.golang.org/protobuf's releases</a>.</em></p>
    <blockquote>
    <h2>v1.30.0</h2>
    <ul>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.30.0-notable-changes">Notable changes</a></li>
    </ul>
    <p><strong>Announcement</strong>
    In the previous two releases, v1.29.0 and v1.29.1, we associated the tags with the wrong commits and thus the tags do not reference any commit in this repository. This tag, v1.30.0, refers to an existing commit again. Sorry for the inconvenience.</p>
    <h2>Notable changes </h2>
    <p><strong>New Features</strong></p>
    <ul>
    <li><a href="https://go.dev/cl/449576">CL/449576</a>: protoadapt: helper functions to convert v1 or v2 message to either v1 or v2 message.</li>
    </ul>
    <h2>v1.29.1</h2>
    <ul>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.29.1-notable-changes">Notable changes</a></li>
    </ul>
    <h2>Notable changes </h2>
    <p><strong>Bug fixes</strong></p>
    <ul>
    <li><a href="https://go.dev/cl/475995">CL/475995</a>: internal/encoding/text: fix parsing of incomplete numbers</li>
    </ul>
    <h2>v1.29.0</h2>
    <ul>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.29-overview">Overview</a></li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.29-notable-changes">Notable changes</a></li>
    </ul>
    <h2>Overview </h2>
    <p>This version introduces a new package <code>protodelim</code> to marshal and unmarshal size-delimited messages.
    It also brings the implementation up to date with the latest protobuf features.</p>
    <h2>Notable changes </h2>
    <p><strong>New Features</strong></p>
    <ul>
    <li><a href="https://go.dev/cl/419254">CL/419254</a>: encoding: add protodelim package</li>
    <li><a href="https://go.dev/cl/450775">CL/450775</a>: reflect/protoreflect: add Value.Equal method</li>
    <li><a href="https://go.dev/cl/462315">CL/462315</a>: cmd/protoc-gen-go: make deprecated messages more descriptive</li>
    <li><a href="https://go.dev/cl/473015">CL/473015</a>: encoding/prototext: allow whitespace and comments between minus sign and number in negative numeric literal</li>
    </ul>
    <p><strong>Alignment with protobuf</strong></p>
    <ul>
    <li><a href="https://go.dev/cl/426054">CL/426054</a>: types/descriptorpb: update *.pb.go to use latest protoc release, 21.5</li>
    <li><a href="https://go.dev/cl/425554">CL/425554</a>: encoding/protojson: fix parsing of google.protobuf.Timestamp</li>
    <li><a href="https://go.dev/cl/461238">CL/461238</a>: protobuf: remove the check for reserved field numbers</li>
    <li><a href="https://go.dev/cl/469255">CL/469255</a>: types/descriptorpb: regenerate using latest protobuf v22.0 release</li>
    <li><a href="https://go.dev/cl/472696">CL/472696</a>: cmd/protoc-gen-go: support protobuf retention feature</li>
    </ul>
    <p><strong>Documentation improvements:</strong></p>
    <ul>
    <li><a href="https://go.dev/cl/464275">CL/464275</a>: proto: document Equal behavior of invalid messages</li>
    <li><a href="https://go.dev/cl/466375">CL/466375</a>: all: update links to Protocol Buffer documentation</li>
    </ul>
    <p><strong>Minor performance improvements</strong></p>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/f221882bfb484564f1714ae05f197dea2c76898d"><code>f221882</code></a> all: release v1.30.0</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/e344383da66ac9cf11000f824674793a77fc7d7e"><code>e344383</code></a> protoadapt: helper functions to convert v1 or v2 message to either v1 or v2 m...</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/32efccd1582255f0ef48bcc3942484e81985c76b"><code>32efccd</code></a> all: start v1.29.1-devel</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/771d8c7a1eefbd21bf7db08ec6967fed9ff9d704"><code>771d8c7</code></a> all: release v1.29.1</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/edaf511a7a37a90db2727b600d699e1e8d2840b4"><code>edaf511</code></a> internal/encoding/text: fix parsing of incomplete numbers</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/fe5bc5404151983756ef8980016a7d59bd63bb7e"><code>fe5bc54</code></a> all: start v1.29.0-devel</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/d3c9826520c7d6061812d1d94ad81f871792ea8c"><code>d3c9826</code></a> all: release v1.29.0</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/eba8b0975f4efc219baabc1e0e13df28a6e1ad28"><code>eba8b09</code></a> cmd/protoc-gen-go: support protobuf retention feature</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/fcf5f6cb72978812ac36085183b5c52701c069cb"><code>fcf5f6c</code></a> encoding/prototext: allow whitespace and comments between minus sign and numb...</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/bc1253ad37431ee26876db47cd8207cdec81993c"><code>bc1253a</code></a> types/descriptorpb: regenerate using latest protobuf v22.0 release</li>
    <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf-go/compare/v1.28.1...v1.30.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.28.1&new-version=1.30.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    598af0a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fix: refactor queries of x/collection and x/token (Finschia#957)

    * Do not check existence of collection in Query/Balance
    
    * Update CHANGELOG.md
    
    * Revert "Update CHANGELOG.md"
    
    This reverts commit 00b8bc2.
    
    * Revert "Do not check existence of collection in Query/Balance"
    
    This reverts commit 029c26a.
    
    * Revert Finschia#956 on x/auth relevant checks
    
    * Add asset check on Query/HoldersByOperator
    
    * Wrap non stateful errors with InvalidArgument
    
    * Revert gRPC errors on page error
    
    * Update CHANGELOG.md
    
    * Increase coverage
    0Tech authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    631ca58 View commit details
    Browse the repository at this point in the history
  2. fix: check event determinism on original modules (Finschia#963)

    * x/token
    
    * x/collection
    
    * x/foundation
    
    * chore
    
    * Update CHANGELOG.md
    
    * Update unit tests on event
    
    * Add tests on x/collection CreateContract
    
    * Add tests on x/foundation Begin/EndBlocker
    
    * Lint
    0Tech authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f656c7a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. chore: provide specific error messages on x/collection queries (Finsc…

    …hia#965)
    
    * Provide better error message
    
    * Update CHANGELOG.md
    0Tech authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    79cdf2d View commit details
    Browse the repository at this point in the history
  2. fix: remove legacy events on x/collection and x/token (Finschia#966)

    * Remove x/collection legacy events from proto
    
    * Remove x/collection legacy events logic
    
    * Remove x/token legacy events from proto
    
    * Remove x/token legacy events logic
    
    * Remove comments
    
    * Update CHANGELOG.md
    0Tech authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    489c442 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. chore: change import path to github.com/Finschia/finschia-sdk (Fins…

    …chia#970)
    
    * chore: change import path from `github.com/line/lbm-sdk` to `github.com/Finschia/finschia-sdk`.
    
    * chore: change proto package path from `github.com/line/lbm-sdk` to `github.com/Finschia/finschia-sdk`.
    
    * fix: unittest error
    
    * chore: change md files. `github.com/line/lbm-sdk` -> `github.com/Finschia/finschia-sdk`
    
    * chore: update license copyright holder and contact email address.
    
    * chore: update lbm-sdk to finschia-sdk in READMe and docs.
    
    * fix: lint warning.
    
    * chore: replace ostracon import path from `github.com/line/ostracon` to `github.com/Finschia/ostracon`.
    
    * chore: replace ostracon import path from `github.com/line/ostracon` to `github.com/Finschia/ostracon`.
    
    * chore: update changelog
    
    * Update go.mod
    
    Remove unnecessary retract.
    
    Co-authored-by: Youngtaek Yoon <[email protected]>
    
    * chore: remove unnecessary blank
    
    ---------
    
    Co-authored-by: Youngtaek Yoon <[email protected]>
    zemyblue and 0Tech authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1c841d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. fix: not to throw error when no txs in block (Finschia#982)

    * fix: not to throw error when no txs in block
    
    * chore: fix typo
    loin3 authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    3a7a409 View commit details
    Browse the repository at this point in the history
  2. refactor: refactor x/token,collection query errors (Finschia#980)

    * Refactor x/token
    
    * Refactor x/collection
    
    * Update CHANGELOG.md
    
    * Update the cli test case
    
    * Lint
    0Tech authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4845096 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. fix: revert Finschia#952 (Finschia#984)

    * Do SendCoins() even if the coins is empty
    
    * Update CHANGELOG.md
    0Tech authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    ea50f75 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. ci: update docker action (Finschia#983)

    * chore: test docker push
    
    (cherry picked from commit 3495d09de4d389c5c9f0730e85c5f9c50cfe0b42)
    
    * chore: test docker push
    
    * ci: remove test
    
    * chore: update changelog
    zemyblue authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    834db49 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'rc/v0.47.0-alpha1' into feat/backport_to_main

    * rc/v0.47.0-alpha1: (34 commits)
      ci: update docker action (Finschia#983)
      fix: revert Finschia#952 (Finschia#984)
      refactor: refactor x/token,collection query errors (Finschia#980)
      fix: not to throw error when no txs in block (Finschia#982)
      chore: change import path to `github.com/Finschia/finschia-sdk` (Finschia#970)
      fix: remove legacy events on x/collection and x/token (Finschia#966)
      chore: provide specific error messages on x/collection queries (Finschia#965)
      fix: check event determinism on original modules (Finschia#963)
      fix: refactor queries of x/collection and x/token (Finschia#957)
      chore: address generation of the empty coins in x/foundation (Finschia#952)
      fix: do not loop enum in x/collection (Finschia#961)
      fix: fix default next class ids of x/collection (Finschia#960)
      fix: revert Finschia#955 and add Query/HasParent into x/collection (Finschia#959)
      fix: replace query errors on the original modules into gRPC ones (Finschia#956)
      fix: return nil where the parent not exists in x/collection Query/Parent (Finschia#955)
      fix: remove duplicated events in x/collection Msg/Modify (Finschia#954)
      fix: allow zero amount of coin in x/collection Query/Balance (Finschia#953)
      fix: unpack proposals in x/foundation import-genesis (Finschia#947)
      fix: fix broken x/foundation invariant on treasury (Finschia#946)
      docs: update comments in the x/token,collection events proto (Finschia#944)
      ...
    zemyblue committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    d03627e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca7c7c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Merge pull request Finschia#986 from zemyblue/feat/backport_to_main

    feat: apply the changes of rc/v0.47.0-alpha1 branch
    zemyblue authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    58428aa View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Release finschia-sdk v0.47.0 (Finschia#988)

    * chore: bump up Ostracon from v1.0.10-0.20230417071658-1c9c22cfe90d to v1.1.0
    
    * chore: update changelog for release v0.47.0
    
    * chore: change target org of url from line to finschia
    zemyblue authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    4f96389 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump github.com/Finschia/ostracon from 1.0.10-0.20230417…

    …071658-1c9c22cfe90d to 1.1.0 (Finschia#987)
    
    Bumps [github.com/Finschia/ostracon](https://github.com/Finschia/ostracon) from 1.0.10-0.20230417071658-1c9c22cfe90d to 1.1.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/Finschia/ostracon/releases">github.com/Finschia/ostracon's releases</a>.</em></p>
    <blockquote>
    <h2>v1.1.0</h2>
    <p>Release: <a href="https://github.com/line/ostracon/blob/main/CHANGELOG.md#v110">v1.1.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/Finschia/ostracon/blob/main/CHANGELOG.md">github.com/Finschia/ostracon's changelog</a>.</em></p>
    <blockquote>
    <h2>v1.1.0</h2>
    <p><em>Apr 21, 2023</em></p>
    <ul>
    <li>The organization is changed to <code>Finschia</code> from <code>line</code></li>
    </ul>
    <h3>BREAKING CHANGE</h3>
    <ul>
    <li>[Finschia] <a href="https://redirect.github.com/Finschia/ostracon/pull/601">#601</a> Update into Finschia</li>
    </ul>
    <h3>FEATURES</h3>
    <ul>
    <li>Nothing</li>
    </ul>
    <h3>IMPROVEMENTS</h3>
    <ul>
    <li>[github] <a href="https://redirect.github.com/Finschia/ostracon/pull/590">#590</a> Remove the code-owner</li>
    <li>[docs] <a href="https://redirect.github.com/Finschia/ostracon/pull/593">#593</a> Fix the wrong link in CHANGELOG.md</li>
    <li>[docs] <a href="https://redirect.github.com/Finschia/ostracon/pull/602">#602</a> Fix the wrong link of BaseApp in docs</li>
    </ul>
    <h3>BUG FIXES</h3>
    <ul>
    <li>Nothing</li>
    </ul>
    <h2>v1.0.9</h2>
    <p><em>Mar 16, 2023</em></p>
    <ul>
    <li>Make a breaking change to the consensus logic for tendermint compatibility</li>
    <li>Define the specification of Ostracon</li>
    </ul>
    <h3>BREAKING CHANGE</h3>
    <ul>
    <li>[consensus] <a href="https://redirect.github.com/Finschia/ostracon/pull/541">#541</a> Remove BLS functionality from the mainstream</li>
    <li>[consensus] <a href="https://redirect.github.com/Finschia/ostracon/pull/543">#543</a> Remove the voter election process</li>
    <li>[consensus] <a href="https://redirect.github.com/Finschia/ostracon/pull/559">#559</a> Move VRF proof from Header to Entropy for compatibity</li>
    <li>[types] <a href="https://redirect.github.com/Finschia/ostracon/pull/546">#546</a> feat!: replace a some same proto message to Tendermint</li>
    </ul>
    <h3>FEATURES</h3>
    <ul>
    <li>[spec] <a href="https://redirect.github.com/Finschia/ostracon/pull/567">#567</a> Add Ostracon specification skeleton</li>
    </ul>
    <h3>IMPROVEMENTS</h3>
    <ul>
    <li>[types] <a href="https://redirect.github.com/Finschia/ostracon/pull/563">#563</a> remove multiple sampling and integrate with Proposer election</li>
    <li>[types] <a href="https://redirect.github.com/Finschia/ostracon/pull/565">#565</a> Add entropy correctness test</li>
    <li>[types] <a href="https://redirect.github.com/Finschia/ostracon/pull/575">#575</a> Fix TODOs in <a href="https://redirect.github.com/Finschia/ostracon/pull/546">#546</a></li>
    <li>[docs] <a href="https://redirect.github.com/Finschia/ostracon/pull/560">#560</a> Merge document corrections in LBM</li>
    <li>[github] <a href="https://redirect.github.com/Finschia/ostracon/pull/578">#578</a> feat: Add codeowner</li>
    <li>[node] <a href="https://redirect.github.com/Finschia/ostracon/pull/576">#576</a> feat: big genesis file</li>
    </ul>
    <h3>BUG FIXES</h3>
    <ul>
    <li>Nothing</li>
    </ul>
    <h2>v1.0.8</h2>
    <p><em>Dec 27, 2022</em></p>
    <ul>
    <li>Update the default value of DefaultMaxTolerableByzantinePercentage</li>
    <li>Fix Validators of RPC implementation in Ostracon</li>
    </ul>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/Finschia/ostracon/commits/v1.1.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/Finschia/ostracon&package-manager=go_modules&previous-version=1.0.10-0.20230417071658-1c9c22cfe90d&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    7cc5524 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump codecov/codecov-action from 3.1.1 to 3.1.3 (Finschi…

    …a#985)
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.3.
    <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>3.1.3</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/957">codecov/codecov-action#957</a></li>
    <li>build(deps): bump openpgp from 5.7.0 to 5.8.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/958">codecov/codecov-action#958</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.15.10 to 18.15.12 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/959">codecov/codecov-action#959</a></li>
    <li>fix: allow for aarch64 build by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/960">codecov/codecov-action#960</a></li>
    <li>chore(release): bump to 3.1.3 by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/961">codecov/codecov-action#961</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v3.1.2...v3.1.3">https://github.com/codecov/codecov-action/compare/v3.1.2...v3.1.3</a></p>
    <h2>3.1.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>build(deps): bump node-fetch from 3.2.4 to 3.2.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/835">codecov/codecov-action#835</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 16.11.40 to 18.13.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/911">codecov/codecov-action#911</a></li>
    <li>build(deps-dev): bump <code>@​vercel/ncc</code> from 0.34.0 to 0.36.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/900">codecov/codecov-action#900</a></li>
    <li>build(deps-dev): bump typescript from 4.7.4 to 4.9.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/905">codecov/codecov-action#905</a></li>
    <li>Update README.md by <a href="https://github.com/stefanomunarini"><code>@​stefanomunarini</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/718">codecov/codecov-action#718</a></li>
    <li>build(deps): bump openpgp from 5.4.0 to 5.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/819">codecov/codecov-action#819</a></li>
    <li>build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/840">codecov/codecov-action#840</a></li>
    <li>build(deps): bump <code>@​actions/core</code> from 1.9.1 to 1.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/841">codecov/codecov-action#841</a></li>
    <li>build(deps): bump <code>@​actions/github</code> from 5.0.3 to 5.1.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/843">codecov/codecov-action#843</a></li>
    <li>build(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/896">codecov/codecov-action#896</a></li>
    <li>build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/872">codecov/codecov-action#872</a></li>
    <li>build(deps): bump node-fetch from 3.2.10 to 3.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/869">codecov/codecov-action#869</a></li>
    <li>build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/879">codecov/codecov-action#879</a></li>
    <li>build(deps): bump json5 from 2.2.1 to 2.2.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/895">codecov/codecov-action#895</a></li>
    <li>codeql-analysis.yml by <a href="https://github.com/minumulasri"><code>@​minumulasri</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/898">codecov/codecov-action#898</a></li>
    <li>build(deps): bump ossf/scorecard-action from 1.1.1 to 2.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/889">codecov/codecov-action#889</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.13.0 to 18.14.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/922">codecov/codecov-action#922</a></li>
    <li>build(deps): bump openpgp from 5.5.0 to 5.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/924">codecov/codecov-action#924</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.14.0 to 18.14.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/927">codecov/codecov-action#927</a></li>
    <li>Remove unsupported path_to_write_report argument by <a href="https://github.com/jsoref"><code>@​jsoref</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/851">codecov/codecov-action#851</a></li>
    <li>Update README to contain correct information - inputs and negate feature by <a href="https://github.com/moshe-azaria-sage"><code>@​moshe-azaria-sage</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/901">codecov/codecov-action#901</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.14.2 to 18.14.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/933">codecov/codecov-action#933</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.14.6 to 18.15.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/937">codecov/codecov-action#937</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.15.0 to 18.15.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/945">codecov/codecov-action#945</a></li>
    <li>build(deps): bump node-fetch from 3.3.0 to 3.3.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/938">codecov/codecov-action#938</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.15.5 to 18.15.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/946">codecov/codecov-action#946</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.15.6 to 18.15.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/947">codecov/codecov-action#947</a></li>
    <li>build(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/951">codecov/codecov-action#951</a></li>
    <li>fix: add in all the extra arguments for uploader by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/955">codecov/codecov-action#955</a></li>
    <li>chore(release): bump to 3.1.2 by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/956">codecov/codecov-action#956</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/stefanomunarini"><code>@​stefanomunarini</code></a> made their first contribution in <a href="https://redirect.github.com/codecov/codecov-action/pull/718">codecov/codecov-action#718</a></li>
    <li><a href="https://github.com/minumulasri"><code>@​minumulasri</code></a> made their first contribution in <a href="https://redirect.github.com/codecov/codecov-action/pull/898">codecov/codecov-action#898</a></li>
    <li><a href="https://github.com/jsoref"><code>@​jsoref</code></a> made their first contribution in <a href="https://redirect.github.com/codecov/codecov-action/pull/851">codecov/codecov-action#851</a></li>
    <li><a href="https://github.com/moshe-azaria-sage"><code>@​moshe-azaria-sage</code></a> made their first contribution in <a href="https://redirect.github.com/codecov/codecov-action/pull/901">codecov/codecov-action#901</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>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>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/889">#889</a> build(deps): bump ossf/scorecard-action from 1.1.1 to 2.1.2</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/895">#895</a> build(deps): bump json5 from 2.2.1 to 2.2.3</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/896">#896</a> build(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/900">#900</a> build(deps-dev): bump <code>@​vercel/ncc</code> from 0.34.0 to 0.36.1</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/905">#905</a> build(deps-dev): bump typescript from 4.7.4 to 4.9.5</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/911">#911</a> build(deps-dev): bump <code>@​types/node</code> from 16.11.40 to 18.13.0</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/922">#922</a> build(deps-dev): bump <code>@​types/node</code> from 18.13.0 to 18.14.0</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/924">#924</a> build(deps): bump openpgp from 5.5.0 to 5.7.0</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/927">#927</a> build(deps-dev): bump <code>@​types/node</code> from 18.14.0 to 18.14.2</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/933">#933</a> build(deps-dev): bump <code>@​types/node</code> from 18.14.2 to 18.14.6</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/937">#937</a> build(deps-dev): bump <code>@​types/node</code> from 18.14.6 to 18.15.0</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/938">#938</a> build(deps): bump node-fetch from 3.3.0 to 3.3.1</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/945">#945</a> build(deps-dev): bump <code>@​types/node</code> from 18.15.0 to 18.15.5</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/946">#946</a> build(deps-dev): bump <code>@​types/node</code> from 18.15.5 to 18.15.6</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/947">#947</a> build(deps-dev): bump <code>@​types/node</code> from 18.15.6 to 18.15.10</li>
    <li><a href="https://redirect.github.com/codecov/codecov-action/issues/951">#951</a> build(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/codecov/codecov-action/commit/894ff025c7b54547a9a2a1e9f228beae737ad3c2"><code>894ff02</code></a> chore(release): bump to 3.1.3 (<a href="https://redirect.github.com/codecov/codecov-action/issues/961">#961</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/f539f977d5cdbb5a53de48bb2c00ae0dbf703e69"><code>f539f97</code></a> fix: allow for aarch64 build (<a href="https://redirect.github.com/codecov/codecov-action/issues/960">#960</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/6757614f24a05cb3f8641137b1ed46ed44d19fbc"><code>6757614</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.15.10 to 18.15.12 (<a href="https://redirect.github.com/codecov/codecov-action/issues/959">#959</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/cdee249da5411c0de7550d8f03ba0ca2902f3de7"><code>cdee249</code></a> build(deps): bump openpgp from 5.7.0 to 5.8.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/958">#958</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/ce548e935a76bfa6d8d3d8ed7c23270a154efc82"><code>ce548e9</code></a> build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/957">#957</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/40a12dcee2df644d47232dde008099a3e9e4f865"><code>40a12dc</code></a> chore(release): bump to 3.1.2 (<a href="https://redirect.github.com/codecov/codecov-action/issues/956">#956</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/030a000ec6eeef2b34acd3dbd50def6ec6989c82"><code>030a000</code></a> fix: add in all the extra arguments for uploader (<a href="https://redirect.github.com/codecov/codecov-action/issues/955">#955</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/91e184765dad936fb6df80d5af0decb809a33dac"><code>91e1847</code></a> build(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 (<a href="https://redirect.github.com/codecov/codecov-action/issues/951">#951</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/cc7fb3f71c712c470a895ac29f8a1fd0fcb52c8a"><code>cc7fb3f</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.15.6 to 18.15.10 (<a href="https://redirect.github.com/codecov/codecov-action/issues/947">#947</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/fee48966e2ce725aedb2174d5cee5841f4c364b3"><code>fee4896</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.15.5 to 18.15.6 (<a href="https://redirect.github.com/codecov/codecov-action/issues/946">#946</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/codecov/codecov-action/compare/v3.1.1...v3.1.3">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=3.1.1&new-version=3.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot 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 Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d25dc9f View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (F…

    …inschia#941)
    
    Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.17 to 0.0.18.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/mattn/go-isatty/commit/72a590e157f100a8191f6a086e84d5f6f73da9d6"><code>72a590e</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-isatty/issues/82">#82</a> from dolmen-go/upgrade-x-sys-tagged</li>
    <li><a href="https://github.com/mattn/go-isatty/commit/c84e2ccda8216de6795bcf44ecde47a7372d9681"><code>c84e2cc</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-isatty/issues/83">#83</a> from dolmen-go/ci-add-go1.20</li>
    <li><a href="https://github.com/mattn/go-isatty/commit/77d7704101a912de6bfa98e295d2a865a91bb781"><code>77d7704</code></a> CI: add Go 1.20</li>
    <li><a href="https://github.com/mattn/go-isatty/commit/1f921902b3bfe527d60684acced8c1ae88e4e581"><code>1f92190</code></a> CI: drop Go 1.15, 1.16</li>
    <li><a href="https://github.com/mattn/go-isatty/commit/ddec212a9a29fdabde3d2237352d9f8dc1a2c2a1"><code>ddec212</code></a> deps: use a tagged version of golang.org/x/sys</li>
    <li>See full diff in <a href="https://github.com/mattn/go-isatty/compare/v0.0.17...v0.0.18">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mattn/go-isatty&package-manager=go_modules&previous-version=0.0.17&new-version=0.0.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5e8cc8d View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (Finschi…

    …a#949)
    
    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.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.7.0</h2>
    <h3>✨ Features</h3>
    <ul>
    <li>Allow to preserve ordering of completions in <code>bash</code>, <code>zsh</code>, <code>pwsh</code>, &amp; <code>fish</code>: <a href="https://github.com/h4ck3rk3y"><code>@​h4ck3rk3y</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1903">#1903</a></li>
    <li>Add support for PowerShell 7.2+ in completions: <a href="https://github.com/oldium"><code>@​oldium</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1916">#1916</a></li>
    <li>Allow sourcing zsh completion script: <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1917">#1917</a></li>
    </ul>
    <h3>🐛 Bug fixes</h3>
    <ul>
    <li>Don't remove flag values that match sub-command name: <a href="https://github.com/brianpursley"><code>@​brianpursley</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1781">#1781</a></li>
    <li>Fix powershell completions not returning single word: <a href="https://github.com/totkeks"><code>@​totkeks</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1850">#1850</a></li>
    <li>Remove masked <code>template</code> import variable name: <a href="https://github.com/yashLadha"><code>@​yashLadha</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1879">#1879</a></li>
    <li>Correctly detect completions with dash in argument: <a href="https://github.com/oncilla"><code>@​oncilla</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1817">#1817</a></li>
    </ul>
    <h3>🧪 Testing &amp; CI/CD</h3>
    <ul>
    <li>Deprecate Go 1.15 in CI: <a href="https://github.com/umarcor"><code>@​umarcor</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1866">#1866</a></li>
    <li>Deprecate Go 1.16 in CI: <a href="https://github.com/umarcor"><code>@​umarcor</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1926">#1926</a></li>
    <li>Add testing for Go 1.20 in CI: <a href="https://github.com/umarcor"><code>@​umarcor</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1925">#1925</a></li>
    <li>Add tests to illustrate unknown flag bug: <a href="https://github.com/brianpursley"><code>@​brianpursley</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1854">#1854</a></li>
    </ul>
    <h3>🔧 Maintenance</h3>
    <ul>
    <li>Update main image to better handle dark backgrounds: <a href="https://github.com/Deleplace"><code>@​Deleplace</code></a> and <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1883">#1883</a></li>
    <li>Fix <code>stale.yaml</code> mispellings: <a href="https://github.com/enrichman"><code>@​enrichman</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1863">#1863</a></li>
    <li>Remove stale bot from GitHub actions: <a href="https://github.com/jpmcb"><code>@​jpmcb</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1908">#1908</a></li>
    <li>Add makefile target for installing dependencies: <a href="https://github.com/umarcor"><code>@​umarcor</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1865">#1865</a></li>
    <li>Add Sia to projects using Cobra: <a href="https://github.com/mike76-dev"><code>@​mike76-dev</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1844">#1844</a></li>
    <li>Add <code>Vitess</code> and <code>Arewefastyet</code> to projects using cobra: <a href="https://github.com/frouioui"><code>@​frouioui</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1932">#1932</a></li>
    <li>Fixup for Kubescape github org: <a href="https://github.com/dwertent"><code>@​dwertent</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1874">#1874</a></li>
    <li>Fix route for GitHub workflows badge: <a href="https://github.com/sh-cho"><code>@​sh-cho</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1884">#1884</a></li>
    <li>Fixup for GoDoc style documentation: <a href="https://github.com/yashLadha"><code>@​yashLadha</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1885">#1885</a></li>
    <li>Various bash scripting improvements for completion: <a href="https://github.com/scop"><code>@​scop</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1702">#1702</a></li>
    <li>Add Constellation to projects using Cobra: <a href="https://github.com/datosh"><code>@​datosh</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1829">#1829</a></li>
    </ul>
    <h3>✏️ Documentation</h3>
    <ul>
    <li>Add documentation about disabling completion descriptions: <a href="https://github.com/Shihta"><code>@​Shihta</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1901">#1901</a></li>
    <li>Improve <code>MarkFlagsMutuallyExclusive</code> example in user guide: <a href="https://github.com/janhn"><code>@​janhn</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1904">#1904</a></li>
    <li>Update <code>shell_completions.md</code>: <a href="https://github.com/gusega"><code>@​gusega</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1907">#1907</a></li>
    <li>Update copywrite year: <a href="https://github.com/umarcor"><code>@​umarcor</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1927">#1927</a></li>
    <li>Document suggested layout of subcommands: <a href="https://github.com/lcarva"><code>@​lcarva</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1930">#1930</a></li>
    <li>Replace deprecated ExactValidArgs with MatchAll in doc: <a href="https://github.com/doniacld"><code>@​doniacld</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1836">#1836</a></li>
    </ul>
    <hr />
    <p>This release contains several long running fixes, improvements to powershell completions, and further optimizations for completions.</p>
    <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>Full changelog:  <a href="https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0">https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/spf13/cobra/commit/4dd4b25de38418174a6e859e8a32eaccca32dccc"><code>4dd4b25</code></a> Update main image to better handle dark background (<a href="https://redirect.github.com/spf13/cobra/issues/1883">#1883</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/45360a55ccccf909b35f4290242bfb8a6bfbef66"><code>45360a5</code></a> Allow sourcing zsh completion script (<a href="https://redirect.github.com/spf13/cobra/issues/1917">#1917</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/c8a20a16bafa2dc85d304b59b2e677c7f75a73a6"><code>c8a20a1</code></a> Document suggested layout for subcommands (<a href="https://redirect.github.com/spf13/cobra/issues/1930">#1930</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/b197a24504fb0c99318ad0f07cb899e6074d315a"><code>b197a24</code></a> Update projects_using_cobra.md (<a href="https://redirect.github.com/spf13/cobra/issues/1932">#1932</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/9e6b58afc70c60a6b3c8a0138fb25acc734d47e3"><code>9e6b58a</code></a> update copyright year (<a href="https://redirect.github.com/spf13/cobra/issues/1927">#1927</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/fb3652402b30b582975880f652e7ed81343e8312"><code>fb36524</code></a> ci: test Golang 1.20 (<a href="https://redirect.github.com/spf13/cobra/issues/1925">#1925</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/c7300f0bdd22311c9a823ea0ea773bf968100eac"><code>c7300f0</code></a> ci: deprecate go 1.16 (<a href="https://redirect.github.com/spf13/cobra/issues/1926">#1926</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/567ea8ebc9b4385ae671486415cd203fc2a3bab9"><code>567ea8e</code></a> Add support for PowerShell 7.2+ (<a href="https://redirect.github.com/spf13/cobra/issues/1916">#1916</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/3daa4b9c36617509a756832a3d0ee2b6f4b8c129"><code>3daa4b9</code></a> Add keeporder to shell completion (<a href="https://redirect.github.com/spf13/cobra/issues/1903">#1903</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/a516d4132c811a4101ce6d99ac12671217d1ac37"><code>a516d41</code></a> Removes stale bot from GitHub action (<a href="https://redirect.github.com/spf13/cobra/issues/1908">#1908</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/spf13/cobra/compare/v1.6.1...v1.7.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.6.1&new-version=1.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    58eedc4 View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump golang.org/x/crypto from 0.7.0 to 0.8.0 (Finschia#958)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.8.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/golang/crypto/commit/00fd4ff485c675984a5b4b7b4837e72dadbf5103"><code>00fd4ff</code></a> go.mod: update golang.org/x dependencies</li>
    <li><a href="https://github.com/golang/crypto/commit/018c28f8a114a06529db797a334e535135fa601d"><code>018c28f</code></a> all: fix some comments</li>
    <li><a href="https://github.com/golang/crypto/commit/9cd0187c095baaa3ed858e68f710c786e7b2bd6f"><code>9cd0187</code></a> curve25519: use crypto/ecdh on Go 1.20</li>
    <li><a href="https://github.com/golang/crypto/commit/c6a20f9984ce6da2ddf94d411c9ffc473e87d15e"><code>c6a20f9</code></a> ssh: document that ParseRawPrivateKey supports Ed25519 keys</li>
    <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.7.0...v0.8.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.7.0&new-version=0.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 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 Apr 25, 2023
    Configuration menu
    Copy the full SHA
    33d4252 View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump actions/cache from 3.2.4 to 3.3.1 (Finschia#974)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.3.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p>
    <blockquote>
    <h2>v3.3.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Reduced download segment size to 128 MB and timeout to 10 minutes by <a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1129">actions/cache#1129</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3...v3.3.1">https://github.com/actions/cache/compare/v3...v3.3.1</a></p>
    <h2>v3.3.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Bug: Permission is missing in cache delete example by <a href="https://github.com/kotokaze"><code>@​kotokaze</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1123">actions/cache#1123</a></li>
    <li>Add <code>lookup-only</code> option by <a href="https://github.com/cdce8p"><code>@​cdce8p</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1041">actions/cache#1041</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/kotokaze"><code>@​kotokaze</code></a> made their first contribution in <a href="https://redirect.github.com/actions/cache/pull/1123">actions/cache#1123</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3...v3.3.0">https://github.com/actions/cache/compare/v3...v3.3.0</a></p>
    <h2>v3.2.6</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Updated branch in Force deletion of caches by <a href="https://github.com/t-dedah"><code>@​t-dedah</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1108">actions/cache#1108</a></li>
    <li>Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners by <a href="https://github.com/pdotl"><code>@​pdotl</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1118">actions/cache#1118</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3...v3.2.6">https://github.com/actions/cache/compare/v3...v3.2.6</a></p>
    <h2>v3.2.5</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Rewrite readmes by <a href="https://github.com/jsoref"><code>@​jsoref</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1085">actions/cache#1085</a></li>
    <li>Fixed typos and formatting in docs by <a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1076">actions/cache#1076</a></li>
    <li>Fixing paths for OSes by <a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1101">actions/cache#1101</a></li>
    <li>Release patch version update by <a href="https://github.com/Phantsure"><code>@​Phantsure</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1105">actions/cache#1105</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/jsoref"><code>@​jsoref</code></a> made their first contribution in <a href="https://redirect.github.com/actions/cache/pull/1085">actions/cache#1085</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3...v3.2.5">https://github.com/actions/cache/compare/v3...v3.2.5</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's changelog</a>.</em></p>
    <blockquote>
    <h3>3.2.4</h3>
    <ul>
    <li>Added option to fail job on cache miss.</li>
    </ul>
    <h3>3.2.5</h3>
    <ul>
    <li>Added fix to prevent from setting MYSYS environment variable globally.</li>
    </ul>
    <h3>3.2.6</h3>
    <ul>
    <li>Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.</li>
    </ul>
    <h3>3.3.0</h3>
    <ul>
    <li>Added option to lookup cache without downloading it.</li>
    </ul>
    <h3>3.3.1</h3>
    <ul>
    <li>Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/cache/commit/88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8"><code>88522ab</code></a> Reduced download segment size to 128 MB and timeout to 10 minutes (<a href="https://redirect.github.com/actions/cache/issues/1129">#1129</a>)</li>
    <li><a href="https://github.com/actions/cache/commit/940f3d7cf195ba83374c77632d1e2cbb2f24ae68"><code>940f3d7</code></a> Add <code>lookup-only</code> option (<a href="https://redirect.github.com/actions/cache/issues/1041">#1041</a>)</li>
    <li><a href="https://github.com/actions/cache/commit/e0d62270e20d6eeecf2fd6397a1b8871b6269e38"><code>e0d6227</code></a> docs: Add missing permission in cache delete example (<a href="https://redirect.github.com/actions/cache/issues/1123">#1123</a>)</li>
    <li><a href="https://github.com/actions/cache/commit/69d9d449aced6a2ede0bc19182fadc3a0a42d2b0"><code>69d9d44</code></a> Merge pull request <a href="https://redirect.github.com/actions/cache/issues/1118">#1118</a> from actions/pdotl/zstd-hotfix</li>
    <li><a href="https://github.com/actions/cache/commit/8d3a1e02aa504540dff5000c782b8263e3b411fb"><code>8d3a1e0</code></a> Fix license</li>
    <li><a href="https://github.com/actions/cache/commit/b1db4b48979ec1f6d6142513d9448c4288d05ec4"><code>b1db4b4</code></a> Fix zstd breaking after new version release</li>
    <li><a href="https://github.com/actions/cache/commit/7d4d6f7ffd301005e7fac90369bb90ae1d547974"><code>7d4d6f7</code></a> Update package-lock.json</li>
    <li><a href="https://github.com/actions/cache/commit/8f7fa5d715f6773b40e9fbf9cb77bcb5d914d0dc"><code>8f7fa5d</code></a> Bump <code>@​actions/cache</code> version</li>
    <li><a href="https://github.com/actions/cache/commit/95b455a0fba5a5e1770cc10ded51e5fe99a6737b"><code>95b455a</code></a> 3.2.6</li>
    <li><a href="https://github.com/actions/cache/commit/81b728193625a15a55fcce4c6eb6187358533785"><code>81b7281</code></a> Updated branch in Force deletion of caches (<a href="https://redirect.github.com/actions/cache/issues/1108">#1108</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/cache/compare/v3.2.4...v3.3.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/cache&package-manager=github_actions&previous-version=3.2.4&new-version=3.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    96c15fe View commit details
    Browse the repository at this point in the history
  8. chore(deps): Bump DoozyX/clang-format-lint-action from 0.15 to 0.16 (F…

    …inschia#989)
    
    Bumps [DoozyX/clang-format-lint-action](https://github.com/DoozyX/clang-format-lint-action) from 0.15 to 0.16.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/DoozyX/clang-format-lint-action/releases">DoozyX/clang-format-lint-action's releases</a>.</em></p>
    <blockquote>
    <h2>v0.16</h2>
    <p>add clang-format-16 <a href="https://redirect.github.com/DoozyX/clang-format-lint-action/issues/54">#54</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/a83a8fb7d371f66da7dd1c4f33a193023899494b"><code>a83a8fb</code></a> Merge pull request <a href="https://redirect.github.com/DoozyX/clang-format-lint-action/issues/54">#54</a> from Ballen7/clang-format-16</li>
    <li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/ea6231f04658f42e8dc68ea428fdbb676c722090"><code>ea6231f</code></a> readme</li>
    <li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/e0b42a46d771d343a6faf3ea9b128e46e46445f8"><code>e0b42a4</code></a> readme</li>
    <li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/418ddf52656d7a1c5c0933860c560b05a73ba813"><code>418ddf5</code></a> add clang-format-16</li>
    <li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/0687dbe54be70996314a2c4585a6377d1d33e992"><code>0687dbe</code></a> Merge pull request <a href="https://redirect.github.com/DoozyX/clang-format-lint-action/issues/51">#51</a> from jamesETsmith/master</li>
    <li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/529ae1093ab33c9c087c937aeb4b07cfd6b7d145"><code>529ae10</code></a> Updating version of add-and-commit in readme example</li>
    <li>See full diff in <a href="https://github.com/DoozyX/clang-format-lint-action/compare/v0.15...v0.16">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=DoozyX/clang-format-lint-action&package-manager=github_actions&previous-version=0.15&new-version=0.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    72702a3 View commit details
    Browse the repository at this point in the history
  9. chore(deps): Bump gaurav-nelson/github-action-markdown-link-check fro…

    …m 1.0.14 to 1.0.15 (Finschia#975)
    
    Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.14 to 1.0.15.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/releases">gaurav-nelson/github-action-markdown-link-check's releases</a>.</em></p>
    <blockquote>
    <h2>1.0.15</h2>
    <h3>Changes</h3>
    <ul>
    <li><a href="https://redirect.github.com/gaurav-nelson/github-action-markdown-link-check/pull/168">gaurav-nelson/github-action-markdown-link-check#168</a> - Respect folder-path when check-modified-files-only == yes: Thank you <a href="https://github.com/exoego"><code>@​exoego</code></a></li>
    </ul>
    <p>Thank you <a href="https://github.com/mgrojo"><code>@​mgrojo</code></a> <a href="https://github.com/qaristote"><code>@​qaristote</code></a> <a href="https://github.com/RezaRahemtola"><code>@​RezaRahemtola</code></a> for minor typo fixes.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/d53a906aa6b22b8979d33bc86170567e619495ec"><code>d53a906</code></a> Merge pull request <a href="https://redirect.github.com/gaurav-nelson/github-action-markdown-link-check/issues/155">#155</a> from sadra-barikbin/master</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/3faccbcf285e2c0424212c17908f8adcfbd0c2ad"><code>3faccbc</code></a> Merge pull request <a href="https://redirect.github.com/gaurav-nelson/github-action-markdown-link-check/issues/168">#168</a> from exoego/fix-167</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/1ce7e0fce6deee800c782317d923dc421ebaa9f5"><code>1ce7e0f</code></a> Respect folder-path when check-modified-files-only == yes</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/c4484864f4446a32293dbbee90ae9475fc117d79"><code>c448486</code></a> Merge pull request <a href="https://redirect.github.com/gaurav-nelson/github-action-markdown-link-check/issues/175">#175</a> from mgrojo/patch-2</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/21ae1b5d2ed9cb7eda4f102521211df1c8f64a04"><code>21ae1b5</code></a> Merge pull request <a href="https://redirect.github.com/gaurav-nelson/github-action-markdown-link-check/issues/163">#163</a> from RezaRahemtola/master</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/da7a2597b04ba3f4f6aa50cd9fe57cbb038fc145"><code>da7a259</code></a> Merge pull request <a href="https://redirect.github.com/gaurav-nelson/github-action-markdown-link-check/issues/165">#165</a> from qaristote/patch-2</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/26b1f3d5e1922b91bbf122352e6988dce84d735d"><code>26b1f3d</code></a> Document interpration of filenames and paths in <code>config-file</code></li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/974799164d87c9247b1cd6277919bb8d7e1b8a72"><code>9747991</code></a> readme: fix typo</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/c77ef6d03581d7682df3550bb992aa59408abbf5"><code>c77ef6d</code></a> fix: Typos and missing configuration link</li>
    <li><a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/commit/4d97ad89bbb0de4be573a9d7a2fc0ce900afc519"><code>4d97ad8</code></a> Merge pull request <a href="https://redirect.github.com/gaurav-nelson/github-action-markdown-link-check/issues/156">#156</a> from heidihoward/patch-2</li>
    <li>Additional commits viewable in <a href="https://github.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gaurav-nelson/github-action-markdown-link-check&package-manager=github_actions&previous-version=1.0.14&new-version=1.0.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    2634b37 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. chore(deps): Bump golang.org/x/crypto from 0.0.0-20200622213623-75b28…

    …8015ac9 to 0.1.0 in /ics23/go (Finschia#972)
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200622213623-75b288015ac9 to 0.1.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/golang/crypto/commits/v0.1.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.0.0-20200622213623-75b288015ac9&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Finschia/finschia-sdk/network/alerts).
    
    </details>
    dependabot[bot] authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    565ffd3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump github.com/prometheus/client_golang from 1.14.0 to …

    …1.15.0 (Finschia#967)
    
    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.15.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>v1.15.0</h2>
    <h2>Changed</h2>
    <p>[BUGFIX] Fix issue with atomic variables on ppc64le <a href="https://redirect.github.com/prometheus/client_golang/issues/1171">#1171</a>
    [BUGFIX] Support for multiple samples within same metric <a href="https://redirect.github.com/prometheus/client_golang/issues/1181">#1181</a>
    [BUGFIX] Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 <a href="https://redirect.github.com/prometheus/client_golang/issues/1187">#1187</a>
    [ENHANCEMENT] Add exemplars and middleware examples <a href="https://redirect.github.com/prometheus/client_golang/issues/1173">#1173</a>
    [ENHANCEMENT] Add more context to &quot;duplicate label names&quot; error to enable debugging <a href="https://redirect.github.com/prometheus/client_golang/issues/1177">#1177</a>
    [ENHANCEMENT] Add constrained labels and constrained variant for all MetricVecs <a href="https://redirect.github.com/prometheus/client_golang/issues/1151">#1151</a>
    [ENHANCEMENT] Moved away from deprecated github.com/golang/protobuf package <a href="https://redirect.github.com/prometheus/client_golang/issues/1183">#1183</a>
    [ENHANCEMENT] Add possibility to dynamically get label values for http instrumentation <a href="https://redirect.github.com/prometheus/client_golang/issues/1066">#1066</a>
    [ENHANCEMENT] Add ability to Pusher to add custom headers <a href="https://redirect.github.com/prometheus/client_golang/issues/1218">#1218</a>
    [ENHANCEMENT] api: Extend and improve efficiency of json-iterator usage <a href="https://redirect.github.com/prometheus/client_golang/issues/1225">#1225</a>
    [ENHANCEMENT] Added (official) support for go 1.20 <a href="https://redirect.github.com/prometheus/client_golang/issues/1234">#1234</a>
    [ENHANCEMENT] timer: Added support for exemplars <a href="https://redirect.github.com/prometheus/client_golang/issues/1233">#1233</a>
    [ENHANCEMENT] Filter expected metrics as well in CollectAndCompare <a href="https://redirect.github.com/prometheus/client_golang/issues/1143">#1143</a>
    [ENHANCEMENT] ⚠️ Only set start/end if time is not Zero. This breaks compatibility in experimental api package. If you strictly depend on empty time.Time as actual value, the behavior is now changed <a href="https://redirect.github.com/prometheus/client_golang/issues/1238">#1238</a></p>
    
    <ul>
    <li>Merge release 1.14 to main by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1164">prometheus/client_golang#1164</a></li>
    <li>Fix typo in doc comment by <a href="https://github.com/beorn7"><code>@​beorn7</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1166">prometheus/client_golang#1166</a></li>
    <li>Fix issue with atomic variables on ppc64le by <a href="https://github.com/beorn7"><code>@​beorn7</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1171">prometheus/client_golang#1171</a></li>
    <li>examples: Add exemplars and middleware examples by <a href="https://github.com/jessicalins"><code>@​jessicalins</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1173">prometheus/client_golang#1173</a></li>
    <li>Add context to &quot;duplicate label names&quot; to enable debugging by <a href="https://github.com/SpencerMalone"><code>@​SpencerMalone</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1177">prometheus/client_golang#1177</a></li>
    <li>Add constrained labels and Constrained variant for all MetricVecs by <a href="https://github.com/Okhoshi"><code>@​Okhoshi</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1151">prometheus/client_golang#1151</a></li>
    <li>Support for multiple samples within same metric by <a href="https://github.com/machadovilaca"><code>@​machadovilaca</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1181">prometheus/client_golang#1181</a></li>
    <li>Replace deprecated github.com/golang/protobuf package by <a href="https://github.com/zhsj"><code>@​zhsj</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1183">prometheus/client_golang#1183</a></li>
    <li>Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 by <a href="https://github.com/b4bay"><code>@​b4bay</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1187">prometheus/client_golang#1187</a></li>
    <li>typo fix by <a href="https://github.com/ibreakthecloud"><code>@​ibreakthecloud</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1178">prometheus/client_golang#1178</a></li>
    <li>Add possibility to dynamically get label values for http instrumentation by <a href="https://github.com/Okhoshi"><code>@​Okhoshi</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1066">prometheus/client_golang#1066</a></li>
    <li>Bump github.com/cespare/xxhash/v2 from 2.1.2 to 2.2.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1199">prometheus/client_golang#1199</a></li>
    <li>Bump github.com/prometheus/procfs from 0.8.0 to 0.9.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1198">prometheus/client_golang#1198</a></li>
    <li>Bump golang.org/x/sys from 0.3.0 to 0.4.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1217">prometheus/client_golang#1217</a></li>
    <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@​prombot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1213">prometheus/client_golang#1213</a></li>
    <li>Bump github.com/prometheus/common from 0.37.0 to 0.39.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1197">prometheus/client_golang#1197</a></li>
    <li>Add <code>Header</code> method to Pusher for custom header by <a href="https://github.com/songjiayang"><code>@​songjiayang</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1218">prometheus/client_golang#1218</a></li>
    <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@​prombot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1224">prometheus/client_golang#1224</a></li>
    <li>api: Extend and improve json-iterator usage by <a href="https://github.com/beorn7"><code>@​beorn7</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1225">prometheus/client_golang#1225</a></li>
    <li>Indent example in godoc consistently by <a href="https://github.com/lamida"><code>@​lamida</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1226">prometheus/client_golang#1226</a></li>
    <li>Remove unnecessary check if label is nil in observeWithExemplar by <a href="https://github.com/dimonl"><code>@​dimonl</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1235">prometheus/client_golang#1235</a></li>
    <li>README: Remove not working gocoverage images. by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1236">prometheus/client_golang#1236</a></li>
    <li>Added support for go 1.20. by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1234">prometheus/client_golang#1234</a></li>
    <li>timer: Added support for exemplars. by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1233">prometheus/client_golang#1233</a></li>
    <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@​prombot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1237">prometheus/client_golang#1237</a></li>
    <li>Filter expected metrics as well in CollectAndCompare by <a href="https://github.com/DariaKunoichi"><code>@​DariaKunoichi</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1143">prometheus/client_golang#1143</a></li>
    <li>Only set start/end if time is not Zero by <a href="https://github.com/jacksontj"><code>@​jacksontj</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1238">prometheus/client_golang#1238</a></li>
    <li>Bump google.golang.org/protobuf from 1.28.1 to 1.30.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1243">prometheus/client_golang#1243</a></li>
    <li>Bump golang.org/x/sys from 0.5.0 to 0.6.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1246">prometheus/client_golang#1246</a></li>
    </ul>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p>
    <blockquote>
    <h2>1.15.0 / 2023-04-13</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>[BUGFIX] Fix issue with atomic variables on ppc64le <a href="https://redirect.github.com/prometheus/client_golang/issues/1171">#1171</a></li>
    <li>[BUGFIX] Support for multiple samples within same metric <a href="https://redirect.github.com/prometheus/client_golang/issues/1181">#1181</a></li>
    <li>[BUGFIX] Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 <a href="https://redirect.github.com/prometheus/client_golang/issues/1187">#1187</a></li>
    <li>[ENHANCEMENT] Add exemplars and middleware examples <a href="https://redirect.github.com/prometheus/client_golang/issues/1173">#1173</a></li>
    <li>[ENHANCEMENT] Add more context to &quot;duplicate label names&quot; error to enable debugging <a href="https://redirect.github.com/prometheus/client_golang/issues/1177">#1177</a></li>
    <li>[ENHANCEMENT] Add constrained labels and constrained variant for all MetricVecs <a href="https://redirect.github.com/prometheus/client_golang/issues/1151">#1151</a></li>
    <li>[ENHANCEMENT] Moved away from deprecated github.com/golang/protobuf package <a href="https://redirect.github.com/prometheus/client_golang/issues/1183">#1183</a></li>
    <li>[ENHANCEMENT] Add possibility to dynamically get label values for http instrumentation <a href="https://redirect.github.com/prometheus/client_golang/issues/1066">#1066</a></li>
    <li>[ENHANCEMENT] Add ability to Pusher to add custom headers <a href="https://redirect.github.com/prometheus/client_golang/issues/1218">#1218</a></li>
    <li>[ENHANCEMENT] api: Extend and improve efficiency of json-iterator usage <a href="https://redirect.github.com/prometheus/client_golang/issues/1225">#1225</a></li>
    <li>[ENHANCEMENT] Added (official) support for go 1.20 <a href="https://redirect.github.com/prometheus/client_golang/issues/1234">#1234</a></li>
    <li>[ENHANCEMENT] timer: Added support for exemplars <a href="https://redirect.github.com/prometheus/client_golang/issues/1233">#1233</a></li>
    <li>[ENHANCEMENT] Filter expected metrics as well in CollectAndCompare <a href="https://redirect.github.com/prometheus/client_golang/issues/1143">#1143</a></li>
    <li>[ENHANCEMENT] ⚠️ Only set start/end if time is not Zero. This breaks compatibility in experimental api package. If you strictly depend on empty time.Time as actual value, the behavior is now changed <a href="https://redirect.github.com/prometheus/client_golang/issues/1238">#1238</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/prometheus/client_golang/commit/d7896d4bd082b17e525c29055d79cc29484aa9cb"><code>d7896d4</code></a> Cut v1.15.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1249">#1249</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/bba12b5514c7be20be7d362474d78a0bc53c11fc"><code>bba12b5</code></a> Bump github.com/prometheus/common from 0.41.0 to 0.42.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1244">#1244</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/9015fcfc2cd8744142a9d78d832f147abf94edda"><code>9015fcf</code></a> Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1245">#1245</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/1bb8cf8306f5787e596d2e1f50d7a7629632c48b"><code>1bb8cf8</code></a> Bump golang.org/x/sys from 0.5.0 to 0.6.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1246">#1246</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/ff7efedd436dc7cf167f379cc03ba0ca6d311591"><code>ff7efed</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1243">#1243</a> from prometheus/dependabot/go_modules/google.golang....</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/852a282f10fea460ca4d2cb9a81bdeda3948cac8"><code>852a282</code></a> Bump google.golang.org/protobuf from 1.28.1 to 1.30.0</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/63a3955992a3805fb311e6037b05cb164bf78fc1"><code>63a3955</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1238">#1238</a> from jacksontj/issue_621</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/eb339714f5326e18a155353a1a4fd067045b7a3b"><code>eb33971</code></a> Filter expected metrics as well in CollectAndCompare (<a href="https://redirect.github.com/prometheus/client_golang/issues/1143">#1143</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/5c7821d84aaef452caf286ac13de8f1b92e24582"><code>5c7821d</code></a> Update common Prometheus files (<a href="https://redirect.github.com/prometheus/client_golang/issues/1237">#1237</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/603786389cd21f77ad120e17745572e7d59231ef"><code>6037863</code></a> Only set start/end if time is not Zero</li>
    <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.14.0...v1.15.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.14.0&new-version=1.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    8bbbce0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump github.com/coinbase/rosetta-sdk-go from 0.8.2 to 0.…

    …8.3 (Finschia#976)
    
    Bumps [github.com/coinbase/rosetta-sdk-go](https://github.com/coinbase/rosetta-sdk-go) from 0.8.2 to 0.8.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/coinbase/rosetta-sdk-go/releases">github.com/coinbase/rosetta-sdk-go's releases</a>.</em></p>
    <blockquote>
    <h2>Generic improvements</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>make types a go module by <a href="https://github.com/shrimalmadhur"><code>@​shrimalmadhur</code></a> in <a href="https://redirect.github.com/coinbase/rosetta-sdk-go/pull/461">coinbase/rosetta-sdk-go#461</a></li>
    <li>Use types module instead of local dependency by <a href="https://github.com/shrimalmadhur"><code>@​shrimalmadhur</code></a> in <a href="https://redirect.github.com/coinbase/rosetta-sdk-go/pull/462">coinbase/rosetta-sdk-go#462</a></li>
    <li>add customized info in sdk's fetcher, reconciler, syncer and db by <a href="https://github.com/jingweicb"><code>@​jingweicb</code></a> in <a href="https://redirect.github.com/coinbase/rosetta-sdk-go/pull/465">coinbase/rosetta-sdk-go#465</a></li>
    <li>remove getVfromK logs by <a href="https://github.com/jingweicb"><code>@​jingweicb</code></a> in <a href="https://redirect.github.com/coinbase/rosetta-sdk-go/pull/467">coinbase/rosetta-sdk-go#467</a></li>
    <li>fix uncessary context canceled err by <a href="https://github.com/jingweicb"><code>@​jingweicb</code></a> in <a href="https://redirect.github.com/coinbase/rosetta-sdk-go/pull/468">coinbase/rosetta-sdk-go#468</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/coinbase/rosetta-sdk-go/compare/v0.8.2...v0.8.3">https://github.com/coinbase/rosetta-sdk-go/compare/v0.8.2...v0.8.3</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/294474a3debdaa52cf0d161c800b2b74398d4bcf"><code>294474a</code></a> fix uncessary context canceled err (<a href="https://redirect.github.com/coinbase/rosetta-sdk-go/issues/468">#468</a>)</li>
    <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/a82130d40237ccbef060bcc626c7498a1b519ad4"><code>a82130d</code></a> remove getVfromK logs (<a href="https://redirect.github.com/coinbase/rosetta-sdk-go/issues/467">#467</a>)</li>
    <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/4c691644d82a97250d6b6b3a1cef13490cfc6729"><code>4c69164</code></a> add customized info in sdk's fetcher, reconciler, syncer and db (<a href="https://redirect.github.com/coinbase/rosetta-sdk-go/issues/465">#465</a>)</li>
    <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/2301850ad713395313e062808b5c8f3a76e50e5d"><code>2301850</code></a> Use types module instead of local dependency (<a href="https://redirect.github.com/coinbase/rosetta-sdk-go/issues/462">#462</a>)</li>
    <li><a href="https://github.com/coinbase/rosetta-sdk-go/commit/8ea45ef4582708ea4b95adcb63d170852072db31"><code>8ea45ef</code></a> make types a go module (<a href="https://redirect.github.com/coinbase/rosetta-sdk-go/issues/461">#461</a>)</li>
    <li>See full diff in <a href="https://github.com/coinbase/rosetta-sdk-go/compare/v0.8.2...v0.8.3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/coinbase/rosetta-sdk-go&package-manager=go_modules&previous-version=0.8.2&new-version=0.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot 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 Apr 28, 2023
    Configuration menu
    Copy the full SHA
    34753f2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Merge branch 'main' into feat/apply_v1.0.0

    * main: (38 commits)
      chore(deps): Bump github.com/coinbase/rosetta-sdk-go from 0.8.2 to 0.8.3 (Finschia#976)
      chore(deps): Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 (Finschia#967)
      chore(deps): Bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.1.0 in /ics23/go (Finschia#972)
      chore(deps): Bump gaurav-nelson/github-action-markdown-link-check from 1.0.14 to 1.0.15 (Finschia#975)
      chore(deps): Bump DoozyX/clang-format-lint-action from 0.15 to 0.16 (Finschia#989)
      chore(deps): Bump actions/cache from 3.2.4 to 3.3.1 (Finschia#974)
      chore(deps): Bump golang.org/x/crypto from 0.7.0 to 0.8.0 (Finschia#958)
      chore(deps): Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (Finschia#949)
      chore(deps): Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (Finschia#941)
      chore(deps): Bump codecov/codecov-action from 3.1.1 to 3.1.3 (Finschia#985)
      chore(deps): Bump github.com/Finschia/ostracon from 1.0.10-0.20230417071658-1c9c22cfe90d to 1.1.0 (Finschia#987)
      chore: update url path in changelog
      chore(deps): Bump google.golang.org/protobuf from 1.28.1 to 1.30.0 (Finschia#935)
      chore(deps): Bump actions/cache from 3.2.6 to 3.3.1 (Finschia#928)
      chore: add progress log into x/collection import-genesis (Finschia#938)
      chore(deps): Bump github.com/line/ostracon from 1.0.9-0.20230209043112-5aca894db3a6 to 1.0.9 (Finschia#939)
      chore: clean up x/foundation api (Finschia#933)
      chore(deps): Bump actions/setup-go from 3.5.0 to 4.0.0 (Finschia#931)
      chore(deps): Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (Finschia#926)
      chore(deps): Bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.1.0 in /ics23/go (Finschia#916)
      ...
    
    # Conflicts:
    #	CHANGELOG.md
    #	go.mod
    zemyblue committed May 2, 2023
    Configuration menu
    Copy the full SHA
    c626995 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Finschia#992 from zemyblue/feat/apply_v1.0.0

    fix: apply fix from release/v0.47.x branch
    zemyblue authored May 2, 2023
    Configuration menu
    Copy the full SHA
    bf4815b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. chore(deps): Bump github.com/prometheus/client_golang from 1.15.0 to …

    …1.15.1 (Finschia#994)
    
    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.15.0 to 1.15.1.
    <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>v1.15.1</h2>
    <h2>Changes</h2>
    <ul>
    <li>[BUGFIX] Fixed promhttp.Instrument* handlers wrongly trying to attach exemplar to unsupported metrics (e.g. summary), <br />
    causing panics <a href="https://redirect.github.com/prometheus/client_golang/issues/1253">#1253</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/client_golang/compare/v1.15.0...v1.15.1">https://github.com/prometheus/client_golang/compare/v1.15.0...v1.15.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p>
    <blockquote>
    <h2>Unreleased</h2>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/prometheus/client_golang/commit/4bbb297e54556fd1bcec279b355d049a50fb316e"><code>4bbb297</code></a> Cut 1.15.1 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1266">#1266</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/2eaffbdb02d256183a31d189ca4a271dd30da462"><code>2eaffbd</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1253">#1253</a> from prometheus/fixpro</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/b8fdd239b2f259fef654e4890706fad162bc40e9"><code>b8fdd23</code></a> Added clarification.</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/2ea234eef0564aef9d949a0f2f21a1d920ce3b24"><code>2ea234e</code></a> Revert &quot;Remove unnecessary check if label is nil in observeWithExemplar (<a href="https://redirect.github.com/prometheus/client_golang/issues/1235">#1235</a>)&quot;</li>
    <li>See full diff in <a href="https://github.com/prometheus/client_golang/compare/v1.15.0...v1.15.1">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.15.0&new-version=1.15.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored May 8, 2023
    Configuration menu
    Copy the full SHA
    a0c02c4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. chore(deps): Bump github.com/prometheus/common from 0.42.0 to 0.43.0 (F…

    …inschia#995)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.42.0 to 0.43.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/prometheus/common/releases">github.com/prometheus/common's releases</a>.</em></p>
    <blockquote>
    <h2>0.43.0 / 2023-05-04</h2>
    <p>NOTE: The protobuf library has been changed from the deprecated <code>github.com/golang/protobuf</code> to the new officially supported <code>google.golang.org/protobuf</code>. If you have direct use of the proto, you may need to make changes for deprecated functions.</p>
    <h2>What's Changed</h2>
    <ul>
    <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@​prombot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/463">prometheus/common#463</a></li>
    <li>Negotiate OM v1.0.0 by <a href="https://github.com/gouthamve"><code>@​gouthamve</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/475">prometheus/common#475</a></li>
    <li>Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/478">prometheus/common#478</a></li>
    <li>Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/481">prometheus/common#481</a></li>
    <li>Update Go modules by <a href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/479">prometheus/common#479</a></li>
    <li>Bump github.com/alecthomas/kingpin/v2 from 2.3.1 to 2.3.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/469">prometheus/common#469</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.42.0...v0.43.0">https://github.com/prometheus/common/compare/v0.42.0...v0.43.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/prometheus/common/commit/e27922a100211b71acc8e65327b61d5fe22e2a77"><code>e27922a</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/469">#469</a> from prometheus/dependabot/go_modules/github.com/alec...</li>
    <li><a href="https://github.com/prometheus/common/commit/9a176e101d53f64ec3a507dac59261841a36e0c0"><code>9a176e1</code></a> Bump github.com/alecthomas/kingpin/v2 from 2.3.1 to 2.3.2</li>
    <li><a href="https://github.com/prometheus/common/commit/a2ac26086c2e10167dd3a177dacea63c83eb06fb"><code>a2ac260</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/479">#479</a> from prometheus/superq/updates</li>
    <li><a href="https://github.com/prometheus/common/commit/5e8c998641443778da5358605063b33fcc1a2301"><code>5e8c998</code></a> expfmt: Avoid copying mutex in proto message</li>
    <li><a href="https://github.com/prometheus/common/commit/27a8fa5058d6a145c45fa4f75bec23ccc9fff448"><code>27a8fa5</code></a> Update Go modules</li>
    <li><a href="https://github.com/prometheus/common/commit/92f8c2716e744729fe044871238cae6c9bbb3694"><code>92f8c27</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/481">#481</a> from prometheus/dependabot/go_modules/github.com/prom...</li>
    <li><a href="https://github.com/prometheus/common/commit/2328fd686db148b446305d4ee2ef1d8036236b30"><code>2328fd6</code></a> Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.1</li>
    <li><a href="https://github.com/prometheus/common/commit/cffd08e4f5c482a40bad2f01a3324f5a4ffdbf50"><code>cffd08e</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/478">#478</a> from prometheus/dependabot/go_modules/golang.org/x/oa...</li>
    <li><a href="https://github.com/prometheus/common/commit/b933a95a4ee610b29d19ac53e275e4e442c7ddc3"><code>b933a95</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/475">#475</a> from gouthamve/negotiate-om-1.0</li>
    <li><a href="https://github.com/prometheus/common/commit/567ed12a7508817d9a9c1d0e17d142507c309a4a"><code>567ed12</code></a> Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0</li>
    <li>Additional commits viewable in <a href="https://github.com/prometheus/common/compare/v0.42.0...v0.43.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/common&package-manager=go_modules&previous-version=0.42.0&new-version=0.43.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored May 9, 2023
    Configuration menu
    Copy the full SHA
    d192860 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    4e69766 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump actions/setup-go from 3.5.0 to 4.0.0 (Finschia#973)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.0.0.
    <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>v4.0.0</h2>
    <p>In scope of release we enable cache by default. The action won’t throw an error if the cache can’t be restored or saved. The action will throw a warning message but it won’t stop a build process. The cache can be disabled by specifying <code>cache: false</code>.</p>
    <pre lang="yaml"><code>steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-go@v4
        with:
          go-version: ‘1.19’
      - run: go run hello.go
    </code></pre>
    <p>Besides, we introduce such changes as</p>
    <ul>
    <li><a href="https://redirect.github.com/actions/setup-go/pull/305">Allow to use only GOCACHE for cache</a></li>
    <li><a href="https://redirect.github.com/actions/setup-go/pull/315">Bump json5 from 2.2.1 to 2.2.3</a></li>
    <li><a href="https://redirect.github.com/actions/setup-go/pull/323">Use proper version for primary key in cache</a></li>
    <li><a href="https://redirect.github.com/actions/setup-go/pull/351">Always add Go bin to the PATH</a></li>
    <li><a href="https://redirect.github.com/actions/setup-go/pull/350">Add step warning if go-version input is empty</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-go/commit/4d34df0c2316fe8122ab82dc22947d607c0c91f9"><code>4d34df0</code></a> Update configuration files (<a href="https://redirect.github.com/actions/setup-go/issues/348">#348</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/fdc0d672a12b8fc05ef4c549c3fd5b0f03ebeb4c"><code>fdc0d67</code></a> Add Go bin if go-version input is empty (<a href="https://redirect.github.com/actions/setup-go/issues/351">#351</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/ebfdf6ac95bce0e7e743a60aba7adf59b400885b"><code>ebfdf6a</code></a> add warning if go-version is empty (<a href="https://redirect.github.com/actions/setup-go/issues/350">#350</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/b27d76912e7cb72b7262b5be2ec903b6cfaf358a"><code>b27d769</code></a> fix lockfileVersion (<a href="https://redirect.github.com/actions/setup-go/issues/349">#349</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/c51a7207680f1bee06f4a751214aab70667f9e25"><code>c51a720</code></a> Enable caching by default with default input (<a href="https://redirect.github.com/actions/setup-go/issues/332">#332</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/6b848af622919e18822928df24a57044dc6ea9ab"><code>6b848af</code></a> Merge pull request <a href="https://redirect.github.com/actions/setup-go/issues/343">#343</a> from akv-platform/reusable-workflow</li>
    <li><a href="https://github.com/actions/setup-go/commit/12741cc20952a981105f1dc8366d69f1d24ed472"><code>12741cc</code></a> Format update-config-files.yml</li>
    <li><a href="https://github.com/actions/setup-go/commit/7a77a6aab66a15178e313f5908f5ed9b8500894c"><code>7a77a6a</code></a> Merge branch 'main' into reusable-workflow</li>
    <li><a href="https://github.com/actions/setup-go/commit/42a0cc8e1491c14a0e9486c3a895d2124f51af1a"><code>42a0cc8</code></a> Add update-config-files.yml</li>
    <li><a href="https://github.com/actions/setup-go/commit/7406d654ad8f517886f6c77135494c2b99355381"><code>7406d65</code></a> Add and configure ESLint and update configuration for Prettier (<a href="https://redirect.github.com/actions/setup-go/issues/341">#341</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/setup-go/compare/v3.5.0...v4.0.0">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=3.5.0&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored May 11, 2023
    Configuration menu
    Copy the full SHA
    46a5123 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump golang.org/x/crypto from 0.8.0 to 0.9.0 (Finschia#996)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.8.0 to 0.9.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/golang/crypto/commit/a4e984136a63c90def42a9336ac6507c2f6a896d"><code>a4e9841</code></a> go.mod: update golang.org/x dependencies</li>
    <li><a href="https://github.com/golang/crypto/commit/3ef80564904258d0d9b19a879c805574d184f941"><code>3ef8056</code></a> ssh/test: enable on solaris</li>
    <li><a href="https://github.com/golang/crypto/commit/a8cc953517d1e689f501d9fcd7b6659a177d2216"><code>a8cc953</code></a> ssh: skip unsupported tests on wasip1</li>
    <li><a href="https://github.com/golang/crypto/commit/7d6d3f5d4adbee52131e89d4465c8cdf88d80aad"><code>7d6d3f5</code></a> ssh/test: skip TestValidTerminalMode on non-Bourne shells</li>
    <li><a href="https://github.com/golang/crypto/commit/1faeef9713563c936e077b84e4c3a0f3cac0fbe4"><code>1faeef9</code></a> cryptobyte: reject Object Identifiers with leading 0x80</li>
    <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.8.0...v0.9.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.8.0&new-version=0.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored May 11, 2023
    Configuration menu
    Copy the full SHA
    1e6bae4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. chore(deps): Bump codecov/codecov-action from 3.1.3 to 3.1.4 (Finschi…

    …a#1004)
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.3 to 3.1.4.
    <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>3.1.4</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.15.12 to 18.16.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/970">codecov/codecov-action#970</a></li>
    <li>Fix typo in README.md by <a href="https://github.com/hisaac"><code>@​hisaac</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/967">codecov/codecov-action#967</a></li>
    <li>fix: add back in working dir by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/971">codecov/codecov-action#971</a></li>
    <li>fix: CLI option names for uploader by <a href="https://github.com/kleisauke"><code>@​kleisauke</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/969">codecov/codecov-action#969</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.16.3 to 20.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/975">codecov/codecov-action#975</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.1.0 to 20.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/979">codecov/codecov-action#979</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.1.2 to 20.1.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/981">codecov/codecov-action#981</a></li>
    <li>release: 3.1.4 by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/983">codecov/codecov-action#983</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/hisaac"><code>@​hisaac</code></a> made their first contribution in <a href="https://redirect.github.com/codecov/codecov-action/pull/967">codecov/codecov-action#967</a></li>
    <li><a href="https://github.com/kleisauke"><code>@​kleisauke</code></a> made their first contribution in <a href="https://redirect.github.com/codecov/codecov-action/pull/969">codecov/codecov-action#969</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v3.1.3...v3.1.4">https://github.com/codecov/codecov-action/compare/v3.1.3...v3.1.4</a></p>
    </blockquote>
    </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>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>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/codecov/codecov-action/commit/eaaf4bedf32dbdc6b720b63067d99c4d77d6047d"><code>eaaf4be</code></a> release: 3.1.4 (<a href="https://redirect.github.com/codecov/codecov-action/issues/983">#983</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/c2ab9ab2e177cef69bda1961b1e66eaf868c790b"><code>c2ab9ab</code></a> build(deps-dev): bump <code>@​types/node</code> from 20.1.2 to 20.1.4 (<a href="https://redirect.github.com/codecov/codecov-action/issues/981">#981</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/49c20db375a254995f6d63d5dc03aa04e04a42ea"><code>49c20db</code></a> build(deps-dev): bump <code>@​types/node</code> from 20.1.0 to 20.1.2 (<a href="https://redirect.github.com/codecov/codecov-action/issues/979">#979</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/cf8e3e4262e63ac53fdbc0ea1b6dd69cb03c974b"><code>cf8e3e4</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.16.3 to 20.1.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/975">#975</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/1c34415a066a16afff4060670e36707eba85ccbd"><code>1c34415</code></a> fix: CLI option names for uploader (<a href="https://redirect.github.com/codecov/codecov-action/issues/969">#969</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/b4dfea724ff5d8e51bb4dffdc668c0d964df6103"><code>b4dfea7</code></a> fix: add back in working dir (<a href="https://redirect.github.com/codecov/codecov-action/issues/971">#971</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/5bf250470ea3e4bf9456e73127015eb78ce4c280"><code>5bf2504</code></a> Fix typo in README.md (<a href="https://redirect.github.com/codecov/codecov-action/issues/967">#967</a>)</li>
    <li><a href="https://github.com/codecov/codecov-action/commit/1dd0ce34be62fac4f3b714f860c0b0c520acd35d"><code>1dd0ce3</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.15.12 to 18.16.3 (<a href="https://redirect.github.com/codecov/codecov-action/issues/970">#970</a>)</li>
    <li>See full diff in <a href="https://github.com/codecov/codecov-action/compare/v3.1.3...v3.1.4">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=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored May 16, 2023
    Configuration menu
    Copy the full SHA
    8e8a3d8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump actions/setup-go from 4.0.0 to 4.0.1 (Finschia#1003)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 4.0.1.
    <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>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/fac708d6674e30b6ba41289acaab6d4b75aa0753"><code>fac708d</code></a> Bump <code>@​actions/cache</code> dependency to v3.2.1 (<a href="https://redirect.github.com/actions/setup-go/issues/374">#374</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/dd84a9531a6f8e72c321f2aa3b9048ed359670e4"><code>dd84a95</code></a> Update xml2js (<a href="https://redirect.github.com/actions/setup-go/issues/370">#370</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/41c2024c46acfe1d0b8c9b7f20e28406983e553b"><code>41c2024</code></a> Fix glob bug in package.json scripts section (<a href="https://redirect.github.com/actions/setup-go/issues/359">#359</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/8dbf352f069be09d9a0b567cc1a9d16a5663fc3a"><code>8dbf352</code></a> update README fo v4 (<a href="https://redirect.github.com/actions/setup-go/issues/354">#354</a>)</li>
    <li>See full diff in <a href="https://github.com/actions/setup-go/compare/v4.0.0...v4.0.1">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.0.0&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 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 May 16, 2023
    Configuration menu
    Copy the full SHA
    c357b6a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. chore(deps): Bump github.com/grpc-ecosystem/go-grpc-middleware from 1…

    ….3.0 to 1.4.0 (Finschia#1008)
    
    Bumps [github.com/grpc-ecosystem/go-grpc-middleware](https://github.com/grpc-ecosystem/go-grpc-middleware) from 1.3.0 to 1.4.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/grpc-ecosystem/go-grpc-middleware/releases">github.com/grpc-ecosystem/go-grpc-middleware's releases</a>.</em></p>
    <blockquote>
    <h2>v1.4.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Do not stop retrying based on earlier good message from the stream by <a href="https://github.com/kartlee"><code>@​kartlee</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/313">grpc-ecosystem/go-grpc-middleware#313</a></li>
    <li>Deprecate the server interceptor chain helpers by <a href="https://github.com/CAFxX"><code>@​CAFxX</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/423">grpc-ecosystem/go-grpc-middleware#423</a></li>
    <li>Simplify chain interceptors by <a href="https://github.com/aarongable"><code>@​aarongable</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/421">grpc-ecosystem/go-grpc-middleware#421</a></li>
    <li>v1: Switch from github.com/go-kit/kit to github.com/go-kit/log interfaces by <a href="https://github.com/liggitt"><code>@​liggitt</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/426">grpc-ecosystem/go-grpc-middleware#426</a></li>
    <li>logging/zap/ctxzap: add caller skip to shorthand functions by <a href="https://github.com/jkawamoto"><code>@​jkawamoto</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/429">grpc-ecosystem/go-grpc-middleware#429</a></li>
    <li>grpc_zap: fix caller annotation by <a href="https://github.com/jkawamoto"><code>@​jkawamoto</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/431">grpc-ecosystem/go-grpc-middleware#431</a></li>
    <li>Revert verbosity level check for zap by <a href="https://github.com/central182"><code>@​central182</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/452">grpc-ecosystem/go-grpc-middleware#452</a></li>
    <li>Fix memory leakage in kit.PayloadUnaryServerInterceptor by <a href="https://github.com/r3code"><code>@​r3code</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/501">grpc-ecosystem/go-grpc-middleware#501</a></li>
    <li>Use strconv.FormatUint instead of fmt.Sprintf by <a href="https://github.com/andrey-berenda"><code>@​andrey-berenda</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/503">grpc-ecosystem/go-grpc-middleware#503</a></li>
    <li>Fix typo in nicemd by <a href="https://github.com/andrey-berenda"><code>@​andrey-berenda</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/509">grpc-ecosystem/go-grpc-middleware#509</a></li>
    <li>Fix OSX build error in outdated golang.org/x/sys dependency by <a href="https://github.com/devnev"><code>@​devnev</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/514">grpc-ecosystem/go-grpc-middleware#514</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/aarongable"><code>@​aarongable</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/421">grpc-ecosystem/go-grpc-middleware#421</a></li>
    <li><a href="https://github.com/central182"><code>@​central182</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/452">grpc-ecosystem/go-grpc-middleware#452</a></li>
    <li><a href="https://github.com/chrisdoherty4"><code>@​chrisdoherty4</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/456">grpc-ecosystem/go-grpc-middleware#456</a></li>
    <li><a href="https://github.com/AmirQadir"><code>@​AmirQadir</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/464">grpc-ecosystem/go-grpc-middleware#464</a></li>
    <li><a href="https://github.com/AlmogBaku"><code>@​AlmogBaku</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/491">grpc-ecosystem/go-grpc-middleware#491</a></li>
    <li><a href="https://github.com/cuishuang"><code>@​cuishuang</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/493">grpc-ecosystem/go-grpc-middleware#493</a></li>
    <li><a href="https://github.com/r3code"><code>@​r3code</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/501">grpc-ecosystem/go-grpc-middleware#501</a></li>
    <li><a href="https://github.com/andrey-berenda"><code>@​andrey-berenda</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/503">grpc-ecosystem/go-grpc-middleware#503</a></li>
    <li><a href="https://github.com/steveruckdashel"><code>@​steveruckdashel</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/539">grpc-ecosystem/go-grpc-middleware#539</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc-ecosystem/go-grpc-middleware/compare/v1.3.0...v1.4.0">https://github.com/grpc-ecosystem/go-grpc-middleware/compare/v1.3.0...v1.4.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/d42ae9d517069c2bd7f9339147a0eafa86b3d4a3"><code>d42ae9d</code></a> v1: Mentioned v2 in README; fixed CI; removed changelog (we will use release ...</li>
    <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/da1b13ec28bbdd492bdc876045791b69c4be5b81"><code>da1b13e</code></a> Update nicemd.go (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/539">#539</a>)</li>
    <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/99612e884e71d96a3c8dd30ad4d8eccacfa91798"><code>99612e8</code></a> Fix OSX build error in outdated golang.org/x/sys dependency (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/514">#514</a>)</li>
    <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/7c811bc99f5208b25d2f010022b863a00cb2a1d3"><code>7c811bc</code></a> fix typo in nicemd (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/509">#509</a>)</li>
    <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/854bd94ac7c4b4d287b9eba9b7cc4410e7215fed"><code>854bd94</code></a> use strconv.FormatUint instead of fmt.Sprintf (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/503">#503</a>)</li>
    <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/7fdae0e41d217c2e2240858a53a30c303746bf03"><code>7fdae0e</code></a> Fix memory leakage in kit.PayloadUnaryServerInterceptor (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/501">#501</a>)</li>
    <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/6aeac529d58164afc753eebf5207f08b5456a365"><code>6aeac52</code></a> fix some typos (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/493">#493</a>)</li>
    <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/68c8cdc5fd8157730d9a930d9c8b7166cfae31ac"><code>68c8cdc</code></a> Add OpenTelemetry interceptors (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/491">#491</a>)</li>
    <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/560829fc74fcf9a69b7ab01d484f8b8961dc734b"><code>560829f</code></a> Fix: middleware unary chain order (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/464">#464</a>)</li>
    <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/b6d97fab8b7d7d99cb5a9ee1ea17afbb2b12e84c"><code>b6d97fa</code></a> Improve zap grpc logger documentation on verbosity levels (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/456">#456</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/grpc-ecosystem/go-grpc-middleware/compare/v1.3.0...v1.4.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/grpc-ecosystem/go-grpc-middleware&package-manager=go_modules&previous-version=1.3.0&new-version=1.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 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 May 22, 2023
    Configuration menu
    Copy the full SHA
    32b9736 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump github.com/spf13/cast from 1.5.0 to 1.5.1 (Finschia…

    …#1005)
    
    Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.5.0 to 1.5.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/spf13/cast/releases">github.com/spf13/cast's releases</a>.</em></p>
    <blockquote>
    <h2>v1.5.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Correction of hugo URL error by <a href="https://github.com/qwxingzhe"><code>@​qwxingzhe</code></a> in <a href="https://redirect.github.com/spf13/cast/pull/164">spf13/cast#164</a></li>
    <li>Improve CI by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/cast/pull/167">spf13/cast#167</a></li>
    <li>Bump github.com/frankban/quicktest from 1.14.3 to 1.14.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cast/pull/168">spf13/cast#168</a></li>
    <li>Add more integer to boolean conversions by <a href="https://github.com/yveshield"><code>@​yveshield</code></a> in <a href="https://redirect.github.com/spf13/cast/pull/153">spf13/cast#153</a></li>
    <li>Pull the 2006-01-02 layout to the top when checking by <a href="https://github.com/bep"><code>@​bep</code></a> in <a href="https://redirect.github.com/spf13/cast/pull/187">spf13/cast#187</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/qwxingzhe"><code>@​qwxingzhe</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cast/pull/164">spf13/cast#164</a></li>
    <li><a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cast/pull/167">spf13/cast#167</a></li>
    <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cast/pull/168">spf13/cast#168</a></li>
    <li><a href="https://github.com/yveshield"><code>@​yveshield</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cast/pull/153">spf13/cast#153</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/cast/compare/v1.5.0...v1.5.1">https://github.com/spf13/cast/compare/v1.5.0...v1.5.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/spf13/cast/commit/bbed5559a59db54120dda79106f85f9ec0afb038"><code>bbed555</code></a> Pull the 2006-01-02 layout to the top when checking</li>
    <li><a href="https://github.com/spf13/cast/commit/ba0a5b63c8972d97f400e6d235d07a2f52532f01"><code>ba0a5b6</code></a> Merge pull request <a href="https://redirect.github.com/spf13/cast/issues/153">#153</a> from yveshield/more-int-to-bool</li>
    <li><a href="https://github.com/spf13/cast/commit/7ef7a1881934b25b73c11590fd9d3228aea33561"><code>7ef7a18</code></a> Bump github.com/frankban/quicktest from 1.14.3 to 1.14.4</li>
    <li><a href="https://github.com/spf13/cast/commit/5959a756aff427b5c40c9932cd4c5296b77cbc1b"><code>5959a75</code></a> Merge pull request <a href="https://redirect.github.com/spf13/cast/issues/167">#167</a> from spf13/improve-ci</li>
    <li><a href="https://github.com/spf13/cast/commit/1f57725177b9879b28f14ca4714679163c4e27dd"><code>1f57725</code></a> Merge pull request <a href="https://redirect.github.com/spf13/cast/issues/164">#164</a> from qwxingzhe/patch-1</li>
    <li><a href="https://github.com/spf13/cast/commit/111af0b83989e6796f75cf356ae4febda185b6d1"><code>111af0b</code></a> chore: improve badges in readme</li>
    <li><a href="https://github.com/spf13/cast/commit/cb4b5fb39691151d77c436ad606dfc7fbb9c56a4"><code>cb4b5fb</code></a> ci: add a name to the build</li>
    <li><a href="https://github.com/spf13/cast/commit/b7b9986f2c2e97d7aee51342d4efe6ff7cb1a59e"><code>b7b9986</code></a> ci: add dependabot config</li>
    <li><a href="https://github.com/spf13/cast/commit/c9c46a17924c84b0cacac50d0523ed70e41e0a41"><code>c9c46a1</code></a> ci: add Go 1.19 and 1.20 to the build matrix</li>
    <li><a href="https://github.com/spf13/cast/commit/160eccf352f68a06342e3c7963f56910b4f82944"><code>160eccf</code></a> ci: general ci improvements</li>
    <li>Additional commits viewable in <a href="https://github.com/spf13/cast/compare/v1.5.0...v1.5.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/cast&package-manager=go_modules&previous-version=1.5.0&new-version=1.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored May 22, 2023
    Configuration menu
    Copy the full SHA
    db2dc68 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (Fi…

    …nschia#1012)
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/stretchr/testify/commit/4c93d8f201cb46ed50de949ee65804f944b570f8"><code>4c93d8f</code></a> EqualExportedValues: Handle nested pointer, slice and map fields (<a href="https://redirect.github.com/stretchr/testify/issues/1379">#1379</a>)</li>
    <li><a href="https://github.com/stretchr/testify/commit/4b2f4d2bcff3848b6a4e63d462da6ce3c21e9c78"><code>4b2f4d2</code></a> add EventuallyWithT assertion (<a href="https://redirect.github.com/stretchr/testify/issues/1264">#1264</a>)</li>
    <li><a href="https://github.com/stretchr/testify/commit/b3106d772c7aa439743e1a3f4de81149e323cf70"><code>b3106d7</code></a> allow testing for functional options (<a href="https://redirect.github.com/stretchr/testify/issues/1023">#1023</a>)</li>
    <li><a href="https://github.com/stretchr/testify/commit/437071b948cd89bdbaaf43a41f19fbe1a0945f6f"><code>437071b</code></a> assert: fix error message formatting for NotContains (<a href="https://redirect.github.com/stretchr/testify/issues/1362">#1362</a>)</li>
    <li><a href="https://github.com/stretchr/testify/commit/c5fc9d6b6b21ea89be8480c0dc35e2977ab988f6"><code>c5fc9d6</code></a> Compare public elements of struct (<a href="https://redirect.github.com/stretchr/testify/issues/1309">#1309</a>)</li>
    <li>See full diff in <a href="https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/stretchr/testify&package-manager=go_modules&previous-version=1.8.2&new-version=1.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot 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 May 22, 2023
    Configuration menu
    Copy the full SHA
    97b255e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. feat: support custom r/w gRPC options (Finschia#1017)

    * feat: support custom r/w gRPC options (backport cosmos/cosmos-sdk#11889)
    
    * chore: add simple unittest for app config
    
    * chore: update changelog
    zemyblue authored May 27, 2023
    Configuration menu
    Copy the full SHA
    13ae1f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. chore(deps): Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (Fi…

    …nschia#1021)
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/stretchr/testify/commit/f97607b89807936ac4ff96748d766cf4b9711f78"><code>f97607b</code></a> Create GitHub release when new release tag is pushed (<a href="https://redirect.github.com/stretchr/testify/issues/1354">#1354</a>)</li>
    <li>See full diff in <a href="https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/stretchr/testify&package-manager=go_modules&previous-version=1.8.3&new-version=1.8.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    227ee73 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump github.com/prometheus/common from 0.43.0 to 0.44.0 (F…

    …inschia#1015)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.43.0 to 0.44.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/prometheus/common/releases">github.com/prometheus/common's releases</a>.</em></p>
    <blockquote>
    <h2>v0.44.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Allow custom log.Logger by <a href="https://github.com/jkroepke"><code>@​jkroepke</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/474">prometheus/common#474</a></li>
    <li>Allow TLS settings to be specified inline by <a href="https://github.com/rfratto"><code>@​rfratto</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/472">prometheus/common#472</a></li>
    <li>Enable dependabot for sigv4 by <a href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/480">prometheus/common#480</a></li>
    <li>Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/486">prometheus/common#486</a></li>
    <li>Bump golang.org/x/net from 0.9.0 to 0.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/483">prometheus/common#483</a></li>
    <li>Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/485">prometheus/common#485</a></li>
    <li>Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/482">prometheus/common#482</a></li>
    <li>Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/489">prometheus/common#489</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/jkroepke"><code>@​jkroepke</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/common/pull/474">prometheus/common#474</a></li>
    <li><a href="https://github.com/rfratto"><code>@​rfratto</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/common/pull/472">prometheus/common#472</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.43.0...v0.43.1">https://github.com/prometheus/common/compare/v0.43.0...v0.43.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/prometheus/common/commit/94bf9828e56d9670579b28a9f78237d3cd8d0395"><code>94bf982</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/489">#489</a> from prometheus/dependabot/go_modules/sigv4/github.co...</li>
    <li><a href="https://github.com/prometheus/common/commit/211d8fc4fe80f8e10e8a86f302791f4423a5a399"><code>211d8fc</code></a> Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4</li>
    <li><a href="https://github.com/prometheus/common/commit/ac0672340e5d40ed48492d0ff562bbd2bc613a98"><code>ac06723</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/482">#482</a> from prometheus/dependabot/go_modules/golang.org/x/oa...</li>
    <li><a href="https://github.com/prometheus/common/commit/062aaeca9159a27ab55b03093baa2a9a8b4c6ea0"><code>062aaec</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/485">#485</a> from prometheus/dependabot/go_modules/sigv4/github.co...</li>
    <li><a href="https://github.com/prometheus/common/commit/24a8815b146428161542dfe78206acd03e628d24"><code>24a8815</code></a> Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4</li>
    <li><a href="https://github.com/prometheus/common/commit/27af2c40490023c253bce01d677b7279cdb17ec1"><code>27af2c4</code></a> Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0</li>
    <li><a href="https://github.com/prometheus/common/commit/2f0f5c4b6d958963f2a8d5447ad27ca7a931dcda"><code>2f0f5c4</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/483">#483</a> from prometheus/dependabot/go_modules/golang.org/x/ne...</li>
    <li><a href="https://github.com/prometheus/common/commit/96ade150bade73ca829fabb644117b38d7bc0c51"><code>96ade15</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/486">#486</a> from prometheus/dependabot/go_modules/sigv4/github.co...</li>
    <li><a href="https://github.com/prometheus/common/commit/68e477e0a9e4f8da916aea7749f8864bbc3bcc20"><code>68e477e</code></a> Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4</li>
    <li><a href="https://github.com/prometheus/common/commit/73645186918dfa40aff773e71f8c00a2ba0eb5d9"><code>7364518</code></a> Bump golang.org/x/net from 0.9.0 to 0.10.0</li>
    <li>Additional commits viewable in <a href="https://github.com/prometheus/common/compare/v0.43.0...v0.44.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/common&package-manager=go_modules&previous-version=0.43.0&new-version=0.44.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    6d8639a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. chore(deps): Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (Finsc…

    …hia#1020)
    
    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.15.0 to 1.16.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/spf13/viper/releases">github.com/spf13/viper's releases</a>.</em></p>
    <blockquote>
    <h2>v1.16.0</h2>
    
    <h2>What's Changed</h2>
    <h3>Enhancements 🚀</h3>
    <ul>
    <li>Sub parent inheritance by <a href="https://github.com/TaylorOno"><code>@​TaylorOno</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1056">spf13/viper#1056</a></li>
    <li>fix: fix typo by <a href="https://github.com/yquansah"><code>@​yquansah</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1523">spf13/viper#1523</a></li>
    <li>ci: add Go 1.20 to build matrix by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1506">spf13/viper#1506</a></li>
    <li>extend v.find() to handle stringToInt value types with stringToInt pflag <a href="https://redirect.github.com/spf13/viper/issues/1435">#1435</a>  by <a href="https://github.com/vorishirne"><code>@​vorishirne</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1462">spf13/viper#1462</a></li>
    <li>add:viper: allow to disable internal log messages by <a href="https://github.com/burgesQ"><code>@​burgesQ</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1483">spf13/viper#1483</a></li>
    <li>Allow ConfigParseError to unwrap by <a href="https://github.com/andig"><code>@​andig</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1433">spf13/viper#1433</a></li>
    </ul>
    <h3>Bug Fixes 🐛</h3>
    <ul>
    <li>fix: time.Duration slice type conversion by <a href="https://github.com/UrbanskiDawid"><code>@​UrbanskiDawid</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1498">spf13/viper#1498</a></li>
    </ul>
    <h3>Dependency Updates ⬆️</h3>
    <ul>
    <li>build(deps): bump mheap/github-action-required-labels from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1533">spf13/viper#1533</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/viper/pull/1526">spf13/viper#1526</a></li>
    <li>build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1519">spf13/viper#1519</a></li>
    <li>build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.6 to 2.0.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1516">spf13/viper#1516</a></li>
    <li>build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1515">spf13/viper#1515</a></li>
    <li>build(deps): bump github.com/spf13/afero from 1.9.3 to 1.9.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1518">spf13/viper#1518</a></li>
    <li>build(deps): bump github.com/sagikazarmark/crypt from 0.9.0 to 0.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1550">spf13/viper#1550</a></li>
    <li>build(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1551">spf13/viper#1551</a></li>
    <li>build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1553">spf13/viper#1553</a></li>
    <li>build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.0.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1555">spf13/viper#1555</a></li>
    </ul>
    <h3>Other Changes</h3>
    <ul>
    <li>Update main image to better handle dark background by <a href="https://github.com/Deleplace"><code>@​Deleplace</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1532">spf13/viper#1532</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/UrbanskiDawid"><code>@​UrbanskiDawid</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/1498">spf13/viper#1498</a></li>
    <li><a href="https://github.com/TaylorOno"><code>@​TaylorOno</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/1056">spf13/viper#1056</a></li>
    <li><a href="https://github.com/yquansah"><code>@​yquansah</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/1523">spf13/viper#1523</a></li>
    <li><a href="https://github.com/Azanul"><code>@​Azanul</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/1544">spf13/viper#1544</a></li>
    <li><a href="https://github.com/Deleplace"><code>@​Deleplace</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/1532">spf13/viper#1532</a></li>
    <li><a href="https://github.com/cfabianski"><code>@​cfabianski</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/1552">spf13/viper#1552</a></li>
    <li><a href="https://github.com/vorishirne"><code>@​vorishirne</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/1462">spf13/viper#1462</a></li>
    <li><a href="https://github.com/burgesQ"><code>@​burgesQ</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/1483">spf13/viper#1483</a></li>
    <li><a href="https://github.com/andig"><code>@​andig</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/1433">spf13/viper#1433</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/viper/compare/v1.15.0...v1.16.0">https://github.com/spf13/viper/compare/v1.15.0...v1.16.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/spf13/viper/commit/21a7fd828ed231bbe62068d6aafa5aa9f85dc79e"><code>21a7fd8</code></a> Allow ConfigParseError to unwrap (<a href="https://redirect.github.com/spf13/viper/issues/1433">#1433</a>)</li>
    <li><a href="https://github.com/spf13/viper/commit/53cdb5253a20be742fe6ca7008f58beda1a99c34"><code>53cdb52</code></a> chore: improve log messages</li>
    <li><a href="https://github.com/spf13/viper/commit/24ece16a9a4db83c5f5cd0b0fbe48370c42bcdcb"><code>24ece16</code></a> drop std' logger in favor of jww one</li>
    <li><a href="https://github.com/spf13/viper/commit/98b1b9fd42e7cbb7557e5c6426bb5ce4b6939a90"><code>98b1b9f</code></a> add:viper: allow to disable internal log messages</li>
    <li><a href="https://github.com/spf13/viper/commit/2ee16310d075301b5c6d25bb2014cc344b1d18bd"><code>2ee1631</code></a> extend viper's pflag binding to stringToInt pflag</li>
    <li><a href="https://github.com/spf13/viper/commit/86520578dce81d7d42e6b2018b0414821d62a967"><code>8652057</code></a> docs: Coder uses Viper</li>
    <li><a href="https://github.com/spf13/viper/commit/b850f3448fb4e98d2dd527788fd5dfee4d296f35"><code>b850f34</code></a> build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.0.8</li>
    <li><a href="https://github.com/spf13/viper/commit/23b123aba926534341d3825e3ee180196ec2c83c"><code>23b123a</code></a> doc: add bearer/bearer as projects using Viper</li>
    <li><a href="https://github.com/spf13/viper/commit/a0fed9f570074088c3f2e22fbfc3ef60d9be6d50"><code>a0fed9f</code></a> Update main image to better handle dark background</li>
    <li><a href="https://github.com/spf13/viper/commit/143e3bc9d96af0b9fdca3275746546621bc5c3c1"><code>143e3bc</code></a> build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3</li>
    <li>Additional commits viewable in <a href="https://github.com/spf13/viper/compare/v1.15.0...v1.16.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/viper&package-manager=go_modules&previous-version=1.15.0&new-version=1.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    d8ceec3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. feat!: migrate x/foundation FoundationTax into x/params (Finschia#999)

    * Remove relevant messages from proto
    
    * Remove relevant logics from x/foundation
    
    * Use x/param
    
    * Add migration logic
    
    * Update docs
    
    * Update CHANGELOG.md
    
    * Update x/foundation/foundation.go
    
    Co-authored-by: zemyblue <[email protected]>
    
    * Revert lint on protos
    
    ---------
    
    Co-authored-by: zemyblue <[email protected]>
    (cherry picked from commit e9fe906)
    0Tech authored and zemyblue committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    910a66b View commit details
    Browse the repository at this point in the history
  2. feat: add the api for querying next account number (Finschia#1011)

    * feat: add `NextAccountNumber` query api in cosmos.auth.v1beta1.query proto
    
    * feat: implement query account number in x/auth module
    
    * chore: update changelog.
    
    * fix: line error
    
    * fix: proto function typo
    
    (cherry picked from commit 94b5a52)
    zemyblue committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a9762dc View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Merge pull request Finschia#1035 from zemyblue/feat/apply_changes_v0.…

    …47.x
    
    feat: apply the changes from release v0.47.x branch
    zemyblue authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    616ff41 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. refactor: change the proof.proto path to third_party/proto/confio (Fi…

    …nschia#1037)
    
    * refactor: change the proof.proto path to third_party/proto/confio
    
    Signed-off-by: 170210 <[email protected]>
    
    * docs: update CHANGELOG.md
    
    Signed-off-by: 170210 <[email protected]>
    
    ---------
    
    Signed-off-by: 170210 <[email protected]>
    170210 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    97b78db View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. fix: unable to connect ledger nano S on Ubuntu (Finschia#1040)

    * fix: unable to connect ledger nano S on Ubuntu20.04, 22.04 by bump up ledger-cosmos-go module
    jaeseung-bae authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3e775ff View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. build: update golang version to 1.20 (Finschia#1043)

    * Update golang version to 1.20 and replace ostracon
    
    * Update golang versions in workflows & Dockerfiles
    
    * Fix version to string in workflows
    
    * Update snapshot test
    
    * Update CHANGELOG.md
    
    * Update lint action
    
    * Lint
    
    * Update lint target
    
    * Update docs
    
    * Revert replace
    0Tech authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    43555be View commit details
    Browse the repository at this point in the history
  2. fix: make x/foundation MsgExec propagate events (Finschia#1053)

    * Fix and update tests
    
    * Update CHANGELOG.md
    
    * Revert irrelevant changes
    0Tech authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f8840ed View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. chore(deps): Bump github.com/prometheus/client_golang from 1.15.1 to …

    …1.16.0 (Finschia#1029)
    
    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.15.1 to 1.16.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>v1.16.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>[BUGFIX] api: Switch to POST for LabelNames, Series, and QueryExemplars. <a href="https://redirect.github.com/prometheus/client_golang/issues/1252">#1252</a></li>
    <li>[BUGFIX] api: Fix undefined execution order in return statements. <a href="https://redirect.github.com/prometheus/client_golang/issues/1260">#1260</a></li>
    <li>[BUGFIX] native histograms: Fix bug in bucket key calculation. <a href="https://redirect.github.com/prometheus/client_golang/issues/1279">#1279</a></li>
    <li>[ENHANCEMENT] Reduce constrainLabels allocations for all metrics. <a href="https://redirect.github.com/prometheus/client_golang/issues/1272">#1272</a></li>
    <li>[ENHANCEMENT] promhttp: Add process start time header for scrape efficiency. <a href="https://redirect.github.com/prometheus/client_golang/issues/1278">#1278</a></li>
    <li>[ENHANCEMENT] promlint: Improve metricUnits runtime. <a href="https://redirect.github.com/prometheus/client_golang/issues/1286">#1286</a></li>
    </ul>
    
    <ul>
    <li>Merge v1.15 to main by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1250">prometheus/client_golang#1250</a></li>
    <li>Switch to POST for LabelNames, Series, and QueryExemplars to DoGetFallback by <a href="https://github.com/jacksontj"><code>@​jacksontj</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1252">prometheus/client_golang#1252</a></li>
    <li>✏️ [collectors]: fix typo in test assertion by <a href="https://github.com/vegerot"><code>@​vegerot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1153">prometheus/client_golang#1153</a></li>
    <li>Added interactive tutorial [kubeCon] by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1255">prometheus/client_golang#1255</a></li>
    <li>Fixed tutorial. by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1256">prometheus/client_golang#1256</a></li>
    <li>Bump golang.org/x/sys from 0.6.0 to 0.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1265">prometheus/client_golang#1265</a></li>
    <li>Cleanup proto use in tests by <a href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1264">prometheus/client_golang#1264</a></li>
    <li>Fix tutorial on WSL-based systems by <a href="https://github.com/marevers"><code>@​marevers</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1257">prometheus/client_golang#1257</a></li>
    <li>Fix undefined execution order in return statements by <a href="https://github.com/PiotrLewandowski323"><code>@​PiotrLewandowski323</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1260">prometheus/client_golang#1260</a></li>
    <li>Merge release 1.15.1 to main by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1267">prometheus/client_golang#1267</a></li>
    <li>GitHub Workflows security hardening by <a href="https://github.com/sashashura"><code>@​sashashura</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1180">prometheus/client_golang#1180</a></li>
    <li>add process start time header to client_golang prometheus by <a href="https://github.com/logicalhan"><code>@​logicalhan</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1278">prometheus/client_golang#1278</a></li>
    <li>Fix bug in bucket key calculation by <a href="https://github.com/beorn7"><code>@​beorn7</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1279">prometheus/client_golang#1279</a></li>
    <li>Bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1283">prometheus/client_golang#1283</a></li>
    <li>Reduce constrainLabels allocations by <a href="https://github.com/khasanovbi"><code>@​khasanovbi</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1272">prometheus/client_golang#1272</a></li>
    <li>added circleci as gh action YAML by <a href="https://github.com/krishnaduttPanchagnula"><code>@​krishnaduttPanchagnula</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1281">prometheus/client_golang#1281</a></li>
    <li>Improve metricUnits runtime by <a href="https://github.com/avlitman"><code>@​avlitman</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1286">prometheus/client_golang#1286</a></li>
    <li>Moving fully to GH actions. by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1288">prometheus/client_golang#1288</a></li>
    <li>Fix docstring references to renamed native histogram fields / functions. by <a href="https://github.com/juliusv"><code>@​juliusv</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1290">prometheus/client_golang#1290</a></li>
    <li>Fixed README &amp; CHANGELOG; Added fmt makefile command (+bingo) for easier contributions. by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1289">prometheus/client_golang#1289</a></li>
    <li></li>
    </ul>
    
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/vegerot"><code>@​vegerot</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1153">prometheus/client_golang#1153</a></li>
    <li><a href="https://github.com/marevers"><code>@​marevers</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1257">prometheus/client_golang#1257</a></li>
    <li><a href="https://github.com/PiotrLewandowski323"><code>@​PiotrLewandowski323</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1260">prometheus/client_golang#1260</a></li>
    <li><a href="https://github.com/sashashura"><code>@​sashashura</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1180">prometheus/client_golang#1180</a></li>
    <li><a href="https://github.com/logicalhan"><code>@​logicalhan</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1278">prometheus/client_golang#1278</a></li>
    <li><a href="https://github.com/khasanovbi"><code>@​khasanovbi</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1272">prometheus/client_golang#1272</a></li>
    <li><a href="https://github.com/krishnaduttPanchagnula"><code>@​krishnaduttPanchagnula</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1281">prometheus/client_golang#1281</a></li>
    <li><a href="https://github.com/avlitman"><code>@​avlitman</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1286">prometheus/client_golang#1286</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0">https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p>
    <blockquote>
    <h2>1.16.0 / 2023-06-15</h2>
    <ul>
    <li>[BUGFIX] api: Switch to POST for LabelNames, Series, and QueryExemplars. <a href="https://redirect.github.com/prometheus/client_golang/issues/1252">#1252</a></li>
    <li>[BUGFIX] api: Fix undefined execution order in return statements. <a href="https://redirect.github.com/prometheus/client_golang/issues/1260">#1260</a></li>
    <li>[BUGFIX] native histograms: Fix bug in bucket key calculation. <a href="https://redirect.github.com/prometheus/client_golang/issues/1279">#1279</a></li>
    <li>[ENHANCEMENT] Reduce constrainLabels allocations for all metrics. <a href="https://redirect.github.com/prometheus/client_golang/issues/1272">#1272</a></li>
    <li>[ENHANCEMENT] promhttp: Add process start time header for scrape efficiency. <a href="https://redirect.github.com/prometheus/client_golang/issues/1278">#1278</a></li>
    <li>[ENHANCEMENT] promlint: Improve metricUnits runtime. <a href="https://redirect.github.com/prometheus/client_golang/issues/1286">#1286</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/prometheus/client_golang/commit/3583c1e1d085b75cab406c78b015562d45552b39"><code>3583c1e</code></a> Cut v1.16.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1292">#1292</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/2feda42e447efac5bfe39bb226d7025af73c0947"><code>2feda42</code></a> Fixed README &amp; CHANGELOG; Added fmt makefile command (+bingo) for easier cont...</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/5b9cf9c6a891de0e7b5ec26d9f4326570a658d17"><code>5b9cf9c</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1290">#1290</a> from prometheus/fix-nh-docstring-refs</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/1b19d5f4589629067111815d0734a1ccbc245268"><code>1b19d5f</code></a> Fix docstring references to renamed native histogram fields / functions.</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/7352ab7f805ab3bf4d2144f3e8cac92d5caec263"><code>7352ab7</code></a> Moving fully to GH actions. (<a href="https://redirect.github.com/prometheus/client_golang/issues/1288">#1288</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/e4ff34d23eacb385c1a9d3d67c4d06aed042ebec"><code>e4ff34d</code></a> Improve metricUnits runtime (<a href="https://redirect.github.com/prometheus/client_golang/issues/1286">#1286</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/781ea2802473fd7aff2a92cb16244be57472a085"><code>781ea28</code></a> added circleci as gh action YAML (<a href="https://redirect.github.com/prometheus/client_golang/issues/1281">#1281</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/a09a1d34cbc74daa8ed70234b99467a30b020a40"><code>a09a1d3</code></a> Reduce constrainLabels allocations (<a href="https://redirect.github.com/prometheus/client_golang/issues/1272">#1272</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/8840afcfc2c3ff3d40357552dbc1d9d43c4bae67"><code>8840afc</code></a> Bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1283">#1283</a>)</li>
    <li><a href="https://github.com/prometheus/client_golang/commit/5e78d5f66b851fef874b783814b2e884df2798d0"><code>5e78d5f</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1279">#1279</a> from prometheus/beorn7/histogram</li>
    <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.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.15.1&new-version=1.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    You can trigger a rebase of this PR by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    > **Note**
    > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
    dependabot[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c3279ef View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (F…

    …inschia#1031)
    
    Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.31.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6613064 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. chore: Bump up Ostracon to 1.1.1 (Finschia#1057)

    * chore: Bump up Ostracon to 1.1.1
    
    * (fixup) Update CHANGELOG.md
    
    * (fixup) Using the tag of ostracon-v1.1.1
    
    * (fixup) Sync thrid_party(Tendermint/Ostracon) proto files
    tnasu authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2d437b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. docs: create ERRORS.md for x/module (Finschia#1059)

    * chore: create an automatic error document generation module
    
    Signed-off-by: 170210 <[email protected]>
    
    * docs: generate ERRORS.md for x/module
    
    Signed-off-by: 170210 <[email protected]>
    
    * chore: add a ci to check generated error docs up-to-date
    
    Signed-off-by: 170210 <[email protected]>
    
    * chore: update changelog
    
    Signed-off-by: 170210 <[email protected]>
    
    * refactor: fix for lint
    
    Signed-off-by: 170210 <[email protected]>
    
    * style: format yml file
    
    Signed-off-by: 170210 <[email protected]>
    
    * fixup: fix for review
    
    Signed-off-by: 170210 <[email protected]>
    
    * fixup: fix for review
    
    Signed-off-by: 170210 <[email protected]>
    
    * fixup: refactor by comment
    
    Signed-off-by: 170210 <[email protected]>
    
    * fixup: fix for comment
    
    Signed-off-by: 170210 <[email protected]>
    
    * fixup: fix for comment
    
    Signed-off-by: 170210 <[email protected]>
    
    ---------
    
    Signed-off-by: 170210 <[email protected]>
    170210 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ba75f8e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. docs: update links in x/foundation README.md (Finschia#1120)

    * Update README.md
    
    * Update CHANGELOG.md
    0Tech authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3b238f9 View commit details
    Browse the repository at this point in the history
  2. chore: fix tag comments in github actions workflow docker.yml (Finsch…

    …ia#1078)
    
    * Update docker.yml
    
    Fix some comments in workflows.
    
    * docs: add this PR to CHANGELOG
    loloicci authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8eb450b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    9e3a3da View commit details
    Browse the repository at this point in the history