Open Issues Need Help
View All on GitHub [Bin] Log `ScrollChainConfig` on node start up about 1 month ago
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
[Watcher] Issue `NewBlock` notification before `Finalized` notification about 1 month ago
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