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

finalize_block API 요청시, 다음 확정할 블록넘버를 포함시켜 전달하기 위한 작업 #2

Open
k930503 opened this issue Jan 9, 2025 · 0 comments
Assignees

Comments

@k930503
Copy link
Collaborator

k930503 commented Jan 9, 2025

기존 SBB에서는 블록을 확정할 때, 블록 넘버를 1씩 증가시키며 order commitment를 만들었음.
단, 옵티미즘에서는 SBB 트랜잭션 처리로 블록 생성이 지연될 경우, 이후 블록을 빈 블록으로 빠르게 생성해내서 항상 최신 블록을 유지함.
그렇기 때문에, 블록 확정을 번호 순서대로 1씩 증가하며 SBB의 블록을 처리할 수 없는 구조임.
이러한 이유로, SBB에서 OP-Geth가 finalize_block 요청을 할 때 전달한 다음 확정할 블록 넘버를 다음 order commitment를 만들 수 있도록 OP-Geth측에서 관련한 작업이 필요한 상황.

@k930503 k930503 self-assigned this Jan 9, 2025
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