Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(prover): move tests for prover to vitest #6074
test(prover): move tests for prover to vitest #6074
Changes from 39 commits
1436803
3d2bc6e
956c4ea
afe61cd
460cd2c
b0e26bd
fb4ac25
570338b
f089268
2abdd1b
21dd0e7
74cc49a
fc6cac1
d94ebe8
2c98394
69a52ef
0d53b98
acb63b1
e9477ac
6b8d8ad
5c9e732
bc6fd24
c659b45
f01783a
9034984
6f5a50b
980539e
e2ae63b
4e61a67
c8be9ac
7c2fcc1
a6e1e35
e6e8be9
3be4385
52c26dc
06c9575
a8a9965
fea8090
dc63b2c
2e8d0a0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As from the logs its seen that
UnknownBlockSync
disabled right after theInitiating epoch check for sync progress
because it was open epoch over epoch since it was started when we calculated the epochslotImportTolerance
. So had to increase the tolerance level more.This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can bring back electron to our stack, soon when
vitest
bring it support, else writing a custom BrowserProvider will not be difficult for it.