Function: sendrawtransaction + prioritiserawtransaction - relay=true - policy
Rationale: I guess that many pool operators have implemented this in their forks already. Adding it here makes it more convenient for them.
This allows them to mine their high-fee/nonstandard transactions for free.
For example, if a miner needs to consolidate lots of outputs, this allows them to finish this in one large tx and for free.
I might need to rebase it after #21061
Would you Concept ACK it?
I need to add tests so that even https://github.com/bitcoin/bitcoin/blob/master/test/functional/p2p_segwit.py#L1466-L1468 passes with this feature enabled.