async fn nonce_drift_rows(
provider: &impl Provider,
toml: &ProposalToml,
rows: &mut Vec<CheckRow>,
)Expand description
Query on-chain nonces and emit WARN rows (not hard fails) when they differ from toml.
Nonce drift is expected if other transactions were queued since generation.