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

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

Bumps solana-validator from 1.7.0 to 1.10.18.

Release notes

Sourced from solana-validator's releases.

Testnet - v1.10.18

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

Changes

  • Add packet discard before dedup
  • Improve metrics
  • Fix banking stage starvation
  • Use batch send instead of individual send
  • Fix ledger-tool slot to output tx even when tx status is missing
  • Use async send for forwarding transactions
  • Modify rpc_completed_slot_service to be non-blocking
  • Move updating accounts data len from execute to commit
  • Support lz4 for snapshot archives

Testnet - v1.10.17

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

Changes

  • Don't drop transactions which use a request heap size ix
  • --rpc-pubsub-notification-threads 0 now turns off the internal PubSub notification machinery
  • Add API version to RPC context response

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

... (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.18. <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.18</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Add packet discard before dedup</li> <li>Improve metrics</li> <li>Fix banking stage starvation</li> <li>Use batch send instead of individual send</li> <li>Fix ledger-tool slot to output tx even when tx status is missing</li> <li>Use async send for forwarding transactions</li> <li>Modify rpc_completed_slot_service to be non-blocking</li> <li>Move updating accounts data len from execute to commit</li> <li>Support lz4 for snapshot archives</li> </ul> <h2>Testnet - v1.10.17</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Don't drop transactions which use a request heap size ix</li> <li><code>--rpc-pubsub-notification-threads 0</code> now turns off the internal PubSub notification machinery</li> <li>Add API version to RPC context response</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/solana-labs/solana/commit/f4a9697e16088090a13b7cf8ae6e61f3987b99e9"><code>f4a9697</code></a> stop logging misleading bank hash mismatch (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25427">#25427</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25477">#25477</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/ad6ca7312d4e095b849fed5e3c9467937ae6ea85"><code>ad6ca73</code></a> sigverify: add discard before dedup (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25388">#25388</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25469">#25469</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/256955f599711bce9ed8aafa331e2184d07b2664"><code>256955f</code></a> Update docs for validator identity change to include --no-wait-for-vote-to-st...</li> <li><a href="https://github.com/solana-labs/solana/commit/a3291b818509a623826a999bad2b3c531df1fb71"><code>a3291b8</code></a> FindPacketSenderStake: Improve metrics (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24971">#24971</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25456">#25456</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/7c279aa863c6d61c92aa36b52de5ea44b9745036"><code>7c279aa</code></a> fix banking stage starvation (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25245">#25245</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25345">#25345</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/bd9af64cd2d57906cd8fe01c288ab956a505fd0b"><code>bd9af64</code></a> Use batch send instead of individual send (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24628">#24628</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24752">#24752</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/35865425177455ce3ae53d6f7c1fd7261998d206"><code>3586542</code></a> Add packets and batches sent to quic client stats (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24442">#24442</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24528">#24528</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/b54b6a547bcddf7fd145f1c4dcae8a77721b001b"><code>b54b6a5</code></a> docs: Run browserlist db update (backport <a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25448">#25448</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25449">#25449</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/d38c4041988619f8010647d513f59b76eafdcd4f"><code>d38c404</code></a> CI: Add docs workflow (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25447">#25447</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/38b8fac9d2cf619ad6ab286ba995e3b071481414"><code>38b8fac</code></a> Fix flakey streamer_send_test (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25440">#25440</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/25445">#25445</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana/compare/v1.7.0...v1.10.18">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.18)](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-25 01:07:01 +00:00 (Migrated from github.com)

Superseded by #81.

Superseded by #81.

Pull request closed

Sign in to join this conversation.
No description provided.