Skip to content
  • Iustin Pop's avatar
    Convert non-static rpc calls to use addresses · 25348212
    Iustin Pop authored
    This patch converts all non-staticmethods rpc calls to pass addresses to
    the Client calls.
    
    This is done via two new small helpers. These functions also deal with
    nodes that are not (yet) in the configuration file, and pass None for
    the address instead (which allow NodeControllers to do resolving).
    
    Reviewed-by: imsnah
    25348212