mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 17:15:41 +00:00
Add dispute types and change InclusionInherent to ParasInherent (#2791)
* dispute types * add Debug to dispute primitives in std and InherentData * use ParachainsInherentData on node-side * change inclusion_inherent to paras_inherent * RuntimeDebug * add type parameter to PersistedValidationData users * fix test client * spaces * fix collation-generation test * fix provisioner tests * remove references to inclusion inherent
This commit is contained in:
committed by
GitHub
parent
7a2e1ef6c1
commit
0794f69306
@@ -731,7 +731,7 @@ mod tests {
|
||||
// correct descriptor
|
||||
let expect_pov_hash = test_collation().proof_of_validity.hash();
|
||||
let expect_validation_data_hash
|
||||
= PersistedValidationData::<BlockNumber>::default().hash();
|
||||
= PersistedValidationData::<Hash, BlockNumber>::default().hash();
|
||||
let expect_relay_parent = Hash::repeat_byte(4);
|
||||
let expect_payload = collator_signature_payload(
|
||||
&expect_relay_parent,
|
||||
|
||||
Reference in New Issue
Block a user