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

During the syncing process, do not process bundled transactions #2398

Closed
SargeKhan opened this issue Sep 14, 2018 · 0 comments · Fixed by #2607
Closed

During the syncing process, do not process bundled transactions #2398

SargeKhan opened this issue Sep 14, 2018 · 0 comments · Fixed by #2607
Assignees
Milestone

Comments

@SargeKhan
Copy link
Contributor

SargeKhan commented Sep 14, 2018

Expected behavior

During the syncing process, the application is trying to catch up to the chain, so it should finish the syncing process before processing bundled transactions because processing transactions is an expensive task and it has less priority.

Actual behavior

During the syncing process, application switches between loading blocks from peers and verifying bundled transactions through the nextBundle job.

Steps to reproduce

N/A

Which version(s) does this effect? (Environment, OS, etc...)

1.0.0

@diego-G diego-G added the chain label Sep 20, 2018
@diego-G diego-G self-assigned this Nov 19, 2018
@diego-G diego-G added *medium and removed *hard labels Dec 4, 2018
@diego-G diego-G added this to the Version 1.4.0 milestone Dec 4, 2018
MaciejBaj added a commit that referenced this issue Dec 7, 2018
…sactions_while_syncing

Do not process bundled transactions while node is syncing - Closes #2398
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants