mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Strip out old XCMP primitives (#823)
* WIP * WIp * Mostly get tests to compile * Fix adder collator * Remove more stuff * Revert some changes to av store * Fix av store tests * Nitpicks * Restore some things * Small changes * Remvoe unused error variants
This commit is contained in:
@@ -65,8 +65,6 @@ pub struct ValidationParams {
|
||||
pub block_data: Vec<u8>,
|
||||
/// Previous head-data.
|
||||
pub parent_head: Vec<u8>,
|
||||
/// Incoming messages.
|
||||
pub ingress: Vec<IncomingMessage>,
|
||||
}
|
||||
|
||||
/// The result of parachain validation.
|
||||
|
||||
Reference in New Issue
Block a user