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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/program/solana-validator-1.11.1 into main
dependabot[bot] commented 2022-06-23 05:36:39 +00:00 (Migrated from github.com)

Bumps solana-validator from 1.7.0 to 1.11.1.

Release notes

Sourced from solana-validator's releases.

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

Mainnet - v1.10.27

This is a stable release suitable for use on Mainnet Beta

Changes

  • Introduces stubbed optimistic_slot column in ledger code for compatibility with ledgers created from running master 1.11 / master (solana-labs/solana#26131)
  • Allow compatibility with snapshots served by 1.11 / master nodes (solana-labs/solana#25805)

Upgrade notes

If you're upgrading from 1.9 to 1.10.27:

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

... (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.1. <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.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>Mainnet - v1.10.27</h2> <p>This is a stable release suitable for use on Mainnet Beta</p> <h2>Changes</h2> <ul> <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> <li>Allow compatibility with snapshots served by 1.11 / master nodes (<a href="https://github-redirect.dependabot.com/solana-labs/solana/pull/25805">solana-labs/solana#25805</a>)</li> </ul> <h2>Upgrade notes</h2> <p>If you're upgrading from 1.9 to 1.10.27:</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.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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/solana-labs/solana/commit/467c840df86285661a7f3cc40f54d5021d51f5c0"><code>467c840</code></a> Cleanup superseded neon specific feature (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26142">#26142</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/c4efb9f19e5c43a8da21926bfba4b8806e5fb15e"><code>c4efb9f</code></a> Stake cache size (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26071">#26071</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/e7597ab1fe867c50ec408e1c59c28a25a821c651"><code>e7597ab</code></a> chore:(deps): bump jsdom from 16.4.0 to 16.7.0 in /explorer (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26152">#26152</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/17cf010ae626a986776844a3b63ae3b187a48aa2"><code>17cf010</code></a> Tune stream timeout and reading after timeouts (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26133">#26133</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/55a7e53b9e801e9e803063d64709ecfdf8c6ec45"><code>55a7e53</code></a> chore: bump lru from 0.7.6 to 0.7.7 (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26140">#26140</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/4cfcfe51a07e4ce8b4de90cf6bb5c7689aa08994"><code>4cfcfe5</code></a> Update version bump check so it works on master branch (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26146">#26146</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/c5c2b44ecc69555567a41cc23fdc48e41fa17cae"><code>c5c2b44</code></a> adjust cached stake account compare for rent_epoch (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26135">#26135</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/1ea6a2cb91288d7f08ee130025a2aad6dce9b60d"><code>1ea6a2c</code></a> Extended interface for AccountOverrides (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25964">#25964</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/25dc0992ae66284c0161a433d38ffc6a3834920a"><code>25dc099</code></a> chore: bump crossbeam-channel from 0.5.4 to 0.5.5 (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26012">#26012</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/bafdb7dd625cdca01c0e03d677305053961ec155"><code>bafdb7d</code></a> Revert handle start_http failure in rpc_service (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25400">#25400</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26130">#26130</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana/compare/v1.7.0...v1.11.1">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.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] commented 2022-07-11 01:25:01 +00:00 (Migrated from github.com)

Superseded by #103.

Superseded by #103.

Pull request closed

Sign in to join this conversation.
No description provided.