How do I customize Bitcoin Core's mempool policy so that low value transactions (ordinals, BRC-20) are not propagated my mempool? I compile my full-node from source, so I am interested in editing the code before compiling the clients as well as (if possible) configuring the standard client for the sake of implementing such policy. Some time ago I've heard on YouTube that someone already implemented it by modifying Bitcoin Core. I've not been able to find a repo of such project anywhere. If such project already exists - I would like to know what Bitcoin Core's file were modified and in what way.
P.S. Despite being well versed in other languages, I am only a beginner coder in C and have no experience in C++. Explaining like to a newbie would be appreciated.
datacarrierpolicy due to unfixed bugs in Bitcoin Core – Luke Dashjr Mar 14 '24 at 23:00