To avoid having all files at the top level ./src
directory, start moving them to their respective sub directory according to #15732.
bloom
currently depends on libconsensus (CTransaction
, CScript
, …) and it is currently located in the libcommon. Thus, move it to src/common/
. (libutil in src/util/
is for stuff that doesn’t depend on libconsensus).