jules
jules
This avoids an infinite loop in which a worker continually asks for work but cant get it back from the pool as it is not properly connected.
To make usage simpler, we could try to devise a way to automate faucet calls from the node console.
The RPC username and password are currently stored in cleartext, in the `dusk.toml` file. This would allow any other process running on the same machine to read these credentials, and...
As the mempool is currently heavily relying on channel-based processing, it stands to reason that we can most likely increase the efficiency by a large margin. Additionally, the mempool testing...
Something that we might want to follow up on is that for G2 there exists an even more efficient decomposition relying on the GLS endomorphism (https://eprint.iacr.org/2008/194) _Originally posted by @Pratyush...
Currently, the coordinator only seems to read the config when it is started for the very first time. In later restarts, if the configuration needs to be updated, it currently...