hyperledger-labs / hyperledger-labs/SmartBFT

Some question about leader rotation.

Open
#640 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
110
Forks
39
Avg merge
2h 33m
Merged PRs (30d)
3

Description

Why does the function checkConsentersMatchPolicy in fabric-3.0.0/orderer/consensus/smartbft/configverifier.go include these three lines of code, which prevents leader rotation?

```go
if configOptions.LeaderRotation == smartbft.Options_ROTATION_ON {
return fmt.Errorf("leader rotation must be turned off for this version or be unspecified")
}
```
Are there any functions that are not yet fully implemented?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.