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

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

Bumps solana-validator from 1.7.0 to 1.10.12.

Release notes

Sourced from solana-validator's releases.

Testnet - v1.10.12

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

Changes

  • Banking stage: Deserialize packets only once
  • CLI improvements
  • Metrics improvements
  • Optimize connection cache eviction logic

Testnet - v1.10.11

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

Changes

  • Remove vote instruction counters
  • Report metric command queue size

Testnet - v1.10.10

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

Changes

  • Improved metrics
  • Stability improvement
  • Improve docs
  • Batch tpu calls in send-transaction-service
  • Various QUIC improvements
  • Increase default --maximum-local-snapshot-age to 2500

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

... (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.12. <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.12</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Banking stage: Deserialize packets only once</li> <li>CLI improvements</li> <li>Metrics improvements</li> <li>Optimize connection cache eviction logic</li> </ul> <h2>Testnet - v1.10.11</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Remove vote instruction counters</li> <li>Report metric command queue size</li> </ul> <h2>Testnet - v1.10.10</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Improved metrics</li> <li>Stability improvement</li> <li>Improve docs</li> <li>Batch tpu calls in send-transaction-service</li> <li>Various QUIC improvements</li> <li>Increase default --maximum-local-snapshot-age to 2500</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/solana-labs/solana/commit/d1bde1710a2a99fc7da639959bbb1cf842711441"><code>d1bde17</code></a> Update install-solana-cli docs with Homebrew instructions (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24909">#24909</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/ea3fe84f24bea749ae5b979f8123b4b2fb51d340"><code>ea3fe84</code></a> Move long-running local-cluster tests to local-cluster-slow (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24952">#24952</a>)...</li> <li><a href="https://github.com/solana-labs/solana/commit/6a50060ae669f4c2990cd0edd123a91f17984662"><code>6a50060</code></a> Banking stage: Deserialize packets only once (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24375">#24375</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/9f9b1e471820bdf8ac43ec0f41f2375e5f895bbf"><code>9f9b1e4</code></a> Add more banking stage benchmarks (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24248">#24248</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24919">#24919</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/827542eb0f15adfa51d10cdc81917d480805fb25"><code>827542e</code></a> Make nonblocking RpcClient examples use nonblocking RpcClient (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24916">#24916</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24953">#24953</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/bc2734455bffe32fce500264f8966e5e1847c346"><code>bc27344</code></a> default compute units per instruction (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24899">#24899</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24945">#24945</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/54415d8ef1e58d26390330c8dc18cb21350a8517"><code>54415d8</code></a> cli: Feature status improvements (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24745">#24745</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24849">#24849</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/199cfc8c84e3ef03990ea0553bdd2aaa158ef436"><code>199cfc8</code></a> Optimize connection cache eviction logic (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24911">#24911</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24924">#24924</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/cec02674daf6be80e237cae11c524f56c6cd1eb0"><code>cec0267</code></a> zk-token-sdk: verify WithdrawWithheldTokens proof under the correct context (...</li> <li><a href="https://github.com/solana-labs/solana/commit/1cc75aacd74ea707e8e39acea358dc4717675cab"><code>1cc75aa</code></a> Use RwLock instead of Mutex in QUIC connection cache (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24857">#24857</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24910">#24910</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana/compare/v1.7.0...v1.10.12">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.12)](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-05-10 00:35:43 +00:00 (Migrated from github.com)

Superseded by #73.

Superseded by #73.

Pull request closed

Sign in to join this conversation.
No description provided.