paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.network/
1.8k stars 652 forks source link

Remove ValidateFromChainState #5707

Open AndreiEres opened 2 weeks ago

AndreiEres commented 2 weeks ago

Description

This PR removes the CandidateValidationMessage::ValidateFromChainState, which was previously used by backing, but is no longer relevant since initial async backing implementation https://github.com/paritytech/polkadot/pull/5557.

Fixes https://github.com/paritytech/polkadot-sdk/issues/5643

Integration

This change should not affect downstream projects since ValidateFromChainState was already unused.

Review Notes