This repository was archived by the owner on Jul 14, 2026. It is now read-only.
build(deps): bump enum-iterator from 0.8.1 to 1.4.0 - #15
Open
dependabot[bot] wants to merge 8 commits into
Open
Conversation
linuskendall
force-pushed
the
v1.14-geyser-block-v2
branch
from
March 7, 2023 06:03
3891fee to
a220cfd
Compare
fanatid
force-pushed
the
v1.14-geyser-block-v2
branch
from
May 19, 2023 12:54
a220cfd to
71fb57d
Compare
Juanito87
force-pushed
the
v1.14-geyser-block-v2
branch
from
June 6, 2023 21:16
71fb57d to
24e4141
Compare
Contributor
Author
|
A newer version of enum-iterator 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 [enum-iterator](https://github.com/stephaneyfx/enum-iterator) from 0.8.1 to 1.4.0. - [Release notes](https://github.com/stephaneyfx/enum-iterator/releases) - [Commits](stephaneyfx/enum-iterator@0.8.1...1.4.0) --- updated-dependencies: - dependency-name: enum-iterator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
changed the base branch from
v1.14-geyser-block-v2
to
v3.1-triton-public
February 9, 2026 13:52
dependabot
Bot
force-pushed
the
dependabot/cargo/enum-iterator-1.4.0
branch
from
February 9, 2026 13:52
00f4b54 to
07f9e7e
Compare
leafaar
force-pushed
the
v3.1-triton-public
branch
from
February 10, 2026 13:57
d5b1f25 to
477ff30
Compare
leafaar
force-pushed
the
v3.1-triton-public
branch
from
March 4, 2026 17:04
6549613 to
efa7c30
Compare
WilfredAlmeida
force-pushed
the
v3.1-triton-public
branch
from
March 10, 2026 10:20
efa7c30 to
8d701da
Compare
WilfredAlmeida
force-pushed
the
v3.1-triton-public
branch
from
March 31, 2026 04:45
8d701da to
9d2aae0
Compare
leafaar
force-pushed
the
v3.1-triton-public
branch
2 times, most recently
from
April 10, 2026 18:00
9209003 to
c33647a
Compare
leafaar
force-pushed
the
v3.1-triton-public
branch
from
April 26, 2026 14:30
5192da6 to
6f2d729
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 enum-iterator from 0.8.1 to 1.4.0.
Commits
e750844Bump versions1304644Test derivation for struct without fieldsf2995f3Simplify generated code for variants without fields35cd31eDecrease generated code compilation timee47ea9fBump versione6bb420Usethen_somefor constants2ed528bAdd more documentatione783403Bump versions3adab1cImprove enum traversalc79d71bImplementSequencefor arraysYou 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 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)