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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/program/solana-validator-1.11.0 into main
dependabot[bot] commented 2022-06-22 00:38:49 +00:00 (Migrated from github.com)

Bumps solana-validator from 1.7.0 to 1.11.0.

Release notes

Sourced from solana-validator's releases.

Testnet - v1.11.0

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

Changes

Mainnet - v1.10.26

This is a stable release suitable for use on Mainnet Beta

Changes

  • Add VoteInstruction::AuthorizeWithSeed and VoteInstruction::AuthorizeWithSeedChecked instructions (#25928)
  • Add ability to use a non-default app profile id in bigtable requests (#25968) (contributed by dancoombs)
  • Enforce accounts data size limit per block in ReplayStage (#25524)
  • Use full local port range when allocating a UDP port to forward transactions (solana-labs/solana#26036)
  • Add hidden flag to enable QUIC servers for ClusterType::MainnetBeta to allow for further testing before a wider roll out (solana-labs/solana#26042)

Upgrade notes

If you're upgrading from 1.9 to 1.10.26:

  • OS network limit tests now produce an error by default. Consult the System Tuning section here or add --no-os-network-limits-test to your startup arguments
  • the validator dynamic port range must be at least 12 wide but can be made wider to handle future expansions. The ports specified with --dynamic-port-range will also need to be open in any firewalls. Recommended value: --dynamic-port-range 8000-8020

Mainnet - v1.10.25

This is a stable release suitable for use on Mainnet Beta

Changes

  • Cpu metrics
  • Reject durable nonce transactions not signed by authority
  • Reject durable nonce txs that don't use an advanceable nonce
  • permanently disables durable nonces with chain blockhash domain
  • Add a rustc option to strip environment information from path strings
  • Tracer metrics for sigverify, banking_stage buffering and forwarding
  • Fix new cost tracker with accounts data size limit
  • adds system instruction to upgrade legacy nonce versions
  • A default tower is no longer considered to contain a stray last vote

Upgrade notes

If you're upgrading from 1.9 to 1.10.25:

  • OS network limit tests now produce an error by default. Consult the System Tuning section here or add --no-os-network-limits-test to your startup arguments
  • the validator dynamic port range must be at least 12 wide but can be made wider to handle future expansions. The ports specified with --dynamic-port-range will also need to be open in any firewalls. Recommended value: --dynamic-port-range 8000-8020

Testnet - v1.10.24

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

Changes

  • Correct tracer packet detection bounds check
  • Add metrics
  • Fix bank executor stats and remove copy-on-write semantics
  • Separates durable nonce and blockhash domains
  • Increase accounts stack size to 8mb
  • Choose highest incremental snapshot first

... (truncated)

Commits
  • d2afa6b moves packet-hasher out of the mutex (#26091)
  • e344c84 Do not use UdpTpuConnection to forward votes (#26082)
  • a906924 replace send with sendmmsg (#25585)
  • 4f0cc62 update ubuntu image (#25690)
  • 84a1aae Fix incorrect total connection table size in the quic server when removing mu...
  • 1ee4b41 Support local CI on macOS
  • 611d2ec core: fix double-readlock in validator (#26053)
  • 95ea506 runtime: fix double-readlock in in_mem_accounts_index.rs (#26047)
  • 47e62ad removes feature gate code adding shred-type to shred seed (#25963)
  • f14a361 Fix build/test-bpf command line handling if run as cargo subcommand
  • 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.0. <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.0</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li></li> </ul> <h2>Mainnet - v1.10.26</h2> <p>This is a stable release suitable for use on Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Add <code>VoteInstruction::AuthorizeWithSeed</code> and <code>VoteInstruction::AuthorizeWithSeedChecked</code> instructions (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25928">#25928</a>)</li> <li>Add ability to use a non-default app profile id in bigtable requests (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25968">#25968</a>) (contributed by <a href="https://github.com/dancoombs">dancoombs</a>)</li> <li>Enforce accounts data size limit per block in ReplayStage (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25524">#25524</a>)</li> <li>Use full local port range when allocating a UDP port to forward transactions (<a href="https://github-redirect.dependabot.com/solana-labs/solana/pull/26036">solana-labs/solana#26036</a>)</li> <li>Add hidden flag to enable QUIC servers for ClusterType::MainnetBeta to allow for further testing before a wider roll out (<a href="https://github-redirect.dependabot.com/solana-labs/solana/pull/26042">solana-labs/solana#26042</a>)</li> </ul> <h2>Upgrade notes</h2> <p>If you're upgrading from 1.9 to 1.10.26:</p> <ul> <li>OS network limit tests now produce an error by default. Consult the <a href="https://docs.solana.com/running-validator/validator-start#system-tuning">System Tuning section here</a> or add <code>--no-os-network-limits-test</code> to your startup arguments</li> <li>the validator dynamic port range must be at least 12 wide but can be made wider to handle future expansions. The ports specified with <code>--dynamic-port-range</code> will also need to be open in any firewalls. Recommended value: <code>--dynamic-port-range 8000-8020</code></li> </ul> <h2>Mainnet - v1.10.25</h2> <p>This is a stable release suitable for use on Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Cpu metrics</li> <li>Reject durable nonce transactions not signed by authority</li> <li>Reject durable nonce txs that don't use an advanceable nonce</li> <li>permanently disables durable nonces with chain blockhash domain</li> <li>Add a rustc option to strip environment information from path strings</li> <li>Tracer metrics for sigverify, banking_stage buffering and forwarding</li> <li>Fix new cost tracker with accounts data size limit</li> <li>adds system instruction to upgrade legacy nonce versions</li> <li>A default tower is no longer considered to contain a stray last vote</li> </ul> <h2>Upgrade notes</h2> <p>If you're upgrading from 1.9 to 1.10.25:</p> <ul> <li>OS network limit tests now produce an error by default. Consult the <a href="https://docs.solana.com/running-validator/validator-start#system-tuning">System Tuning section here</a> or add <code>--no-os-network-limits-test</code> to your startup arguments</li> <li>the validator dynamic port range must be at least 12 wide but can be made wider to handle future expansions. The ports specified with <code>--dynamic-port-range</code> will also need to be open in any firewalls. Recommended value: <code>--dynamic-port-range 8000-8020</code></li> </ul> <h2>Testnet - v1.10.24</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Correct tracer packet detection bounds check</li> <li>Add metrics</li> <li>Fix bank executor stats and remove copy-on-write semantics</li> <li>Separates durable nonce and blockhash domains</li> <li>Increase accounts stack size to 8mb</li> <li>Choose highest incremental snapshot first</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/d2afa6b418eb5fda4f8ae446bdde1011bc7170ca"><code>d2afa6b</code></a> moves packet-hasher out of the mutex (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26091">#26091</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/e344c8476f5aa63860602923c5db68f5fc33b7f8"><code>e344c84</code></a> Do not use UdpTpuConnection to forward votes (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26082">#26082</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/a9069244f5fce155e5ba3b113ce128b3457c6968"><code>a906924</code></a> replace send with sendmmsg (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25585">#25585</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/4f0cc6224e1fb9fc4e503e3c61dcf8cda8128847"><code>4f0cc62</code></a> update ubuntu image (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25690">#25690</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/84a1aae5555d55598ba43fdf4b1a57fef04c904a"><code>84a1aae</code></a> Fix incorrect total connection table size in the quic server when removing mu...</li> <li><a href="https://github.com/solana-labs/solana/commit/1ee4b412b23d1573e62d33f1b531199e70ac66cf"><code>1ee4b41</code></a> Support local CI on macOS</li> <li><a href="https://github.com/solana-labs/solana/commit/611d2ec73c4af61fdebe427d52cd3b4d79046a4c"><code>611d2ec</code></a> core: fix double-readlock in validator (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26053">#26053</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/95ea506d750310cd82074a26290e108f059661bb"><code>95ea506</code></a> runtime: fix double-readlock in in_mem_accounts_index.rs (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26047">#26047</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/47e62add5bd9dfec86462cc27ea0935083b20c1a"><code>47e62ad</code></a> removes feature gate code adding shred-type to shred seed (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25963">#25963</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/f14a361854945f2d064cc5156ecb977304dc8671"><code>f14a361</code></a> Fix build/test-bpf command line handling if run as cargo subcommand</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana/compare/v1.7.0...v1.11.0">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.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] commented 2022-06-23 05:36:41 +00:00 (Migrated from github.com)

Superseded by #98.

Superseded by #98.

Pull request closed

Sign in to join this conversation.
No description provided.