feat: let test CI run on all release branches#568
Merged
karlfloersch merged 3 commits intomasterfrom Apr 23, 2021
Merged
Conversation
|
Contributor
|
I dont want to bikeshed on this too much but what if it was |
tynes
approved these changes
Apr 22, 2021
54cf894 to
1f89f62
Compare
InoMurko
referenced
this pull request
in omgnetwork/optimism
May 25, 2021
* feat: let test CI run on all release branches * style: *rc * Add quotes around rc
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
Simplifies the deserialization of numeric fields in `OpExecutionPayload` by directly deserializing them as `U64` values instead of going through string deserialization with `alloy_serde::quantity::deserialize`. The following fields are affected: - `block_number` - `gas_limit` - `gas_used` - `timestamp` - `blob_gas_used` - `excess_blob_gas` This change: - Removes unnecessary string allocations during deserialization - Simplifies the code by removing the `IntoDeserializer` dependency - Aligns with similar fixes made in the main alloy repository Related to alloy-rs/alloy#2684 Co-authored-by: Claude <noreply@anthropic.com>
emhane
pushed a commit
that referenced
this pull request
Feb 4, 2026
Revert all the changes made as part of the hybrid storage experiment.
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.
Description
Makes the CI run on all branches which start with
vindicating that it is a 'version' branch which we can use to prototype breaking changes.Notes:
vbranches so I didn't include themrelease.yml