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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/program/solana-validator-1.11.3 into main
dependabot[bot] commented 2022-07-13 00:30:05 +00:00 (Migrated from github.com)

Bumps solana-validator from 1.7.0 to 1.11.3.

Release notes

Sourced from solana-validator's releases.

Testnet - v1.11.3

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

Changes

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.31

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

Changes

  • Use client certs in QUIC to get peer's stake (backport #26477) (#26567)
  • Quic handshake timeout (backport #26306) (#26563)
  • Remove sender stakes from banking_stage buffer prioritization (backport #26512) (#26562)
  • preserves rent_epoch for rent exempt accounts (backport #26479) (#26518)
  • remote-wallet: add usb pids for ledger nano s plus (backport #26520) (#26523)
  • Refactor ConnectionCache::use_quic (backport #26235) (#26503)
  • client: Use async connection in async TPU client (backport #25969) (#26505)
  • Cleanup repair logging (backport #26461) (#26484)

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)

... (truncated)

Commits
  • 1db136a do not count 0 lamport accounts as rent-paying (#26514)
  • 36bd46b ancient append vec: reuse AccountsToStore (#26572)
  • 9985215 Make report_rocksdb_read_perf() to take a operation name. (#26351)
  • 26ad45e Add log for missing start_slot in blockstore_processor (#26566)
  • 8e8c6e6 Allow extending upgradeable program data account length (#26386)
  • 1c2f6a4 Bugfix: slots_connected snapshot_slot not full (#26506)
  • ea7448c Use client certs in QUIC to get peer's stake (#26477)
  • a3b0943 Remove sender stakes from banking_stage buffer prioritization (#26512)
  • ee0a409 Add validator argument log_messages_bytes_limit to change log truncation limit.
  • 458a872 explorer: mark verifiable builds as experimental (#26553)
  • Additional commits viewable in compare view

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.3. <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.3</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.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.31</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Use client certs in QUIC to get peer's stake (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26477">#26477</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26567">#26567</a>)</li> <li>Quic handshake timeout (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26306">#26306</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26563">#26563</a>)</li> <li>Remove sender stakes from banking_stage buffer prioritization (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26512">#26512</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26562">#26562</a>)</li> <li>preserves rent_epoch for rent exempt accounts (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26479">#26479</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26518">#26518</a>)</li> <li>remote-wallet: add usb pids for ledger nano s plus (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26520">#26520</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26523">#26523</a>)</li> <li>Refactor ConnectionCache::use_quic (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26235">#26235</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26503">#26503</a>)</li> <li>client: Use async connection in async TPU client (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25969">#25969</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26505">#26505</a>)</li> <li>Cleanup repair logging (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26461">#26461</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26484">#26484</a>)</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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/solana-labs/solana/commit/1db136a8beb31675370cdfcf37c997aeb99d9c7f"><code>1db136a</code></a> do not count 0 lamport accounts as rent-paying (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26514">#26514</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/36bd46becef50815cb5bec153ba42e05c74005c5"><code>36bd46b</code></a> ancient append vec: reuse AccountsToStore (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26572">#26572</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/9985215bc8d5ccc6a3a1369ae0e937d53f74303f"><code>9985215</code></a> Make report_rocksdb_read_perf() to take a operation name. (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26351">#26351</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/26ad45e723d786519daa25ee652eabc0a45d2d19"><code>26ad45e</code></a> Add log for missing start_slot in blockstore_processor (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26566">#26566</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/8e8c6e60ffd3b8ca01bc58a7ac04855d10dd0915"><code>8e8c6e6</code></a> Allow extending upgradeable program data account length (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26386">#26386</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/1c2f6a4c41c9215052963651bcdfc14128f1dca1"><code>1c2f6a4</code></a> Bugfix: slots_connected snapshot_slot not full (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26506">#26506</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/ea7448c5688f36922581c51f6f4644064929bb5b"><code>ea7448c</code></a> Use client certs in QUIC to get peer's stake (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26477">#26477</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/a3b094300b9b4fa133757f1a12d4f08d9da5eca9"><code>a3b0943</code></a> Remove sender stakes from banking_stage buffer prioritization (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26512">#26512</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/ee0a40937e191e4e5bcbeb9d1691bd0339db7986"><code>ee0a409</code></a> Add validator argument log_messages_bytes_limit to change log truncation limit.</li> <li><a href="https://github.com/solana-labs/solana/commit/458a872234b6f95b5c84cf119228a06391bd56a3"><code>458a872</code></a> explorer: mark verifiable builds as experimental (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26553">#26553</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana/compare/v1.7.0...v1.11.3">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.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] commented 2022-07-25 01:10:59 +00:00 (Migrated from github.com)

Superseded by #106.

Superseded by #106.

Pull request closed

Sign in to join this conversation.
No description provided.