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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/program/solana-validator-1.10.8 into main
dependabot[bot] commented 2022-04-12 00:35:47 +00:00 (Migrated from github.com)

Bumps solana-validator from 1.7.0 to 1.10.8.

Release notes

Sourced from solana-validator's releases.

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
  • vote-authorize-voter now accepts either the vote or withdraw authority
  • Use QUIC client in voting service
  • Add ability to get the latest incremental snapshot via RPC
  • Throttle index adding to allow disk flushing to keep up and reduce startup ram usage
  • Validator arg--only-known-rpc requires a --known-validator

Testnet - v1.10.3

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

Changes

  • Improve metrics
  • Improve documentation
  • Add CLI support for versioned transactions

... (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.8. <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.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> <li><code>vote-authorize-voter</code> now accepts either the vote or withdraw authority</li> <li>Use QUIC client in voting service</li> <li>Add ability to get the latest incremental snapshot via RPC</li> <li>Throttle index adding to allow disk flushing to keep up and reduce startup ram usage</li> <li>Validator arg<code>--only-known-rpc</code> requires a <code>--known-validator</code></li> </ul> <h2>Testnet - v1.10.3</h2> <p>This is a Testnet release. It is not recommended for Mainnet Beta</p> <h2>Changes</h2> <ul> <li>Improve metrics</li> <li>Improve documentation</li> <li>Add CLI support for versioned transactions</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/623ac6567b6e10ab6ea5c96091e6dc81f2967baa"><code>623ac65</code></a> AcctIdx: fix infinite loop (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/23806">#23806</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/23816">#23816</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/a628034eb5bfc703c112a750b349bac75af81f95"><code>a628034</code></a> Bump version to v1.10.8</li> <li><a href="https://github.com/solana-labs/solana/commit/8bce2dd446580cf5be036e8819642b448ed14186"><code>8bce2dd</code></a> Address review comments</li> <li><a href="https://github.com/solana-labs/solana/commit/60020632c1ca78dcd8531e2ac7a84275c4db18fe"><code>6002063</code></a> Unittest for cost tracker after process_and_record_transactions</li> <li><a href="https://github.com/solana-labs/solana/commit/864253a85b1df28517bef76a6896845d184e262b"><code>864253a</code></a> Adjustments to cost_tracker updates</li> <li><a href="https://github.com/solana-labs/solana/commit/637ac7933b197a6acd55af80b962473f59b4f7ba"><code>637ac79</code></a> - Only commit successfully executed transactions' cost to cost_tracker;</li> <li><a href="https://github.com/solana-labs/solana/commit/5a29e95f71dc6a51d3bdb5d1d7ac0eaefa0a1e18"><code>5a29e95</code></a> v1.10: Bump tonic, tonic-build, prost, and etcd-client (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24157">#24157</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/ba72f347e476ca003147e6c4ad34b37cd49a2fa4"><code>ba72f34</code></a> Move duplicate-block proposal (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24167">#24167</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24181">#24181</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/720ad8563252b8598fd0ed15405b0f2e81018855"><code>720ad85</code></a> providing clarity on airdrop amount constraints (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24115">#24115</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24178">#24178</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/e5623d288edf445d94971ece6b4b3c66aac72fe8"><code>e5623d2</code></a> removes legacy weighted_shuffle and weighted_best methods (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24125">#24125</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24139">#24139</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana/compare/v1.7.0...v1.10.8">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.8)](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-20 00:39:05 +00:00 (Migrated from github.com)

Superseded by #61.

Superseded by #61.

Pull request closed

Sign in to join this conversation.
No description provided.