Split non/kernel chainparams

Moves chainparams code not using the ArgsManager to the kernel.

Subsequently use the kernel chainparams header now where possible in
order to further decouple chainparams call sites from gArgs.
This commit is contained in:
Carl Dong 2022-03-10 22:13:58 -05:00 committed by TheCharlatan
parent edabbc78a3
commit 382b692a50
No known key found for this signature in database
GPG key ID: 9B79B45691DB4173
10 changed files with 732 additions and 673 deletions

View file

@ -7,8 +7,8 @@
#include <kernel/mempool_limits.h>
#include <kernel/mempool_options.h>
#include <chainparams.h>
#include <consensus/amount.h>
#include <kernel/chainparams.h>
#include <logging.h>
#include <policy/feerate.h>
#include <policy/policy.h>