You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: governance/delegation-interop.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,21 @@ The new storage values will be used to keep track of both the voting power that
46
46
non-migrated tokens. Indexers will now need to be aware of the events being emitted on both OP mainnet and the other L2's that implement the `GovToken` to show checkpoints that have yet
47
47
to be processed on the mainnet contract. Each L2 will now have the total cumulative voting power for every partial delegation. Vote retrieval on mainnet will take in a parameter that specifies the height of the latest block it cares about of a given L2 chain.
48
48
49
+
```mermaid
50
+
sequenceDiagram
51
+
participant delegate
52
+
participant GovernanceDelegationA as GovernanceDelegation (Chain A)
53
+
participant GovernanceDelegationB as GovernanceDelegation (Chain B)
54
+
participant Inbox as CrossL2Inbox
55
+
participant Messenger_A as L2ToL2CrossDomainMessenger (Chain A)
56
+
participant Messenger_B as L2ToL2CrossDomainMessenger (Chain B)
0 commit comments