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

feat(examples): Remove Trusted Sync #469

Closed
refcell opened this issue Aug 30, 2024 · 1 comment
Closed

feat(examples): Remove Trusted Sync #469

refcell opened this issue Aug 30, 2024 · 1 comment

Comments

@refcell
Copy link
Collaborator

refcell commented Aug 30, 2024

Description

The trusted-sync binary is an extremely lightweight implementation of a consensus node that offloads payload validation to a "trusted" rpc. Effectively, it's used to verify that the derivation pipeline (in the kona-derive crate) is producing valid payload attributes over the abstracted RPC providers - L1 provider, beacon client, L2 provider (for validating payload attributes).

An effort is in the works to create a fully-featured L2 consensus client in https://github.com/paradigmxyz/op-rs. This will also provide backwards-compatible support with trusted-sync to run in "trusted" validation mode.

The output of this ticket is to remove the trusted sync example from kona, as well as any accompanying jobs, tests, or other references. Notably, the trusted sync docker image github action workflow will need to be sunset in favor of a docker image with https://github.com/paradigmxyz/op-rs. (Note here to @refcell - replace trusted-sync in kubernetes - maybe even remove and just run reth + hera + op-reth?).

@refcell
Copy link
Collaborator Author

refcell commented Oct 3, 2024

Closed by #621

@refcell refcell closed this as completed Oct 3, 2024
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

No branches or pull requests

1 participant