Open
Description
There is a check that we added to memepool, since we didn't get it in time for the previous hardfork:
cardano-ledger/eras/conway/impl/src/Cardano/Ledger/Conway/Rules/Mempool.hs
Lines 120 to 135 in d90eb4d
We need to add the same check into the GOV rule and enable it for protocol version 11
and also disable the one in MEMPOOL starting with the same protocol version. Check in the MEMEPOOL rule can later be removed once we are in protocol version 11, thus a follow up ticket will need to be created whenever this one is resolved.