Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Prevent sync slowdown after receiving unconfirmed transactions #289

Closed
3 tasks done
karmacoma opened this issue Oct 9, 2016 · 0 comments
Closed
3 tasks done

Prevent sync slowdown after receiving unconfirmed transactions #289

karmacoma opened this issue Oct 9, 2016 · 0 comments

Comments

@karmacoma
Copy link
Contributor

karmacoma commented Oct 9, 2016

Unconfirmed transactions are added to the memory pool when syncing. This is not very efficient and causes a serious performance impact on syncing as each transaction has to be undone and reapplied for each block.

Tasks

  • Do not add unconfirmed transactions when syncing
  • Undo unconfirmed transactions before sync
  • Receive saved unconfirmed transactions after sync
@karmacoma karmacoma added this to the Mainchain Stabilisation milestone Oct 9, 2016
@karmacoma karmacoma self-assigned this Oct 9, 2016
@karmacoma karmacoma added the ready label Oct 9, 2016
karmacoma pushed a commit that referenced this issue Oct 10, 2016
When client is syncing.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant