Skip to content

Change default RPC encoding to binary

vbot requested to merge vbot@default_rpc_binary into main

This MR sets the default media type of RPC communications between the node and the archiver to binary instead of JSON in order to improve the performances as the JSON media type is slower to decode: the complexity is quadratic when the data sent is large.

Merge request reports