chore(deps): bump solana-validator from 1.7.0 to 1.11.2 in /program #103

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/program/solana-validator-1.11.2 into main
dependabot[bot] commented 2022-07-11 01:24:59 +00:00 (Migrated from github.com)

Bumps solana-validator from 1.7.0 to 1.11.2.

Release notes

Sourced from solana-validator's releases.

Testnet - v1.11.2

This is a Testnet release. It is not recommended for Mainnet Beta

Changes

Testnet - v1.11.1

This is a Testnet release. It is not recommended for Mainnet Beta

Changes

Testnet - v1.11.0

This is a Testnet release. It is not recommended for Mainnet Beta

Changes

Testnet - v1.10.30

This is a Testnet release. It is not recommended for Mainnet Beta

Changes

  • Fix a bug where node could deviate from cluster consensus after restarting from snapshot (#26394)
  • Missing privkey, add 2nd feature key (backport #26415) (#26423)
  • Document using ldb to drop rocksdb column families for downgrade scenarios (backport #26424) (#26474)
  • Forward packets by prioritization in desc order (backport #25406) (#26434)
  • Update openssl-src to fix cargo audit (backport #26410) (#26412)
  • BigtableUploadService: recheck first_available_block (backport #26347) (#26361)
  • Implement randomized pruning of QUIC connection from staked peers (backport #26299) (#26346)
  • Use correct QUIC connection table for removing the entry (backport #26328) (#26335)
  • Fix bug in retransmit stats where slot stats are erroneously dropped (backport #26317) (#26324)

Mainnet - v1.10.29

This is a stable release suitable for use on Mainnet Beta

Changes

  • featture: add custom version HTTP header string to RPC requests (#26308)
  • Detect and reject invalid AccountInfo reallocations
  • Close QUIC connection before dropping the entry (#26269) (#26302)
  • Fix active vote account close error (#26250) (#26297)
  • Enable wire compression in Solana CLI and Rust client (#26236) (#26275)

Mainnet - v1.10.28

This is a stable release suitable for use on Mainnet Beta

Changes

  • Fix QUIC unwrap bug (#26277) (#26270)
  • Support token-2022 in RPC account parsing
  • Introduces stubbed optimistic_slot column in ledger code for compatibility with ledgers created from running master 1.11 / master (solana-labs/solana#26131)

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [solana-validator](https://github.com/solana-labs/solana) from 1.7.0 to 1.11.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/solana-labs/solana/releases">solana-validator's releases</a>.</em></p> <blockquote> <h2>Testnet - v1.11.2</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li></li> </ul> <h2>Testnet - v1.11.1</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li></li> </ul> <h2>Testnet - v1.11.0</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li></li> </ul> <h2>Testnet - v1.10.30</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Fix a bug where node could deviate from cluster consensus after restarting from snapshot (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26394">#26394</a>)</li> <li>Missing privkey, add 2nd feature key (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26415">#26415</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26423">#26423</a>)</li> <li>Document using ldb to drop rocksdb column families for downgrade scenarios (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26424">#26424</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26474">#26474</a>)</li> <li>Forward packets by prioritization in desc order (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25406">#25406</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26434">#26434</a>)</li> <li>Update openssl-src to fix cargo audit (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26410">#26410</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26412">#26412</a>)</li> <li>BigtableUploadService: recheck first_available_block (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26347">#26347</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26361">#26361</a>)</li> <li>Implement randomized pruning of QUIC connection from staked peers (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26299">#26299</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26346">#26346</a>)</li> <li>Use correct QUIC connection table for removing the entry (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26328">#26328</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26335">#26335</a>)</li> <li>Fix bug in retransmit stats where slot stats are erroneously dropped (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26317">#26317</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26324">#26324</a>)</li> </ul> <h2>Mainnet - v1.10.29</h2> <p>This is a stable release suitable for use on Mainnet Beta</p> <h2>Changes</h2> <ul> <li>featture: add custom version HTTP header string to RPC requests (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26308">#26308</a>)</li> <li>Detect and reject invalid AccountInfo reallocations</li> <li>Close QUIC connection before dropping the entry (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26269">#26269</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26302">#26302</a>)</li> <li>Fix active vote account close error (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26250">#26250</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26297">#26297</a>)</li> <li>Enable wire compression in Solana CLI and Rust client (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26236">#26236</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26275">#26275</a>)</li> </ul> <h2>Mainnet - v1.10.28</h2> <p>This is a stable release suitable for use on Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Fix QUIC unwrap bug (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26277">#26277</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26270">#26270</a>)</li> <li>Support token-2022 in RPC account parsing</li> <li>Introduces stubbed optimistic_slot column in ledger code for compatibility with ledgers created from running master 1.11 / master (<a href="https://github-redirect.dependabot.com/solana-labs/solana/pull/26131">solana-labs/solana#26131</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/solana-labs/solana/commit/c9f1d01e794fb27131a159786dc5b18409b61af6"><code>c9f1d01</code></a> refactor, add GetUniqueAccountsResult (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26457">#26457</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/8e64b5883e2bb18c6bd4de97bac38b345abdb350"><code>8e64b58</code></a> restore population of 'accounts' metric in rent collection (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26454">#26454</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/72256ac54d49023ba9bf0fec0bbd65a8c9b49685"><code>72256ac</code></a> use iter for append vecs (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26459">#26459</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/5e8e1beeb5947604af7d7aea43c98cb0cf610474"><code>5e8e1be</code></a> chore: bump serial_test from 0.6.0 to 0.8.0 (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26463">#26463</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/938be88ae9d917cddd56fbc6f1537a455f99d9d3"><code>938be88</code></a> Bump typenum from 1.14.0 to 1.15.0 to fix SIGILL during build (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26471">#26471</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/8416090732033f82ead11e0b971e161605da703f"><code>8416090</code></a> Clean up <code>enable_durable_nonce</code> feature (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26470">#26470</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/eb6a722ebac60456b9a030ab803fee5f4e616700"><code>eb6a722</code></a> Clean up <code>nonce_must_be_writable</code> feature (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26444">#26444</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/b3a47de1ce2fae7f185b1014df1685f80c43cd55"><code>b3a47de</code></a> improve startup stats for rent payers (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26432">#26432</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/6f4838719b2127b7356b3e91ca1983c4e7e16c08"><code>6f48387</code></a> decouples shreds sig-verify from tpu vote and transaction packets (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26300">#26300</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/9723a33d2f09cb770883c605ee96ce64666722d8"><code>9723a33</code></a> Uses <code>BorrowedAccount</code> instead of <code>AccountSharedData</code> in program-test. (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26456">#26456</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana/compare/v1.7.0...v1.11.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=solana-validator&package-manager=cargo&previous-version=1.7.0&new-version=1.11.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] commented 2022-07-13 00:30:07 +00:00 (Migrated from github.com)

Superseded by #104.

Superseded by #104.

Pull request closed

Sign in to join this conversation.
No description provided.