HL Iroha team is happy to present the new Release Candidate. Here are some changes that we implemented in this release:
Pluggable Consensus: https://github.com/hyperledger/iroha/pull/2125
iroha::consensus::yac::SupermajorityChecker interface now has two implementations: a BFT and a CFT checker. Besides that all the signature-related logic was put away from that interface, and it now op...