mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
refactor View to include finalized_number (#2128)
* refactor View to include finalized_number * guide: update the NetworkBridge on BlockFinalized * av-store: fix the tests * actually fix tests * grumbles * ignore macro doctest * use Hash::repeat_bytes more consistently * broadcast empty leaves updates as well * fix issuing view updates on empty leaves updates
This commit is contained in:
@@ -825,10 +825,10 @@ mod tests {
|
||||
assert_eq!(h.as_ref().len(), 32);
|
||||
|
||||
let _payload = collator_signature_payload(
|
||||
&Hash::from([1; 32]),
|
||||
&Hash::repeat_byte(1),
|
||||
&5u32.into(),
|
||||
&Hash::from([2; 32]),
|
||||
&Hash::from([3; 32]),
|
||||
&Hash::repeat_byte(2),
|
||||
&Hash::repeat_byte(3),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user