Optimism trust assumptions - discussion thread #2124
Closed
panoel
started this conversation in
Protocol / feature design discussion
Replies: 2 comments
-
When running an Optimism node for the guardian we have to pick one of two choices:
The Optimism watcher is using GetLastBlockNumber() and GetTotalElements() to associate a L2 block to an L1 block. The watcher then waits for the associated L1 block to be finalized before labeling the associated L2 block as finalized. When GetTotalElements() returns an L2 index. That L2 index has already been submitted to L1. |
Beta Was this translation helpful? Give feedback.
0 replies
-
discussed in #2018 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Optimism watcher needs to have trust assumptions documented inside the code.
Beta Was this translation helpful? Give feedback.
All reactions