-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat(quint): refactor the blocksync spec. #545
Conversation
* quint: fix test unit with new driver's methods * quint: fix test units with new decision type * quint: test-all.sh script with optional params
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.
General definitions.
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.
Fast and can be tested in isolation.
The author of this PR, cason, is not an activated member of this organization on Codecov. |
Co-authored-by: Josef Widder <[email protected]>
There were some open points in #462 that we should fix here. |
* Start Blocksync * new Height enabled. needs to be tested * blocksync fuctions done * it is moving * Daniel told me to push * syncing on the lucky path * syncing * moved definitions a bit around * code cleanup * more cleanup * polishing * fix(quint): fix test units with new driver's methods and types (#524) * quint: fix test unit with new driver's methods * quint: fix test units with new decision type * quint: test-all.sh script with optional params * Apply suggestions from code review Co-authored-by: Josef Widder <[email protected]> --------- Co-authored-by: Daniel <[email protected]>
28c45d7
to
d03d5fd
Compare
specs/quint/specs/sync.qnt
Outdated
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.
Replaced by blocksync
directory.
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.
Awesome refactor!! Let's merge it as this version builds a solid base to mock the consensus. (For mocking, everything except sync.qnt remains untouched.)
Part of #559.
Follow-up from #462
PR author checklist