aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/server_util.cpp
AgeCommit message (Collapse)Author
2023-02-09net: add `Ensure{any}Banman`brunoerg
it adds `Ensure{any}Banman` functions to avoid code repetition and make it cleaner. Similar approach as done with argsman, chainman, connman and others.
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- Commits of previous years: - 2021: f47dda2c58b5d8d623e0e7ff4e74bc352dfa83d7 - 2020: fa0074e2d82928016a43ca408717154a1c70a4db - 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2022-01-02rpc: Add EnsureArgsman helperMarcoFalke
2021-12-02rpc: move Ensure* helpers to server_util.hSjors Provoost