mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 04:17:57 +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:
@@ -1157,7 +1157,7 @@ mod tests {
|
||||
let mut head_data = HashMap::new();
|
||||
head_data.insert(chain_a, HeadData(vec![4, 5, 6]));
|
||||
|
||||
let relay_parent = Hash::from([5; 32]);
|
||||
let relay_parent = Hash::repeat_byte(5);
|
||||
|
||||
let signing_context = SigningContext {
|
||||
session_index: 1,
|
||||
|
||||
Reference in New Issue
Block a user