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

ethexe: support guaranties to the codes validation #4418

Open
grishasobol opened this issue Dec 20, 2024 · 0 comments
Open

ethexe: support guaranties to the codes validation #4418

grishasobol opened this issue Dec 20, 2024 · 0 comments
Labels
C1-feature Feature request P1-asap High priority

Comments

@grishasobol
Copy link
Member

Problem to Solve

Currently if some code commitment would not applied by some reasons, then validators would not try to resend this commitment to sequencer. They would simply forget about this commitment and continue to work.

We need to give some guaranties to users that if they sent code for validation then soon or later this code would be validated.

Possible Solution

We have already mechanism like this for block commitments: validator tries to resent not applied block commitments each new block. May be we can make the same for codes:

  1. Store and propagate not committed codes queue in database.
  2. Each new block try to resend all code commitments in the queue.

Notes

No response

@grishasobol grishasobol added C1-feature Feature request P1-asap High priority labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C1-feature Feature request P1-asap High priority
Projects
None yet
Development

No branches or pull requests

1 participant