mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps the go_modules group with 2 updates: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `github.com/cometbft/cometbft` from 0.38.8 to 0.38.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cometbft/cometbft/releases">github.com/cometbft/cometbft's releases</a>.</em></p> <blockquote> <h2>v0.38.12</h2> <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.12/CHANGELOG.md#v03812">CHANGELOG</a> for this release.</p> <h2>v0.38.11</h2> <p><a href="https://github.com/cometbft/cometbft/blob/v0.38.11/CHANGELOG.md#v03811">CHANGELOG</a></p> <h2>v0.38.10</h2> <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.10/CHANGELOG.md#v03810">CHANGELOG</a> for this release.</p> <h2>v0.38.9</h2> <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.9/CHANGELOG.md#v0389">CHANGELOG</a> for this release.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cometbft/cometbft/blob/v0.38.12/CHANGELOG.md">github.com/cometbft/cometbft's changelog</a>.</em></p> <blockquote> <h2>v0.38.12</h2> <p><em>September 3, 2024</em></p> <p>This release includes a security fix for the light client and is recommended for all users.</p> <h3>BUG FIXES</h3> <ul> <li><code>[light]</code> Cross-check proposer priorities in retrieved validator sets (<a href="https://github.com/cometbft/cometbft/security/advisories/GHSA-g5xx-c4hv-9ccc">#ASA-2024-009</a>)</li> <li><code>[privval]</code> Ignore duplicate privval listen when already connected (<a href="https://redirect.github.com/cometbft/cometbft/issues/3828">#3828</a></li> </ul> <h3>DEPENDENCIES</h3> <ul> <li><code>[crypto/secp256k1]</code> Adjust to breaking interface changes in <code>btcec/v2</code> latest release, while avoiding breaking changes to local CometBFT functions (<a href="https://redirect.github.com/cometbft/cometbft/pull/3728">#3728</a>)</li> </ul> <h3>IMPROVEMENTS</h3> <ul> <li><code>[types]</code> Check that proposer is one of the validators in <code>ValidateBasic</code> (<a href="https://github.com/cometbft/cometbft/security/advisories/GHSA-g5xx-c4hv-9ccc">#ASA-2024-009</a>)</li> <li><code>[e2e]</code> Add <code>log_level</code> option to manifest file (<a href="https://redirect.github.com/cometbft/cometbft/pull/3819">#3819</a>).</li> <li><code>[e2e]</code> Add <code>log_format</code> option to manifest file (<a href="https://redirect.github.com/cometbft/cometbft/issues/3836">#3836</a>).</li> </ul> <h2>v0.38.11</h2> <p><em>August 12, 2024</em></p> <p>This release fixes a panic in consensus where CometBFT would previously panic if there's no extension signature in non-nil Precommit EVEN IF vote extensions themselves are disabled.</p> <p>It also includes a few other bug fixes and performance improvements.</p> <h3>BUG FIXES</h3> <ul> <li><code>[types]</code> Only check IFF vote is a non-nil Precommit if extensionsEnabled types (<a href="https://redirect.github.com/cometbft/cometbft/issues/3565">#3565</a>)</li> </ul> <h3>IMPROVEMENTS</h3> <ul> <li><code>[indexer]</code> Fixed ineffective select break statements; they now point to their enclosing for loop label to exit (<a href="https://redirect.github.com/cometbft/cometbft/issues/3544">#3544</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="9722b6dfa1
"><code>9722b6d</code></a> v0.38.12 (<a href="https://redirect.github.com/cometbft/cometbft/issues/3982">#3982</a>)</li> <li><a href="52c00a537f
"><code>52c00a5</code></a> Merge commit from fork</li> <li><a href="f2ae0f4d1e
"><code>f2ae0f4</code></a> build(deps): Bump github.com/cosmos/gogoproto from 1.4.11 to 1.7.0 (<a href="https://redirect.github.com/cometbft/cometbft/issues/3912">#3912</a>)</li> <li><a href="cbedf6d7f2
"><code>cbedf6d</code></a> build(deps): Bump github.com/BurntSushi/toml from 1.2.1 to 1.4.0 (<a href="https://redirect.github.com/cometbft/cometbft/issues/3908">#3908</a>)</li> <li><a href="1013c80759
"><code>1013c80</code></a> test(mempool): Add two <code>Update</code> benchmarks (backport <a href="https://redirect.github.com/cometbft/cometbft/issues/3873">#3873</a>) (<a href="https://redirect.github.com/cometbft/cometbft/issues/3892">#3892</a>)</li> <li><a href="2fb0cdd429
"><code>2fb0cdd</code></a> build(deps): Bump github.com/rs/cors from 1.8.3 to 1.11.1 (<a href="https://redirect.github.com/cometbft/cometbft/issues/3907">#3907</a>)</li> <li><a href="dcbf35967f
"><code>dcbf359</code></a> build(deps): Bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.3.0 (<a href="https://redirect.github.com/cometbft/cometbft/issues/3906">#3906</a>)</li> <li><a href="8de81d5e39
"><code>8de81d5</code></a> build(deps): Bump golang.org/x/net from 0.26.0 to 0.28.0 (<a href="https://redirect.github.com/cometbft/cometbft/issues/3905">#3905</a>)</li> <li><a href="221c7445ae
"><code>221c744</code></a> fix(privval): CV ignore duplicate privval listen when connected (backport <a href="https://redirect.github.com/cometbft/cometbft/issues/38">#38</a>...</li> <li><a href="969c8d1d92
"><code>969c8d1</code></a> mempool: Fix the benchmarks (backport <a href="https://redirect.github.com/cometbft/cometbft/issues/934">#934</a>) (<a href="https://redirect.github.com/cometbft/cometbft/issues/3893">#3893</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cometbft/cometbft/compare/v0.38.8...v0.38.12">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/grpc` from 1.64.0 to 1.64.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.64.1</h2> <h1>Dependencies</h1> <ul> <li>Update x/net/http2 to address <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-45288">CVE-2023-45288</a> (<a href="https://redirect.github.com/grpc/grpc-go/issues/7352">#7352</a>)</li> <li>metadata: remove String method from MD to make printing consistent (<a href="https://redirect.github.com/grpc/grpc-go/issues/7374">#7374</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4d833de0e0
"><code>4d833de</code></a> Change version to 1.64.1 (<a href="https://redirect.github.com/grpc/grpc-go/issues/7381">#7381</a>)</li> <li><a href="e9193a4298
"><code>e9193a4</code></a> *: update deps (<a href="https://redirect.github.com/grpc/grpc-go/issues/7375">#7375</a>)</li> <li><a href="ab292411dd
"><code>ab29241</code></a> metadata: remove String method (<a href="https://redirect.github.com/grpc/grpc-go/issues/7374">#7374</a>)</li> <li><a href="355b9a557b
"><code>355b9a5</code></a> Change version to 1.64.1-dev (<a href="https://redirect.github.com/grpc/grpc-go/issues/7219">#7219</a>)</li> <li>See full diff in <a href="https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/onsonr/sonr/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Prad Nukala <prad@sonr.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Prad Nukala <prad@sonr.io>
sonr
- Sonr Chain
Overview
Sonr is a combination of decentralized primitives. Fundamentally, it is a peer-to-peer identity and asset management system that leverages DID documents, Webauthn, and IPFS—providing users with a secure, portable decentralized identity.
Stats
Acknowledgements
Sonr would not have been possible without the direct and indirect support of the following individuals:
- Juan Benet: For the IPFS Ecosystem.
- Satoshi Nakamoto: For Bitcoin.
- Steve Jobs: For User first UX.
- Tim Berners-Lee: For the Internet.
Community & Support
Description
Languages
Go
97.2%
Shell
0.9%
Makefile
0.6%
JavaScript
0.5%
Rust
0.5%
Other
0.2%