madara-alliance / madara

Madara is a powerful hybrid Starknet client written in Rust.
https://madara.build
Apache License 2.0
71 stars 25 forks source link

bug: `--sync-l1-disabled` option crash the node #225

Closed jbcaron closed 1 month ago

jbcaron commented 1 month ago

Is there an existing issue?

Description of bug

when launching Madara with the --sync-l1-disabled option without providing an L1 endpoint, the node crashes

thread 'main' panicked at crates/node/src/service/sync.rs:55:58:
called `Option::unwrap()` on a `None` value

Steps to reproduce

No response