Commit Graph

7 Commits

Author SHA1 Message Date
Andrew Ferrazzutti 27b2c15ad3 Changes to RPC object logging and Node config
- Move config from Python to Node
- Also log responses
- Only log request/response object properties in Node, as logging them
in both Node and Python is redundant
- Error-out if Node listen config is missing
- For convenience, make PeerClient copy setting properties from
ClientManager instead of referencing them
2022-05-15 22:17:28 -04:00
Andrew Ferrazzutti 36598c34f6 Set default register timeout
Otherwise, bad things can happen if it's missing from config.json
2022-05-10 01:28:26 -04:00
Andrew Ferrazzutti 3c0d890577 Add Node config setting for RPC registration timeout 2022-05-10 01:17:05 -04:00
Andrew Ferrazzutti 163c1c2125 Add Node config for overwriting socket file if it exists 2022-04-20 23:06:37 -04:00
Andrew Ferrazzutti 37c983ce0b Don't allow having two node modules use the same socket 2022-04-08 05:15:06 -04:00
Andrew Ferrazzutti 60c47e5a20 Improved syncing, cleanups 2022-03-18 03:52:55 -04:00
Andrew Ferrazzutti b57c74eeb6 Initial commit 2022-02-25 02:22:50 -05:00