Part of Epic: #70 - RC1: Network & Consensus Foundation
Goal: Use libp2p's Gossipsub protocol for block and transaction propagation to make the network production-ready and scalable.
Requirements:
- Enable libp2p Gossipsub feature in network module
- Subscribe and broadcast on block/transaction/consensus topics
- Implement broadcast and message handler logic
Files:
crates/bitcell-network/src/transport. rs
Acceptance Criteria:
- Blocks and transactions are gossiped via libp2p
- Network decentralization is enabled and scalable
See critical items in [todo_now.md](https://github.com/Steake/BitCell/blob/master/todo_now. md).
Part of Epic: #70 - RC1: Network & Consensus Foundation
Goal: Use libp2p's Gossipsub protocol for block and transaction propagation to make the network production-ready and scalable.
Requirements:
Files:
crates/bitcell-network/src/transport. rsAcceptance Criteria:
See critical items in [todo_now.md](https://github.com/Steake/BitCell/blob/master/todo_now. md).