Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan | |
This is an extraction of ArgsManager related functions from util/system into their own common file. Config file related functions are moved to common/config.cpp. The background of this commit is an ongoing effort to decouple the libbitcoinkernel library from the ArgsManager. The ArgsManager belongs into the common library, since the kernel library should not depend on it. See doc/design/libraries.md for more information on this rationale. | |||
2022-12-24 | scripted-diff: Insert missed copyright header | Hennadii Stepanov | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py insert src/policy/fees_args.cpp -END VERIFY SCRIPT- | |||
2022-06-28 | fees: Pass in a filepath instead of referencing gArgs | Carl Dong | |