discovery-docker-network
discovery-docker-network copied to clipboard
Docker Network for the Discovery release of the Enigma Protocol
In enigmampc/enigma-p2p#244, support was added for `--lonely-node` to allow for networks with NODES=1 to run properly. This is added to the `enigmampc/enigma_p2p` docker image. However, this is only supported when...
Sunny Days ☀️ 1. - [x] [Test](https://github.com/enigmampc/enigma-contract/blob/develop/enigma-js/test/integrationTests/template.01_init.js): Network Initialization 2. - [x] [Test](https://github.com/enigmampc/enigma-contract/blob/develop/enigma-js/test/integrationTests/template.01_init.js): userWorkerKey exchange 3. - [x] Automatic epoch transitions (aka Pass The Torch -> PTT) 4. - [x]...
Can I choose the epoch size when starting the network? Ideally, there would be an environment variable that we can set in each `docker-compose` configuration.
**Describe the bug** This is a *Rainy Day Scenario* in that when requesting a secret computation for an address that doesn't exist, `core` throws an exception with `Err(DBErr { command:...
**Describe the bug** Deploying a secret contract on the network passing a wrong set of parameters to the constructor results in an error in deployment reported as ``` core_1 |...