Vitalik Buterin
@vitalik.eth
My own current privacy roadmap (much lighter on L1 changes, but also more limited in its consequences): https://ethereum-magicians.org/t/a-maximally-simple-l1-privacy-roadmap/23459 Highly encourage people to read both! https://x.com/pcaversaccio/status/1909939119037313255
33 replies
97 recasts
408 reactions
polymutex
@polymutex.eth
"Wallets should connect to multiple RPC nodes, optionally through a mixnet, ideally use a different RPC node per dapp" Thank you! I've been trying to make this case for Walletbeat; it's been difficult to convince wallet software development teams that this is necessary, or to think about metadata leakage in general.
1 reply
2 recasts
27 reactions
Pau 🎩 ⛓️‍💥
@p4u
I'm thinking about building a proxy-rpc that one can run on its own computer (or external). The proxy would roundrobin the web3 queries to a pool of rpc servers. Most of the work is already done here https://github.com/vocdoni/davinci-node/blob/main/web3/rpc/web3_pool.go so I'd only need to write the server side that would proxy the requests.
1 reply
0 recast
3 reactions