-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move d.lastBlockTime setting to PrepareRequest receival #55
Labels
Milestone
Comments
roman-khimov
added a commit
that referenced
this issue
Nov 29, 2021
It's the earliest point, if a view change happens the timer is reset (because new view comes with a new set of transactions, potentially picking up ones received between views).
roman-khimov
added
enhancement
Improving existing functionality
U4
Nothing urgent
S4
Routine
I3
Minimal impact
labels
Dec 20, 2023
It'd be nice to retest #56, a lot of things have changed since. |
roman-khimov
added a commit
that referenced
this issue
Jun 13, 2024
It's the earliest point, if a view change happens the timer is reset (because new view comes with a new set of transactions, potentially picking up ones received between views). Signed-off-by: Roman Khimov <[email protected]>
roman-khimov
added a commit
that referenced
this issue
Dec 25, 2024
It's the earliest point, if a view change happens the timer is reset (because new view comes with a new set of transactions, potentially picking up ones received between views). Signed-off-by: Roman Khimov <[email protected]>
roman-khimov
added a commit
that referenced
this issue
Dec 31, 2024
It's the earliest point, if a view change happens the timer is reset (because new view comes with a new set of transactions, potentially picking up ones received between views). Signed-off-by: Roman Khimov <[email protected]>
AnnaShaleva
added a commit
that referenced
this issue
Jan 10, 2025
check: set lastBlockTime in PrepareRequest handler, fix #55
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
While #46 adjusted the timer for block processing time we can try making things even better and adjust for network communication as well (as it's very significant for real networks, see nspcc-dev/neo-go#1770 as well) by carefully moving lastBlockTime setting to PrepareRequest receival. This way we only have one average message delay between this time locally and the timestamp in block header (from Primary).
It needs to be well-tested for various cases including changing views.
The text was updated successfully, but these errors were encountered: