You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
The homegrown p2p package in factomd works well enough for mainnet, but can not be quickly iterated on due to backwards compatibility requirements with nodes you do not control. In the setting of a private network where you control all the nodes, we can offload network layer responsibilities to modern libraries such as libp2p.
Steps:
Investigate libp2p usage in other python projects (e.g. Trinity or a py-ipfs)
Abstract away existing p2p code (if still needed) to seamlessly switch between traditional factomd p2p and libp2p
Integrate libp2p
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The homegrown p2p package in factomd works well enough for mainnet, but can not be quickly iterated on due to backwards compatibility requirements with nodes you do not control. In the setting of a private network where you control all the nodes, we can offload network layer responsibilities to modern libraries such as libp2p.
Steps:
The text was updated successfully, but these errors were encountered: