net-rs: add random rollbacks to fake server (Poisson distributed)
New --rollback-rate flag for the serve command generates random chain rollbacks (depth 1-3) on an independent Poisson schedule. The ChainSync server detects when a client's read pointer is invalidated by a rollback and sends MsgRollBackward. Default rate is 0 (no rollbacks). Example: --block-rate 1.0 --rollback-rate 0.1 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>