dusk-blockchain
dusk-blockchain copied to clipboard
Reference implementation of the DUSK Network node, written in Golang
**Describe what you want implemented** Termination of unrelated services should be performed concurrently. Also, some of the services (like the Node'sgRPC server) are obsolete **Further Context** _Originally posted by @autholykos...
**Describe what you want implemented** Prevent adversaries to flood nodes with high priority messages (i.e. `AggrAgreement`) **Describe "Why" this is needed** `AggrAgreement` are used to shortcircuit the consensus in case...
`TestHasAnywhereBigData` unit test fails on CI but always passes running locally
**Describe what you want implemented** A dedicated struct to encapsulate the `log.Entry` that is now passed as parameter to the methods **Describe "Why" this is needed** For maintainability reasons, we...
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...
At the moment we don't have a way to cancel DB operations, no matter how expensive. Adding the context could help getting idiomatic timeouts and cancelation
Please add documentation on how to run such tests
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...