Bitmessage / PyBitmessage

Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
https://bitmessage.org/wiki/Main_Page
Other
2.82k stars 575 forks source link

Start the network unbundling #2070

Closed PeterSurda closed 2 years ago

PeterSurda commented 2 years ago

Hi!

This is an initial limited changeset making it possible to start the network subsystem by a single function call, network.start() in bitmessagemain. The test case essentially mimics the bitmessagemain and shows the limitations: network is supposed to use config and state got as the .start() arguments and not import from the outer package.