build(deps): bump rustls from 0.23.27 to 0.23.31#54
Open
dependabot[bot] wants to merge 8 commits intov3.1-triton-publicfrom
Open
build(deps): bump rustls from 0.23.27 to 0.23.31#54dependabot[bot] wants to merge 8 commits intov3.1-triton-publicfrom
dependabot[bot] wants to merge 8 commits intov3.1-triton-publicfrom
Conversation
0c4925f to
fc50bf8
Compare
fc50bf8 to
d03ec25
Compare
Contributor
Author
|
A newer version of rustls exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Adds a patch that allows more complex queries for gPA.
Adds a new geyser plugin notification that fires when transactions are deserialized from shreds (deshredded), before any replay or execution occurs. This hooks into CompletedDataSetsService which receives callbacks from the blockstore when data sets (entries) are formed from incoming shreds. This is the earliest point where complete transaction data is available. Key differences from the existing transaction notifier: - Fires before replay/execution, not after - Does not include TransactionStatusMeta (no execution results available yet) - Cannot provide accurate transaction/entry indices since data sets arrive as shreds complete, not in slot order New geyser plugin interface: - ReplicaDeshredTransactionInfo: contains signature, is_vote, and transaction - notify_deshred_transaction(): called for each transaction when deshredded - deshred_transaction_notifications_enabled(): opt-in for plugins Implementation: - DeshredTransactionNotifier trait in solana-ledger - DeshredTransactionNotifierImpl in solana-geyser-plugin-manager - Integration in CompletedDataSetsService and Validator
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.27 to 0.23.31. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.27...v/0.23.31) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.31 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
217b979 to
2a18a5a
Compare
d5b1f25 to
477ff30
Compare
6549613 to
efa7c30
Compare
efa7c30 to
8d701da
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps rustls from 0.23.27 to 0.23.31.
Commits
647ece1Prepare 0.23.31b2831e7rustls-bench: short circuit single threaded tests668231fImprove testing of non-blockingcomplete_io()5e5d629complete_io: make non-blocking error return reachable2a852c0Exitcomplete_ioloop as soon as no progress is made2f487cfrustls-test: withdrawFailsReadshelper41bfb22rustls-test: add helper for non-blocking IO tests0ccbc63Cargo: rustls version 0.23.29 -> 0.23.304c16f03Fix: Do not try to call deframer on junk data6b9df65sign: make public_key_to_spki() publicYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)