-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
The validation logic no longer includes the timestamp check inherents:
polkadot-sdk/templates/parachain/runtime/src/lib.rs
Lines 312 to 316 in dae4b9c
#[docify::export(register_validate_block)] | |
cumulus_pallet_parachain_system::register_validate_block! { | |
Runtime = Runtime, | |
BlockExecutor = cumulus_pallet_aura_ext::BlockExecutor::<Runtime, Executive>, | |
} |
But it still includes pallet timestamp:
pub type Timestamp = pallet_timestamp; |
We should either remove pallet timestamp or make use of the new consensus hook to check it, otherwise builders might rely on unvalidated timestamps.
Metadata
Metadata
Assignees
Labels
No labels