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-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 |