### Describe the feature 1. Merge `--features risc0` with -- --proof-gen flags 2. in main.rs, Claude modified topic by adding mut and cloned fork[https://github.com/DimitriosMitsios/ream/blob/1f85daa2154c312011f4daaebd0283007771c4bc/bin/ream/src/main.rs#L183C1-L203C1]( https://github.com/DimitriosMitsios/ream/blob/1f85daa2154c312011f4daaebd0283007771c4bc/bin/ream/src/main.rs#L183C1-L203C1) 3. IMPORTANT In message.rs we modified `LeanGossipSubMessage` removing `PartialEq, Eq`. Is this acceptable for the Ream team? [https://github.com/DimitriosMitsios/ream/blob/1f85daa2154c312011f4daaebd0283007771c4bc/crates/networking/p2p/src/gossipsub/lean/message.rs#L12](https://github.com/DimitriosMitsios/ream/blob/1f85daa2154c312011f4daaebd0283007771c4bc/crates/networking/p2p/src/gossipsub/lean/message.rs#L12) 4. We used bincode to deserialise `block_proof` in contrast to ssz ethereum library that was used for the rest of gossipsub messages, is it acceptable? [https://github.com/DimitriosMitsios/ream/blob/1f85daa2154c312011f4daaebd0283007771c4bc/crates/networking/p2p/src/gossipsub/lean/message.rs#L34](https://github.com/DimitriosMitsios/ream/blob/1f85daa2154c312011f4daaebd0283007771c4bc/crates/networking/p2p/src/gossipsub/lean/message.rs#L34) 5. Check Cargo.toml files especially the one include `ream-chain-lean` with `optional = true` ### Additional context _No response_
Describe the feature
--features risc0with -- --proof-gen flagsLeanGossipSubMessageremovingPartialEq, Eq. Is this acceptable for the Ream team?ream/crates/networking/p2p/src/gossipsub/lean/message.rs
Line 12 in 1f85daa
block_proofin contrast to ssz ethereum library that was used for the rest of gossipsub messages, is it acceptable?ream/crates/networking/p2p/src/gossipsub/lean/message.rs
Line 34 in 1f85daa
ream-chain-leanwithoptional = trueAdditional context
No response