-
Notifications
You must be signed in to change notification settings - Fork 50
P2P Current Priorities
Jon Atack edited this page Apr 20, 2021
·
48 revisions
What are you currently working on in the P2P realm? (Add your github username and the date, and any projects in bullet points, and a link to the PR, gist, branch etc where you're working)
- Some net_processing clean ups #20758 - next is splitting out orphan handling to a separate module #21148
- dandelion
- considering "dandelion-lite" (stem for exactly one hop, the flood -- no p2p changes required)
- question is whether that provides enough benefits to be worthwhile? answer: simulate and see!
- gulia's updated https://github.com/gfanti/dandelion-simulations/tree/dandelion-lite ; some ensuing discussion on twitter https://twitter.com/giuliacfanti/status/1362963585471815680
- want to see erlay
- UASF/bip8 safety cf #19573
- tx rebroadcast #21061
- stop to process unrequested txn : https://github.com/bitcoin/bitcoin/pull/20277
- review erlay
- altnet : move personal notes under some wiki project page, work on a production branch on top of #19160, headers over DNS as first integration
- Move application layer data from net to net_processing:
- Clean up addrman:
- Review and help AJ's general cleanups #20758
- Review and help Carl's de-globalize chainstate manager #20158 (this is mostly in validation but touches the net_processing-validation interface a lot).
- disabletx
- #21261 rewriting the inbound peer eviction to protect peers connecting via multiple special networks (onion, localhost, I2P, possibly others like CJDNS) and begin protecting I2P peers.
- Fuzzing p2p:
- https://github.com/bitcoin/bitcoin/pull/20915 fuzz: Fail if message type is not fuzzed
- https://github.com/bitcoin/bitcoin/pull/20995 fuzz: Avoid initializing version to less than MIN_PEER_PROTO_VERSION
- Minor I2P tweaks
- https://github.com/bitcoin/bitcoin/pull/21514 p2p: Ignore ports on I2P addresses
- (no PR yet) Add I2P to
CNetAddr::IsRelayable()
- (no PR yet) Ditch prefer-8333 ports for I2P
- (no PR yet) Add some basic docs/howto at
doc/i2p.md
, similarly todoc/tor.md
- Implement CJDNS support