-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(spec): Blocksync witnesses and invariants (#594)
* startin with witnesses and invariants * more invariants * feat(code): Start consensus at `H+1` where `H` is the height of the latest committed block (#587) * feat(code): Start consensus at `H+1` where `H` is the height of the latest committed block * Update spawn.bash * chore(code/part_stream): Deduplicate received proposal parts by sequence number (#584) * chore(code/part_stream): Use random `StreamId` (#583) * chore(code/part_stream): Use random StreamId to ensure a stream is not re-used when a node crashes and restarts quickly * Start with random StreamId and increment from there * spec/quint: some renaming and comments * spec/quint: undoing new line changes * spec/quint: witness renamed, comments added * spec/quint: invariant renamed, comments adapted * spec/quint: invariant renamed, comments adapted * more invariants * spec/quint: re-tabbing blocksync.qnt * spec/quint: fix comments, types, identation --------- Co-authored-by: Romain Ruetschi <[email protected]> Co-authored-by: Daniel Cason <[email protected]>
- Loading branch information
1 parent
12b51e4
commit 710924f
Showing
6 changed files
with
315 additions
and
169 deletions.
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
Oops, something went wrong.