Files
pezkuwi-subxt/substrate/client
Bastian Köcher a314484865 system_syncState: Always return highest block (#11979)
Before `highestBlock` was an optional that was omitted when it was `None`. We recently changed the
way the `highestBlock` is determined, this resulted in having this value in 99.99% of the time being
`None` when the node is syncing blocks at the tip. Now we always return a block for `highestBlock`.
If sync doesn't return us any best seen block, we return our own local best block as `highestBlock`.
This should mainly reflect the same behavior to before we changed the way the best seen block is determined.
2022-08-05 19:53:56 +02:00
..
2022-08-03 08:46:10 +00:00
2022-05-04 13:38:54 +00:00
2022-07-26 14:37:05 +02:00
2022-05-04 13:38:54 +00:00
2022-07-12 17:00:00 +00:00
2022-05-28 11:55:51 +02:00
2022-07-26 14:37:05 +02:00
2022-05-04 13:38:54 +00:00