Skip to content

Commit 3d48a8e

Browse files
author
Ahmad Bitar
committed
Extra fixes
1 parent d16f4dd commit 3d48a8e

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

docs/About/architecture.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ Each of the components in our architecture serves a specific purpose:
1616

1717
### Components of Taiko Stack
1818

19-
- Taiko Prover: Part of the Taiko Client, generates proofs for the rollup [
20-
([Taiko documentation](https://github.com/taiko-eth/taiko))
19+
- Taiko Prover: Part of the Taiko Client, generates state transition proofs for the rollup
2120

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
2322

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
2524

2625
## How is Surge different from the Taiko Stack
2726

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+
2929
Performance improevements were made by swapping out the execution client from TaikoGeth to using the NMC [(NMC documentation) https://github.com/NethermindEth/nethermind].
3030

3131
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
3636

3737
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.
3838

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.

docs/intro.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Surge is a maximally aligned, high-performance Ethereum rollup built on modified
88

99
## What is Surge?
1010

11-
Surge is a novel high-performance, and censorship-resistant Ethereum rollup meant as a technical showcase that is designed to be:
11+
Surge is a high-performance, and censorship-resistant Ethereum rollup template meant as a technical showcase that is designed to be:
1212

13-
- A based rollup with maximum Ethereum alignment
13+
- based with maximum Ethereum alignment
1414
- Stage 2 from launch
1515
- Provide Gigagas performance
1616
- Censorship resistant
@@ -22,12 +22,6 @@ Surge is a novel high-performance, and censorship-resistant Ethereum rollup mean
2222

2323
Learn about the [Surge Architecture](./About/architecture)
2424

25-
## Roadmap
26-
27-
- Surge Testnet Alpha will be rolled out anchoring on Holesky
28-
- Surge Testnet will be rolled out anchoring on Hoodi
29-
- Surge Mainnet will be rolled out anchoring on Ethereum Mainnet
30-
3125
## Deploying your DApp on surge
3226

3327
Follow our [DApp Deployment Guideline](./Guides/deploy-dapps/deploy-on-surge)
@@ -38,12 +32,12 @@ Follow the [Running Surge](./Guides/running-surge) guide
3832

3933
## Key Features
4034

41-
- Stage 2 from Launch
4235
- Uses ETH as a gas token
4336
- Gigagas Per Second gas throughput
4437
- ZK proving system with multiple proving options
4538
- Cross-layer composability support (Coming soon)
4639
- Open source & Maximally Ethereum Aligned
40+
- Owner multisig have a 45 days timelock on any action to allow users ample time to exit with their funds.
4741

4842
## Goals
4943

0 commit comments

Comments
 (0)