Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 9095404

Browse files
authored
Merge branch 'main' into julien/docs-fixes
2 parents 85d6464 + 0cf7f16 commit 9095404

File tree

6 files changed

+869
-69
lines changed

6 files changed

+869
-69
lines changed

.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ function sidebarHome() {
415415
link: "/blog/sovereign-rollups-on-bitcoin",
416416
},
417417
{
418-
text: "Rollkit: The Unstoppable Stack",
419-
link: "/blog/rollkit-the-unstoppable-stack",
418+
text: "Rollkit: The First Sovereign Rollup Framework",
419+
link: "/blog/rollkit-the-first-sovereign-rollup-framework",
420420
},
421421
],
422422
},

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We love contributions from the community! Whether you're fixing typos, improving
2525
* Commit Changes: Make your changes and commit them with a clear and concise commit message.
2626
* Push & Create PR: Push your changes to your fork and create a pull request to the main branch of this repository.
2727

28-
Please ensure to review the detailed Contribution Guidelines above before making a pull request.
28+
Please ensure you review the detailed Contribution Guidelines above before making a pull request.
2929

3030
## Directory Structure
3131

learn/stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The [mempool](https://github.com/rollkit/rollkit/tree/main/mempool) is inspired
5555

5656
### Block manager
5757

58-
The [block manager](https://github.com/rollkit/rollkit/tree/main/block) contains routines `AggregationLoop`, `RetrieveLoop`, and `SyncLoop` that communicate through Go channels. These Go routines are ran when a Rollkit node starts up (`OnStart`). Only the sequencer nodes run `AggregationLoop` which controls the frequency of block production for a rollup with a timer as per the `BlockTime` in `BlockManager`.
58+
The [block manager](https://github.com/rollkit/rollkit/tree/main/block) contains routines `AggregationLoop`, `RetrieveLoop`, and `SyncLoop` that communicate through Go channels. These Go routines are run when a Rollkit node starts up (`OnStart`). Only the sequencer nodes run `AggregationLoop` which controls the frequency of block production for a rollup with a timer as per the `BlockTime` in `BlockManager`.
5959

6060
All nodes run `SyncLoop` which looks for the following operations:
6161

0 commit comments

Comments
 (0)