-
Notifications
You must be signed in to change notification settings - Fork 19
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
Merged
+649
−550
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
e20871f
Start Blocksync
josef-widder 6f3c593
new Height enabled. needs to be tested
josef-widder 2dcaae4
blocksync fuctions done
josef-widder 0f0e8f7
it is moving
josef-widder 9b934ab
Daniel told me to push
josef-widder 5f62609
syncing on the lucky path
josef-widder 0118eb3
syncing
josef-widder ca13638
moved definitions a bit around
josef-widder c575052
code cleanup
josef-widder 75b2c18
more cleanup
josef-widder b889cd0
polishing
josef-widder c6258da
Merge branch 'main' into josef/blocksync-retreat
cason 3f49d59
fix(quint): fix test units with new driver's methods and types (#524)
cason 06a0af2
Merge branch 'main' into josef/blocksync-retreat
cason 19d10d9
Apply suggestions from code review
cason 7713010
Merge branch 'main' into josef/blocksync-retreat
cason 1882dbb
spec/quint: create a blocksync directory
cason 9a3e76e
spec/quint: refactored spec into 4 files
cason 30d4187
spec/quint: spacing changes
cason 606b99d
spec/quint: spacing changes again
cason 56a65a9
spec/quint: TODOs to render Server self-contained
cason d03d5fd
feat(spec): Blocksync (#462)
josef-widder 39f3cf9
Merge branch 'main' into cason/462-blocksync
cason e617e81
spec/quint: spacing changes again
cason a96f7cc
specs/quint: removed original sync.qnt
cason bb9c380
spec/quint: fixing blocksync/sync.qnt module
cason 390dbf1
spec/quint: sync Server has an id : Address
cason eaa90e7
spec/quint: move BlockStoreEntry to types.qnt
cason bee0d60
specs/quint: blocksync Server keeps a chain copy
cason 96cdf25
specs/quint: pleasing the linter
cason bc24ff1
spec/quint: updateServer is now an action
cason de2da35
Merge branch 'main' into cason/462-blocksync
cason 98fd7a4
Merge branch 'main' into cason/462-blocksync
cason 23c4c54
spec/quint: move client actions to client.qnt
cason b967216
spec/quint: rename sync client to bsync client
cason b7cbbca
spec/quint: server to bsync_server, with its actions
cason 0eebb58
spec/quint: moved buffers to blocksync.qnt
cason 8e5757e
quint/spec: refactoring of client and server methods
cason 540b873
Merge branch 'main' into cason/462-blocksync
cason 1e564b0
spec/quint: pleasing the linter
cason File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
blocksync fuctions done
commit 2dcaae42b046d42d46bb97989145f905ded43567
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.