This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Minimise calls to update sealing #1372
Labels
F7-optimisation 💊
An enhancement to provide better overall performance in terms of time-to-completion for a task.
Comments
See #1365 |
nipunn1313
added a commit
to nipunn1313/parity
that referenced
this issue
Jul 4, 2016
nipunn1313
added a commit
to nipunn1313/parity
that referenced
this issue
Jul 5, 2016
nipunn1313
added a commit
to nipunn1313/parity
that referenced
this issue
Jul 6, 2016
gavofyork
pushed a commit
that referenced
this issue
Jul 6, 2016
I think it can be closed thanks to #1541 ? |
arkpar
pushed a commit
that referenced
this issue
Jul 11, 2016
gavofyork
pushed a commit
that referenced
this issue
Jul 12, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
F7-optimisation 💊
An enhancement to provide better overall performance in terms of time-to-completion for a task.
update_sealing
will be called multiple times here when there's a new block which reorganises the chain (once for each retracted block + additional update sealing at the end of the function).It should amalgamate into a single call.
The text was updated successfully, but these errors were encountered: