This set of changes adds generic code for the real-time broadcast system, extending OffChainBroadcast. It also includes a concrete implementation of one system, based on a JSON-RPC server. This will be sufficient for integration tests, and may even be good for demo or production use with some more tweaks.
This set of changes adds generic code for the real-time broadcast system, extending
OffChainBroadcast
. It also includes a concrete implementation of one system, based on a JSON-RPC server. This will be sufficient for integration tests, and may even be good for demo or production use with some more tweaks.Fixes #59.