hyperledger-labs / hyperledger-labs/SmartBFT
Some question about leader rotation.
Open
- 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.