vacp2p / research

Thinking in code
MIT License
62 stars 4 forks source link

Roadmap(DR): Validator Privacy #190

Closed kaiserd closed 7 months ago

kaiserd commented 1 year ago

Validator Privacy

This is part of the Vac Deep Research, Anonymity&Privacy branch.

this roadmap is WIP

Tor Push

Background and motivation here.

Privacy Preserving Node Provider Network

Goal: a privacy preserving and decentralized alternative to current node providers. Tor push + RLN, explored in the previous step, will serve as component in the Privacy Preserving Node Provider network.

Custom Onion Routing / Mix-Net Solution

(potentially in the future)

Nomos Integration

(future work)

ujscale commented 11 months ago

Integrating TorSwitch within nimbus ..another approach below ((the previous "Tor push PoC" can be ignored)

https://github.com/vacp2p/nimbus-eth2-experimental/pull/2

ujscale commented 10 months ago

These are working changes that are able to send messages (attestation, block) over Tor Fixing init for torPeers, Adding async tor connection, Adding log msgs Only tested the sender side so far. Still to do further testing

ujscale commented 9 months ago

This commit provides the first tor based gossipsub instance usage with in nimbus to broadcast attestations over tor. The validator was successfully run based on this and stats were collected

Stats collected Validator

kaiserd commented 7 months ago

Validator privacy realted milestones have moved to the Vac DR roadmap