Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward eth_sendTransaction to the sequencer #7017

Merged
merged 7 commits into from
May 21, 2024
Merged

Conversation

deffrian
Copy link
Contributor

Fixes Closes Resolves #
In optimism we don't have local tx pool, so we need to forward all txs to the sequencer

Changes

  • Forward
  • StepDependencyException.ThrowIfNull

Types of changes

What types of changes does your code introduce?

  • Bugfix (a non-breaking change that fixes an issue)
  • New feature (a non-breaking change that adds functionality)
  • Breaking change (a change that causes existing functionality not to work as expected)
  • Optimization
  • Refactoring
  • Documentation update
  • Build-related changes
  • Other: Description

Testing

Requires testing

  • Yes
  • No

If yes, did you write tests?

  • Yes
  • No

Documentation

Requires documentation update

  • Yes
  • No

Requires explanation in Release Notes

  • Yes
  • No

@deffrian deffrian marked this pull request as ready for review May 15, 2024 05:52
@deffrian deffrian requested a review from flcl42 May 15, 2024 06:01
src/Nethermind/Chains/base-mainnet.json Outdated Show resolved Hide resolved
src/Nethermind/Chains/base-sepolia.json Outdated Show resolved Hide resolved
src/Nethermind/Chains/op-mainnet.json Outdated Show resolved Hide resolved
src/Nethermind/Chains/op-sepolia.json Outdated Show resolved Hide resolved
@deffrian deffrian requested a review from rubo as a code owner May 16, 2024 12:15
@deffrian deffrian merged commit 6743c8d into master May 21, 2024
68 checks passed
@deffrian deffrian deleted the fix/optimism-send-tx branch May 21, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants