Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Update sealing on new transactions #1365

Merged
merged 1 commit into from Jun 21, 2016
Merged

Update sealing on new transactions #1365

merged 1 commit into from Jun 21, 2016

Conversation

arkpar
Copy link
Collaborator

@arkpar arkpar commented Jun 20, 2016

No description provided.

@arkpar arkpar added the A0-pleasereview 🤓 Pull request needs code review. label Jun 20, 2016
@@ -564,7 +570,7 @@ impl MinerService for Miner {
for tx in &txs {
let _sender = tx.sender();
}
let _ = self.import_transactions(txs, |a| AccountDetails {
let _ = self.import_transactions(chain, txs, |a| AccountDetails {
Copy link
Collaborator

@tomusdrw tomusdrw Jun 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sealing will be updated multiple times here:

  1. Once for each retracted block + additional update sealing at the end of the function.

(not a blocker imho)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree - could you file an optimisation issue?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tomusdrw tomusdrw added A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jun 21, 2016
@arkpar arkpar closed this Jun 21, 2016
@arkpar arkpar reopened this Jun 21, 2016
@arkpar arkpar added A0-pleasereview 🤓 Pull request needs code review. and removed A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. labels Jun 21, 2016
@tomusdrw tomusdrw added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jun 21, 2016
@gavofyork gavofyork added A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging. and removed A8-looksgood 🦄 Pull request is reviewed well. labels Jun 21, 2016
@gavofyork
Copy link
Contributor

can be merged after optimisation issue filed.

@gavofyork
Copy link
Contributor

#1372.

@gavofyork gavofyork merged commit b2891fc into master Jun 21, 2016
@gavofyork gavofyork deleted the fix-sealing branch June 21, 2016 14:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants