Skip to content

Commit

Permalink
Added model for Aynchronous Byzantine Consensus
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <[email protected]>
  • Loading branch information
ahelwer committed Jan 22, 2024
1 parent d212e7a commit 36256b4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Here is a list of specs included in this repository, with links to the relevant
| [Finitizing Monotonic Systems](specifications/FiniteMonotonic) | Andrew Helwer | | | || |
| [The Readers-Writers Problem](specifications/ReadersWriters) | Isaac DeFrain | | | || |
| [Einstein's Riddle](specifications/EinsteinRiddle) | Isaac DeFrain | | | || |
| [Asynchronous Byzantine Consensus](specifications/aba-asyn-byz) | Thanh Hai Tran, Igor Konnov, Josef Widder | | | | | |
| [Asynchronous Byzantine Consensus](specifications/aba-asyn-byz) | Thanh Hai Tran, Igor Konnov, Josef Widder | | | | | |
| [Folklore Reliable Broadcast](specifications/bcastFolklore) | Thanh Hai Tran, Igor Konnov, Josef Widder | | | | | |
| [The Bosco Byzantine Consensus Algorithm](specifications/bosco) | Thanh Hai Tran, Igor Konnov, Josef Widder | | | | | |
| [Consensus in One Communication Step](specifications/c1cs) | Thanh Hai Tran, Igor Konnov, Josef Widder | | | | | |
Expand Down
13 changes: 12 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2712,7 +2712,18 @@
"communityDependencies": [],
"tlaLanguageVersion": 2,
"features": [],
"models": []
"models": [
{
"path": "specifications/aba-asyn-byz/aba_asyn_byz.cfg",
"runtime": "00:10:00",
"size": "large",
"mode": "exhaustive search",
"features": [
"liveness"
],
"result": "success"
}
]
}
]
},
Expand Down

0 comments on commit 36256b4

Please sign in to comment.