Skip to content

Comments

wip: Add transaction replay tool#2318

Closed
Inphi wants to merge 7 commits intoethereum-optimism:developfrom
Inphi:feat/tx-replay-script
Closed

wip: Add transaction replay tool#2318
Inphi wants to merge 7 commits intoethereum-optimism:developfrom
Inphi:feat/tx-replay-script

Conversation

@Inphi
Copy link
Contributor

@Inphi Inphi commented Mar 11, 2022

This adds a tool that synchronizes a sequencer using transactions in PubSub. tx-replay synchronizes transactions published by another sequencer's.

@changeset-bot
Copy link

changeset-bot bot commented Mar 11, 2022

⚠️ No Changeset found

Latest commit: 72eb02a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov-commenter
Copy link

codecov-commenter commented Mar 11, 2022

Codecov Report

Merging #2318 (72eb02a) into develop (779709f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2318   +/-   ##
========================================
  Coverage    80.08%   80.08%           
========================================
  Files           77       77           
  Lines         2460     2460           
  Branches       450      450           
========================================
  Hits          1970     1970           
  Misses         490      490           
Flag Coverage Δ
contracts 99.29% <ø> (ø)
core-utils 86.77% <ø> (ø)
data-transport-layer 49.72% <ø> (ø)
sdk 55.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 779709f...72eb02a. Read the comment docs.

@mslipper
Copy link
Collaborator

Is this still relevant now that there is an in-process subscriber?

@Inphi
Copy link
Contributor Author

Inphi commented Mar 18, 2022

Is this still relevant now that there is an in-process subscriber?

This is no longer relevant. This functionality will be built into l2geth.

@Inphi Inphi closed this Mar 18, 2022
theochap pushed a commit that referenced this pull request Dec 10, 2025
### Description

Add untrusted rpc validation.

By default, this leaves rpc endpoints as _trusted_ to avoid the
performance hit.

Down the road, these flags can be set to `false` by default which will
force the providers to validate rpc responses.

Closes #2318
theochap pushed a commit that referenced this pull request Jan 14, 2026
### Description

Add untrusted rpc validation.

By default, this leaves rpc endpoints as _trusted_ to avoid the
performance hit.

Down the road, these flags can be set to `false` by default which will
force the providers to validate rpc responses.

Closes #2318
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ops Area: ops

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants