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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/program/solana-validator-1.10.9 into main
dependabot[bot] commented 2022-04-20 00:39:03 +00:00 (Migrated from github.com)

Bumps solana-validator from 1.7.0 to 1.10.9.

Release notes

Sourced from solana-validator's releases.

Testnet - v1.10.9

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

Changes

  • Improve metrics
  • Reduce metrics/log spam
  • Only increment the signature count for the transactions that are successfully executed
  • Double the chunk size for sending the program binary data in tx
  • Add ability to interact with a Bigtable with a custom instance id
  • Various quic work

Note: The windows binaries are missing. We're working on this but in the meantime the 1.9.16 build includes windows binaries: https://github.com/solana-labs/solana/releases/tag/v1.9.16

Testnet - v1.10.8

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

Changes

  • Fix bug that prevented startup with --accounts-index-memory-limit-mb flag set

Testnet - v1.10.7

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

Changes

  • Exposes RpcClient::get_account_with_config (thx @​2501babe)
  • Fixes race at validator startup that can result in panic
  • Correct double-count of retryable, unexecuted transaction costs

NOTE: Building the workspace from source now requires cmake v3.16+ due to an updated dependency that dropped bundled sources

Testnet - v1.10.6

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

Changes

  • Fix snapshot bug that affected compatibility between minor versions
  • Metrics improvements

Testnet - v1.10.5

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

Changes

  • Add forwarding via TpuConnection
  • Improve metrics

Testnet - v1.10.4

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

Changes

  • Doc improvements
  • Add get_confirmed_blocks_with_data method for BigTable fetches

... (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.9. <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.9</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Improve metrics</li> <li>Reduce metrics/log spam</li> <li>Only increment the signature count for the transactions that are successfully executed</li> <li>Double the chunk size for sending the program binary data in tx</li> <li>Add ability to interact with a Bigtable with a custom instance id</li> <li>Various quic work</li> </ul> <p>Note: The windows binaries are missing. We're working on this but in the meantime the 1.9.16 build includes windows binaries: <a href="https://github.com/solana-labs/solana/releases/tag/v1.9.16">https://github.com/solana-labs/solana/releases/tag/v1.9.16</a></p> <h2>Testnet - v1.10.8</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Fix bug that prevented startup with --accounts-index-memory-limit-mb flag set</li> </ul> <h2>Testnet - v1.10.7</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Exposes <code>RpcClient::get_account_with_config</code> (thx <a href="https://github.com/2501babe"><code>@​2501babe</code></a>)</li> <li>Fixes race at validator startup that can result in panic</li> <li>Correct double-count of retryable, unexecuted transaction costs</li> </ul> <p><strong>NOTE:</strong> Building the workspace from source now requires <code>cmake v3.16+</code> due to an updated <a href="https://github-redirect.dependabot.com/tokio-rs/prost/pull/610">dependency that dropped bundled sources</a></p> <h2>Testnet - v1.10.6</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Fix snapshot bug that affected compatibility between minor versions</li> <li>Metrics improvements</li> </ul> <h2>Testnet - v1.10.5</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Add forwarding via TpuConnection</li> <li>Improve metrics</li> </ul> <h2>Testnet - v1.10.4</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Doc improvements</li> <li>Add get_confirmed_blocks_with_data method for BigTable fetches</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/f61b4f958353927e60baad60514a5cb85e081a6f"><code>f61b4f9</code></a> replaces counters with datapoints in gossip metrics (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24451">#24451</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24463">#24463</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/c3d21596b6b4cb279a156d61fabd42790fe0ec1e"><code>c3d2159</code></a> Fix signature count (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24471">#24471</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24478">#24478</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/7661a5eb133fdc522b0b3dc372cc1f0d63094503"><code>7661a5e</code></a> patches v1.10 build breakage (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24464">#24464</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/59b593a865f1eb34229fd73c50d261dc40c612c2"><code>59b593a</code></a> bench_tps test simplification (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24384">#24384</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24431">#24431</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/64964bfb58414692f8518d8684ec339a3432e58e"><code>64964bf</code></a> Implement QUIC connection warmup service for future leaders (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24054">#24054</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24445">#24445</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/d3c25e68b44713dd9b54e95aa76bd1e2cd0bc323"><code>d3c25e6</code></a> undo transaction cost from cost_tracker if it was not executed successfully (...</li> <li><a href="https://github.com/solana-labs/solana/commit/27722325fbfa68441ceccde373db0dbe315e3b82"><code>2772232</code></a> Separate staked and un-staked on quic tpu port (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24339">#24339</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24411">#24411</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/0fac1dc353a473f3826c9f04ab3fd1d025eed25f"><code>0fac1dc</code></a> cli: Fix resume deploy directions (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24422">#24422</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24423">#24423</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/002f61833248d1bf78b6770d3ccaf3cd84a29d0e"><code>002f618</code></a> add transaction update error to geyser plugin interface. (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24140">#24140</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24156">#24156</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/0d5656f58bc96cca9a7ebbfd6706757fd63f5b01"><code>0d5656f</code></a> Split out rust doc tests in CI (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24397">#24397</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24406">#24406</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana/compare/v1.7.0...v1.10.9">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.9)](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-04-27 00:44:12 +00:00 (Migrated from github.com)

Superseded by #64.

Superseded by #64.

Pull request closed

Sign in to join this conversation.
No description provided.