Hi, I am running a quorum network with the clique PoA algorithm and would like to modify the txnSizeLimit in the config. I have two related questions:
- For Qbft and Ibft, I understand that transitions is used to achieve this. Does it also support clique PoA? (Unlike Qbft and Ibft, the documentation for clique PoA does not mention
transitions.)
- If it does not support it, are there any alternative methods to achieve the same result?
Thank you.