5 Commits

Author SHA1 Message Date
Akihito Nakano
1193aebffe Switch target crate to sigp's gossipsub implementation (#17)
* Bump the Rust version

* Update smoke plan

* Update scoring plan

* Update censoring plan

* Fix wrong file name

* Update eth-consensus plan

* Fix clippy warnings

* cargo fmt
2024-04-09 15:37:18 +10:00
Akihito Nakano
7d806cda1c Update dependencies (#13)
* censoring: Update libp2p to the latest revision

* scoring: Update libp2p to the latest revision

* eth_consensus: Update libp2p to the latest revision

* cargo fmt

* eth_consensus: Update libp2p and prometheus-client

* censoring: Update libp2p and prometheus-client

* scoring: Update libp2p and prometheus-client

* smoke: Update libp2p and prometheus-client

* Update testground

* Bump up the rust version
2023-03-07 08:08:17 +11:00
Age Manning
fbc51090f1 Updates for the eth_consensus sim (#12)
* Cleanup dash boards, all metrics now as expected

* Update eth-npg for mainnet values

* Add artificial validation delay

* Actually validate messages

* fmt

* Clippy
2022-12-15 12:40:11 +11:00
Age Manning
29e12eff9e Just Fixing up some docs (#11)
* Fix doc links

* Docs fixes
2022-11-29 16:20:47 +11:00
Age Manning
a260f69580 Gossipsub Simulations (#9)
* episub-sim

* network generation

* mainnet network generation

* no pretty print

* add small network for testing

* upgrade versions, make the thing compile

* checkpoint

* this is ridiculous

* make gen_topology reachable by testground

* add 16 instsances for testing

* add running command

* remove params

* pass new participants param

* update upstream reg

* update upstream reg

* put msg generation back in

* put publishing back in

* adding metrics

* record metrics on intervals

* add gossip max limit

* stop fghting testground. For now

* update README

* Revert "stop fghting testground. For now"

This reverts commit a976c5371b.

* use composition files to get the docker build context a layer up

* fix params and logs

* remove unused files

* cache workspace deps

* cache workspace deps _the right_ way

* updates

* some docs

* Update CI and remove root workspace

* Add duplicates, fix clippy, improve dash

* Reduce message sizes, some debugging

* Update dash and logs

* Add scripts folder

* Fix executor lockup

* fmt and clippy

* Add some docs

* Dot to mermaid

Co-authored-by: Diva M <divma@protonmail.com>
2022-11-29 16:06:53 +11:00