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

chore(client): Improve Client Channel Walkback Efficiency #426

Open
refcell opened this issue Aug 12, 2024 · 0 comments
Open

chore(client): Improve Client Channel Walkback Efficiency #426

refcell opened this issue Aug 12, 2024 · 0 comments
Labels
A-client Area: client binary

Comments

@refcell
Copy link
Collaborator

refcell commented Aug 12, 2024

Description

In #424, the client is fixed to start channel_timeout number of blocks prior to the L1 origin of the trusted safe head. This is to adhere to the consensus rules instead of the current batcher policy to try and open a channel within a single L1 block.

To do this, kona's derivation pipeline needs to bubble up an error if the batch is unable to be decoded in the ChannelReader, an error should bubble up. This can then be used by the client to try again and walk back the channel_timeout.

@refcell refcell added the A-client Area: client binary label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-client Area: client binary
Projects
None yet
Development

No branches or pull requests

1 participant