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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/program/solana-validator-1.10.26 into main
dependabot[bot] commented 2022-06-20 01:08:50 +00:00 (Migrated from github.com)

Bumps solana-validator from 1.7.0 to 1.10.26.

Release notes

Sourced from solana-validator's releases.

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
  • Include user requested CU in cost model and prioritized forwarding
  • CLI: Speed up fee check on program deployment

Testnet - v1.10.23

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

... (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.10.26. <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>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> <li>Include user requested CU in cost model and prioritized forwarding</li> <li>CLI: Speed up fee check on program deployment</li> </ul> <h2>Testnet - v1.10.23</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/solana-labs/solana/commit/1a0b783b26f1242aa126bf3cf91751fb82db2538"><code>1a0b783</code></a> core: disable quic servers on mainnet-beta (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26045">#26045</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/9b2420fca5e6487d8e3d76c74f5d7fe3665fc406"><code>9b2420f</code></a> tracks number of shreds sent and received at different distances from the roo...</li> <li><a href="https://github.com/solana-labs/solana/commit/c2fb636c7959e5bb11d440f26e18f4aadf0ec862"><code>c2fb636</code></a> Nitty code simplification (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26038">#26038</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26041">#26041</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/beda2cf479372ce71a737e374f46dff5e726d8e8"><code>beda2cf</code></a> UdpTpuConnection no longer restricts its local port to the 8000-10000 range (...</li> <li><a href="https://github.com/solana-labs/solana/commit/c567da4e63462f810658c1617d32e082dcb50ecd"><code>c567da4</code></a> Filter stakes by withdrawer (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25939">#25939</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26037">#26037</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/1dbc0dddb2dfff4d48cb540aee9d6473aa24d676"><code>1dbc0dd</code></a> Add ledger-tool bigtable upload loop (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26030">#26030</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26035">#26035</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/81b5a0a112e5941af9a2f0cd7c1230dc1a325d87"><code>81b5a0a</code></a> quic: Fix prune_oldest table size calculation (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25431">#25431</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26022">#26022</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/d2f61c7bb62111805120ae874c3404e2e1c99bba"><code>d2f61c7</code></a> Bump openssl in programs/bpf (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26024">#26024</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/66762893954d386296c2e208b5cf9ae4f68f7c38"><code>6676289</code></a> adds metric tracking wasted data buffer in shreds (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25972">#25972</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26011">#26011</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/5fe20eeec0837c28eb9495b681fccc8dca5c524c"><code>5fe20ee</code></a> Improve repair-roots help (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26008">#26008</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/26010">#26010</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana/compare/v1.7.0...v1.10.26">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.10.26)](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-22 00:38:53 +00:00 (Migrated from github.com)

Superseded by #96.

Superseded by #96.

Pull request closed

Sign in to join this conversation.
No description provided.