You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: