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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/program/solana-validator-1.10.7 into main
dependabot[bot] commented 2022-04-11 01:09:11 +00:00 (Migrated from github.com)

Bumps solana-validator from 1.7.0 to 1.10.7.

Release notes

Sourced from solana-validator's releases.

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
  • Fix duplicate account translation in CPI
  • Quic Connection Cache
  • Rename AccountsDb plugins to Geyser plugins
  • Create leader schedule before processing blockstore
  • Separate remotely downloaded snapshot archives
  • Add the following two hidden experimental validator arguments that might help reduce disk-write-bytes of the ledger store by 15% to 30%.

... (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.7. <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.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> <li>Fix duplicate account translation in CPI</li> <li>Quic Connection Cache</li> <li>Rename AccountsDb plugins to Geyser plugins</li> <li>Create leader schedule before processing blockstore</li> <li>Separate remotely downloaded snapshot archives</li> <li>Add the following two hidden experimental validator arguments that might help reduce disk-write-bytes of the ledger store by 15% to 30%.</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/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><a href="https://github.com/solana-labs/solana/commit/ad530d73ceddf227adf0ed2ccb03f3cb19cca226"><code>ad530d7</code></a> Bump lru crate (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24151">#24151</a>)</li> <li><a href="https://github.com/solana-labs/solana/commit/36122a27af0f306284c1e45f64077d59368246c1"><code>36122a2</code></a> reduces gossip crds stats (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24132">#24132</a>) (<a href="https://github-redirect.dependabot.com/solana-labs/solana/issues/24144">#24144</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana/compare/v1.7.0...v1.10.7">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.7)](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-12 00:35:48 +00:00 (Migrated from github.com)

Superseded by #55.

Superseded by #55.

Pull request closed

Sign in to join this conversation.
No description provided.