3 Commits

Author SHA1 Message Date
e0295f21b5 [style] main namespace renamed to SCORE
based on new suggested project name
2026-03-11 16:38:50 +03:00
Artur Mukhamadiev
d26ab35339 [tcp] removed duplicate code
:Release Notes:
removed unnecessary code duplication for TCP socket read in tcp_server
and tcp_connector. Changed several log lines to appear only in debug
build
2026-02-20 23:44:10 +03:00
ece26e7b1f [jsonrpccxx] moved to external rpc impl
Detailed:
      As base used jsonrpccxx implementation paired with TCP socket
      TCP socket updated to handle dynamic sized buffers
      TCP communication protocol changed to serialized packet size after
      which json string is presented
2026-02-20 17:51:14 +03:00