ConsenSysMesh / ConsenSysMesh/Fae

Fae needs networking

Open
#7 2 comments 1 reaction 0 assignees View on GitHub
enhancement networking testnet
Dominant language
Haskell
Stars
6
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Complementary to but separately from the lack of a blockchain, Fae needs a peer-to-peer (or other) networking protocol. The general nature of such a protocol for a blockchain is that it must have instructions for exchanging blocks as well as transactions not in any block; however, due to Fae's laziness, it should be expected that clients will attempt to limit their storage requirements by discarding unwanted transaction source code. So for us, the protocol also needs to fetch isolated individual transaction message bodies. Finally, various resource limits on transactions are appropriate: file size limits for each source file and message header size should both be limited (configurably).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.