You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fab1e02 refactor: Pass verification_progress into block tip notifications (MarcoFalke)
fa76b37 rpc: Round verificationprogress to exactly 1 for a recent tip (MarcoFalke)
faf6304 test: Use mockable time in GuessVerificationProgress (MarcoFalke)
Pull request description:
Some users really seem to care about this. While it shouldn't matter much, the diff is so trivial that it is probably worth doing.
Fixes #31127
One could also consider to split the field into two dedicated ones (bitcoin/bitcoin#28847 (comment)), but this is left for a more involved follow-up and may also be controversial.
ACKs for top commit:
achow101:
ACK fab1e02
pinheadmz:
ACK fab1e02
sipa:
utACK fab1e02
Tree-SHA512: a3c24e3c446d38fbad9399c1e7f1ffa7904490a3a7d12623b44e583b435cc8b5f1ba83b84d29c7ffaf22028bc909c7cec07202b825480449c6419d2a190938f5
if (kernel::IsInterrupted(m_chainman.GetNotifications().blockTip(GetSynchronizationState(still_in_ibd, m_chainman.m_blockman.m_blockfiles_indexed), *pindexNewTip))) {
3560
+
if (kernel::IsInterrupted(m_chainman.GetNotifications().blockTip(
0 commit comments