ferencberes / ethp2psim

Ethereum P2P network privacy simulator
https://arxiv.org/abs/2306.15024
GNU General Public License v3.0
6 stars 2 forks source link

New network features #1

Closed seresistvanandras closed 2 years ago

seresistvanandras commented 2 years ago
ferencberes commented 2 years ago

I made some first steps for including node weights in the Network class. @seresistvanandras watch out before implementing new code :)

seresistvanandras commented 2 years ago

As of now, I could not find a Beacon chain p2p graph that is publicly available, so I've just collected a snapshot of the Görli testnet from this paper: https://arxiv.org/pdf/2109.14794.pdf. This testnet's topology will suffice for a while, I guess. So, I think we can close this issue but please review the last few commits.