ssv
ssv copied to clipboard
Refactor how we calculate quorum one way (for prepare, commit, change round and decided) and refactor
Currently:
- prepare uses the msg container for quorum calculation
- commit uses a dedicated fuction
- change round uses a dedicated function
- decided uses a dedicated pipeline function They should all use the same function
commit is fixed