Conversation
…-core-utils maintenance: remove event types from core utils
feat: clean up and comment aliasing utils
fix: remove branch restrictions for some workflows
ENG-1670 - improve proxyd metrics, support local rate limiter
The `docker-compose` setup uses features that are not available in all versions. This pins the `docker-compose` setup to version `3.4` instead of just `3`. It is known to work under the following versions: ``` $ uname -or 5.10.70-1-MANJARO GNU/Linux $ docker-compose --version Docker Compose version 2.0.1 $ docker --version Docker version 20.10.9, build c2ea9bc90b ```
The `gas-price` metric was renamed to `gas_price` as using a `-` is invalid syntax in a prometheus metric. Fixes #1819
gas-oracle: fix the gas price metric
feat: add CTC and SCC contract bindings
The old transaction batch serialization assumed that the correct chain id was used as there was a custom transaction serialization used. Now that the full RLP of the transactions are submitted to L1 for availability, it is possible to enable non EIP155 transactions. This allows for universal addresses to be used, where the same address exists across many chains. A test is updated to test specifically that transactions that are not protected with a chain id can be submitted and accepted by the sequencer.
When syncing from L2, all transactions were assumed to be protected. To prevent a network split for replicas, the DTL needs to check for transactions that are not protected and handle parsing the `v` parameter appropriately.
go/proxyd: Add support for additional SSL certs
ops: pin docker-compose version to 3.4
…d-txs l2geth: allow for unprotected txs
🦋 Changeset detectedLatest commit: cc02fdf The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
### Description Automated PR to update git submodules. Co-authored-by: github-merge-queue[bot] <118344674+github-merge-queue[bot]@users.noreply.github.com>
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
Merge develop to master