Skip to content

multi node fred now enabled

Tobias Pfandzelter requested to merge tp/multi-node into master

Main changes in this PR:

  • add a "Proxy" config flag that let's you define the public address of the node (if behind a proxy) vs the private address the software will bind to on the host
  • in 3nodetest, split up nodeA into three nodes that sit behind a common proxy -> works
  • change "zmq" to "peering" in a lot of places
  • move trigger node configurations from local map to node store -> makes multi node possible as no more state is persisted within a server
Edited by Tobias Pfandzelter

Merge request reports