File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -60,19 +60,21 @@ The UI should then be available at http://localhost:3000.
60
60
61
61
We currently have the following protocols implemented:
62
62
63
- - [ PBFT] ( simulator/src/main/java/byzzbench/simulator/protocols/pbft/PbftReplica.java ) : The original PBFT protocol, as
63
+ - ~~ [ PBFT] ( simulator/src/main/java/byzzbench/simulator/protocols/pbft/PbftReplica.java ) : The original PBFT protocol, as
64
64
described in
65
- the [ PBFT paper] ( https://www.microsoft.com/en-us/research/publication/practical-byzantine-fault-tolerance/ ) ;
65
+ the [ PBFT paper] ( https://www.microsoft.com/en-us/research/publication/practical-byzantine-fault-tolerance/ ) ;~~
66
66
- [ PBFT-Java] ( simulator/src/main/java/byzzbench/simulator/protocols/pbft_java/PbftReplica.java ) : A buggy version of
67
67
PBFT,
68
68
from the [ PBFT-Java repository] ( https://github.com/caojohnny/pbft-java ) ;
69
- - [ Fast-HotStuff] ( simulator/src/main/java/byzzbench/simulator/protocols/fasthotstuff/FastHotStuffReplica.java ) : A
70
- failed attempt at improving HotStuff, as described in the [ Fast-HotStuff paper] ( https://arxiv.org/abs/2010.11454 ) ;
69
+ - [ Fast-HotStuff] ( simulator/src/main/java/byzzbench/simulator/protocols/fasthotstuff/FastHotStuffReplica.java ) : An
70
+ unsuccessful attempt at improving the design of HotStuff, as described in
71
+ the [ Fast-HotStuff paper] ( https://arxiv.org/abs/2010.11454 ) ;
71
72
72
73
## Documentation
73
74
74
75
See additional documentation in the [ docs] ( docs ) directory.
75
76
77
+ - [ User Interface] ( docs/user-interface.md )
76
78
- [ Implementing new BFT Protocols] ( docs/implementing-protocols.md )
77
79
78
80
## Simulator Structure
You can’t perform that action at this time.
0 commit comments