fix: sequencer forwarding#106
Merged
barnabasbusa merged 2 commits intoethpandaops:mainfrom Dec 6, 2024
leovct:fix/sequencer-forwarding
Merged
fix: sequencer forwarding#106barnabasbusa merged 2 commits intoethpandaops:mainfrom leovct:fix/sequencer-forwarding
barnabasbusa merged 2 commits intoethpandaops:mainfrom
leovct:fix/sequencer-forwarding
Conversation
barnabasbusa
approved these changes
Dec 6, 2024
barnabasbusa
added a commit
that referenced
this pull request
Dec 16, 2024
🤖 I have created a release *beep* *boop* --- ## [1.2.0](1.1.0...1.2.0) (2024-12-13) ### Features * add miner to op-geth ([#98](#98)) ([01eccb4](01eccb4)) * add miner to op-reth ([#99](#99)) ([9bd409e](9bd409e)) * add option to deploy the package to an external layer 1 ([#104](#104)) ([a19a5fb](a19a5fb)) * integrate Rollup boost ([#105](#105)) ([df0aa48](df0aa48)) ### Bug Fixes * add miner as an api ([#97](#97)) ([349d815](349d815)) * image tag name ([#96](#96)) ([28d6a79](28d6a79)) * Readme ([#103](#103)) ([0d60a9d](0d60a9d)) * readme ([#93](#93)) ([1fb3de4](1fb3de4)) * remove additional example from network_params ([#107](#107)) ([b58e98e](b58e98e)) * sequencer forwarding ([#106](#106)) ([0505def](0505def)) * update default network params ([e0902cf](e0902cf)) * Update Nethermind scripts for Holocene ([#92](#92)) ([50f0193](50f0193)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Barnabas Busa <barnabas.busa@ethereum.org>
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
Closes #86
Configure sequencer forwarding to send transactions to the sequencer EL RPC endpoint instead of the CL RPC endpoint.
Nightly workflow: https://github.com/leovct/optimism-package/actions/runs/12199976016
Test
Without the fix:
{"jsonrpc":"2.0","id":0,"error":{"code":-32601,"message":"the method eth_sendRawTransaction does not exist/is not available"}}With the fix:
{"jsonrpc":"2.0","id":0,"result":"0x90dc459ccc7429d1cdef3c3e4e7caa069142312b65bfe45cd14b4ff8f6dcd803"}