Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-10 | Make SetupServerArgs callable without NodeContext | Russell Yanofsky | |
bitcoin-gui code needs to call SetupServerArgs but will not have a NodeContext object if it is communicating with an external bitcoin-node process. | |||
2021-05-24 | scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls | Kiminuo | |
-BEGIN VERIFY SCRIPT- git ls-files -- 'src' ':(exclude)src/util/system.h' ':(exclude)src/util/system.cpp' | xargs sed -i 's/GetDataDir()/gArgs.GetDataDirNet()/g'; -END VERIFY SCRIPT- | |||
2021-04-23 | multiprocess: Add echoipc RPC method and test | Russell Yanofsky | |
Add simple interfaces::Echo IPC interface with one method that just takes and returns a string, to test multiprocess framework and provide an example of how it can be used to spawn and call between processes. | |||
2021-04-23 | multiprocess: Add bitcoin-node process spawning support | Russell Yanofsky | |
Add bitcoin-node startup code to let it spawn and be spawned by other processes | |||
2021-04-19 | Move common package version code to init/common | Russell Yanofsky | |
2021-04-19 | Move common logging start code to init/common | Russell Yanofsky | |
2021-04-19 | Move common logging GetArgs code to init/common | Russell Yanofsky | |
2021-04-19 | Move common logging AddArg code to init/common | Russell Yanofsky | |
2021-04-19 | Move common sanity check code to init/common | Russell Yanofsky | |
2021-04-19 | Move common global init code to init/common | Russell Yanofsky | |