hyperledger-labs / SmartBFT

Implementation of the SmartBFT consensus library (https://arxiv.org/abs/2107.06922)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test the verification sequence

HagarMeir opened this issue · comments

Write a test where the verification sequence is changed and some requests are thrown out because now they don't pass verification.

It is already mostly covered by the TestReqPoolPrune in requestpool_test.go and by the TestLeaderPropose in controller_test.go where the VerificationSequence is changed and we make sure Prune is called.