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
- Taiko Prover: Part of the Taiko Client, generates state transition proofs for the rollup
21
20
22
-
- Taiko Driver: Part of the Taiko Client, handles the rollup ([Taiko documentation](https://github.com/taiko-eth/taiko))
21
+
- Taiko Driver: Part of the Taiko Client, handles following the rollup
23
22
24
-
- Taiko Proposer: Part of the Taiko Client, proposes the rollup ([Taiko documentation](https://github.com/taiko-eth/taiko))
23
+
- Taiko Proposer: Part of the Taiko Client, proposes new blocks to the rollup
25
24
26
25
## How is Surge different from the Taiko Stack
27
26
28
-
We customized the implementation of the Taiko stack to remove token dependencies and provide a more secure and transparent experience.
27
+
We customized the implementation of the Taiko stack to remove token dependencies and allowed utilizing Ether for use as a bond in block proposal.
28
+
29
29
Performance improevements were made by swapping out the execution client from TaikoGeth to using the NMC [(NMC documentation) https://github.com/NethermindEth/nethermind].
30
30
31
31
Time-Locked owner: We modified the multisig implementation to have a 45 day timelock to be compliant with Stage2 requirements set forth by L2Beat
@@ -36,9 +36,4 @@ Disabled pausing of protocol and peripheral contracts: The owner cannot pause th
36
36
37
37
2/3 proof verifier as the sole proof verifier: We have three proof systems: SGX, SP1, Risc0. At least 2 of 3 of the provers must agree on a state transition for the transition to be accepted.
38
38
39
-
## Goals
40
-
41
-
- Be Stage 2 from launch
42
-
- Provide Gigagas performance
43
-
- Be maximally ethereum aligned by being based
44
-
- Enable seamless composability with L1 and other rollups
39
+
Disabled contestatino window as we only have one proving system and no other tiers. This makes Surge a ZkRollup and not an Optimistic one.
0 commit comments