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

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

Bumps solana-validator from 1.7.0 to 1.10.15.

Release notes

Sourced from solana-validator's releases.

Testnet - v1.10.15

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

Changes

  • Lower default batch size to 64 and add 2 banking threads
  • Prioritize transactions in banking stage by their compute unit price
  • Block packets in vote-only mode
  • support 64-bit prioritization fee
  • Add sanitized types for use in banking stage

Testnet - v1.10.14

This release is being skipped. Please use v1.10.15 instead.

Testnet - v1.10.13

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

Changes

  • Fix RPC freeze issue
  • Update docs
  • Improve metrics
  • Greedy receive in banking stage

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

... (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.15. <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.15</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Lower default batch size to 64 and add 2 banking threads</li> <li>Prioritize transactions in banking stage by their compute unit price</li> <li>Block packets in vote-only mode</li> <li>support 64-bit prioritization fee</li> <li>Add sanitized types for use in banking stage</li> </ul> <h2>Testnet - v1.10.14</h2> <p>This release is being skipped. Please use <a href="https://github.com/solana-labs/solana/releases/tag/v1.10.15">v1.10.15</a> instead.</p> <h2>Testnet - v1.10.13</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Fix RPC freeze issue</li> <li>Update docs</li> <li>Improve metrics</li> <li>Greedy receive in banking stage</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/solana-labs/solana/commit/37f9d3c176f8e9f795b8970c33ca995e14b0996d"><code>37f9d3c</code></a> Backport GHSA-wxrh-ff9f-fc6w (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25252">#25252</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/31ddfbd351ba972d2fd6f88483a49f1627d91b93"><code>31ddfbd</code></a> Avoid multiple base58 encodes for all votes when no <code>voteSubscribe</code> is disabl...</li> <li><a href="https://github.com/solana-labs/solana/commit/aeb1756d01234f31271c62b31a0080feb8ece9c3"><code>aeb1756</code></a> Bump sbf-tools version to 1.26</li> <li><a href="https://github.com/solana-labs/solana/commit/10e75c90b2ac5bd38db96749eb4a9b409d1829f1"><code>10e75c9</code></a> ci: Remove downstream anchor projects (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25266">#25266</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25271">#25271</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/9bd318a3eebf80bdaefc98bdbb13e5ebecac3e49"><code>9bd318a</code></a> Bump version to 1.10.15 (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25251">#25251</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/27471b9bcfcb9c130ea6c92556d51ff9fc8bdd0e"><code>27471b9</code></a> SigVerify: Add total time metrics for dedup/discard/verify (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24768">#24768</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24935">#24935</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/28326efa066fb196cef5bffccdc1fee85d39db28"><code>28326ef</code></a> Lower default batch size to 64 and add 2 banking threads (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25226">#25226</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25233">#25233</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/beec16db80646969e142c7f01e34a8213f869a00"><code>beec16d</code></a> Add sender stake to quic packets (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25054">#25054</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25066">#25066</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/fa4e344302dd70261b2f6afbe1b349de7f166ec7"><code>fa4e344</code></a> docs: Remove redundant and incorrect tx priority details (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25239">#25239</a>) (#...</li> <li><a href="https://github.com/solana-labs/solana/commit/c9d51a9dc7666fceb24e5461c7632b57faf72bba"><code>c9d51a9</code></a> Prioritize transactions in banking stage by their compute unit price (backpor...</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana/compare/v1.7.0...v1.10.15">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.15)](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-19 00:38:29 +00:00 (Migrated from github.com)

Superseded by #78.

Superseded by #78.

Pull request closed

Sign in to join this conversation.
No description provided.