dusk-blockchain icon indicating copy to clipboard operation
dusk-blockchain copied to clipboard

Reference implementation of the DUSK Network node, written in Golang

Results 49 dusk-blockchain issues
Sort by recently updated
recently updated
newest added

**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...

area:architecture
status:minor
area:conf&build

**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...

type:vulnerability
area:block-validation
type:tech-debt
team:WebTech

`TestHasAnywhereBigData` unit test fails on CI but always passes running locally

type:tech-debt
team:WebTech

**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...

type:tech-debt
team:WebTech

To make usage simpler, we could try to devise a way to automate faucet calls from the node console.

type:rfc
team:WebTech

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...

status:minor
type:vulnerability
team:DevOps
team:WebTech

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

area:architecture
type:tech-debt
team:WebTech

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...

type:rfc
area:architecture
status:minor
team:WebTech