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

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

Bumps solana-validator from 1.7.0 to 1.10.24.

Release notes

Sourced from solana-validator's releases.

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

Changes

  • Disable durable nonce transactions feature on ClusterType::MainnetBeta after slot 135986379

Testnet - v1.10.22

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

Changes

Testnet - v1.10.21

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

Changes

  • Add feature to correct timestamp to cluster stake-weighted media and help prevent clock drift due to slow blocks
  • Metrics improvements
  • Ignore rocksdb directories when unpacking genesis archive
  • Add docs to solana_program::program

Testnet - v1.10.20

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

Changes

  • Bump executor cache max entries
  • Add pre shrink pass before sigverify batch
  • Stop double counting execution timings
  • Store missing unupdated executors earlier
  • Check fee payer before loading all accounts
  • Simplify Serialize/Deserialize implementations for ShredType
  • FindPacketSenderStake: Remove parallelism to improve performance
  • Add invoke logging to builtin programs that don't have it yet
  • includes shred-type when computing turbine broadcast seed
  • Fix packet accounting after dedup
  • Make PacketBatch packets vector non-public
  • Find epoch start slot for estimated time elapsed

... (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.24. <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.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> <h2>Changes</h2> <ul> <li>Disable durable nonce transactions feature on ClusterType::MainnetBeta after slot 135986379</li> </ul> <h2>Testnet - v1.10.22</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.21</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Add feature to correct timestamp to cluster stake-weighted media and help prevent clock drift due to slow blocks</li> <li>Metrics improvements</li> <li>Ignore rocksdb directories when unpacking genesis archive</li> <li>Add docs to solana_program::program</li> </ul> <h2>Testnet - v1.10.20</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Bump executor cache max entries</li> <li>Add pre shrink pass before sigverify batch</li> <li>Stop double counting execution timings</li> <li>Store missing unupdated executors earlier</li> <li>Check fee payer before loading all accounts</li> <li>Simplify Serialize/Deserialize implementations for ShredType</li> <li>FindPacketSenderStake: Remove parallelism to improve performance</li> <li>Add invoke logging to builtin programs that don't have it yet</li> <li>includes shred-type when computing turbine broadcast seed</li> <li>Fix packet accounting after dedup</li> <li>Make PacketBatch packets vector non-public</li> <li>Find epoch start slot for estimated time elapsed</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/15456493b4161ca0c673995f3cd0c69b815a945a"><code>1545649</code></a> cpi charge for executables (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24396">#24396</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25795">#25795</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/ea9b3ce1a3fbda078ff69f4b2dc3e7e90e3873a8"><code>ea9b3ce</code></a> perf: correct tracer packet detection bounds check</li> <li><a href="https://github.com/solana-labs/solana/commit/cf8521eb5a37bdfba9dde1fa4177ca7f90bae085"><code>cf8521e</code></a> Add new replay metrics for replay blockstore_into_bank and complete (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25717">#25717</a>) ...</li> <li><a href="https://github.com/solana-labs/solana/commit/5eb6c4a5494cb155fe29aa14d8ce44ade2ff86e2"><code>5eb6c4a</code></a> Remove unwrap (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25538">#25538</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25737">#25737</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/88e393484ca495098b69141fca26017c3c782832"><code>88e3934</code></a> Add metrics to vote account close feature (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25746">#25746</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25763">#25763</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/13d3f88b3e76e7f8676a0c59beaaa7d840078952"><code>13d3f88</code></a> Fix bank executor stats and remove copy-on-write semantics (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25621">#25621</a>) ...</li> <li><a href="https://github.com/solana-labs/solana/commit/e2e669291d97e7b61e2ef264afc86a6bd9752560"><code>e2e6692</code></a> separates durable nonce and blockhash domains (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25744">#25744</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25781">#25781</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/62c5044654d322d56f0fdc06c696c5a315ddbb7e"><code>62c5044</code></a> Increase accounts stack size to 8mb (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25592">#25592</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25769">#25769</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/8bf09972dbe2e2a354f4beb4729bf12123631729"><code>8bf0997</code></a> fix ordering in disk idx (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25735">#25735</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25736">#25736</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/5d9c48eacc2c6fb80d22bc6d1806110db082fbd4"><code>5d9c48e</code></a> choose highest incremental snapshot first (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25584">#25584</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25747">#25747</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana/compare/v1.7.0...v1.10.24">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.24)](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-13 01:13:00 +00:00 (Migrated from github.com)

Superseded by #91.

Superseded by #91.

Pull request closed

Sign in to join this conversation.
No description provided.