1
0
mirror of synced 2025-01-10 15:56:03 +00:00

11 Commits

Author SHA1 Message Date
Gusto
56b2830d5a Add Readme for docker testnet 2023-10-17 15:55:01 +03:00
Gusto
ddc79f2b0e Use predefined public key for mixnodes 2023-10-17 14:47:40 +03:00
Gusto
98b59edf1a Listen all interfaces in mixnode config 2023-10-17 14:46:41 +03:00
Gusto
ae065bac7c Remove python scripts 2023-10-17 14:46:41 +03:00
Gusto
b521375ad4 Static mixnet nodes in docker compose 2023-10-17 14:46:41 +03:00
Gusto
474f5f7a19 Rename libp2p node config file in configuration script 2023-10-17 14:46:41 +03:00
Gusto
8275fc7817 Update libp2p node config 2023-10-17 14:46:41 +03:00
Gusto
d50b845bf2 Update build command in Docker files 2023-10-17 14:46:41 +03:00
gusto
309e5a29e9
Nomos node config (#423)
* Use tree overlay in nomos node

* Use tree overlay in tests module

* Handle unexpected consensus vote stream end in tally

* Add defaults for retry and delay in mixnet client

* Add missing entries in config.yaml

* Spawn the next leader first (#425)

---------

Co-authored-by: Youngjoon Lee <taxihighway@gmail.com>
Co-authored-by: Al Liu <scygliu1@gmail.com>
2023-10-05 15:16:40 +03:00
Al Liu
4cf57eee74
remove waku from the codebase (#446) 2023-10-02 16:41:08 +08:00
gusto
97c653efe3
Docker compose for small libp2p node network (#364)
* Update rust build image version

* Docker compose file for testnet

* Wrap tcp into dns transport in order to resolve hostnames (#346)

* Docker compose for small libp2p node network

* Install etcdctl to node containers

* Register libp2p nodes on etcd

* Register IP address in KV store

* Interconnect libp2p nodes

* Use delimiter in cli and env variables

* Use docker compose initial env config

* Leave main Dockerfile as is, use new ones in testnet dir

* Remove etcd installation script

* run_mixnet.sh placeholder

* Use .env file for docker compose config

* Ignore local .env file

* Wrap sh envvars used in strings

* Remove mixnode placeholders

* Use default values for envconfig

* Update labels in Dockerfiles

* Sanitize scripts via shellcheck

* Export env for nomos node

* Updated to latest libp2p config

* Pass config to bootstrap node
2023-09-15 17:27:38 +03:00