2 Open Issues Need Help Last updated: Jul 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add logging statements to the `node` crate's `main.rs` file to print the `ScrollChainConfig` structure's contents to the console when the Scroll rollup node starts. This will aid in debugging and monitoring the node's configuration.

Complexity: 2/5
enhancement good first issue node

AI Summary: Modify the Scroll rollup node's watcher crate to ensure that `NewBlock` notifications are always sent before `Finalized` notifications, even in cases of provider errors. This involves refactoring the `handle_finalized_block` and `handle_latest_block` functions to return notifications and prioritizing `NewBlock` in the channel.

Complexity: 4/5
good first issue watcher