Matteo Ferretti
Matteo Ferretti
**Describe the bug** Code coverage fails because it takes the wrong commit for master, see: https://github.com/dusk-network/plonk/pull/668 The current master at that point in time was: https://github.com/dusk-network/plonk/commit/d8ef7908db1f4995883e5e64db8d68e9cc343483 (just pushed) But the...
Currently there is a lot of code repetition and complexity under `proof_system/widget` modules, it should be definitely possible to reduce and improve the ergonomics of the code.
This library should be included in the wallet add-on and therefore we should be able to compile it as WASM. #### Browsers - Chrome (Desktop, latest version) - Firefox (Desktop,...
Nowadays Poseidon252 is a sort of "monster". The original repo was containing only the core functionality, now it contains several things that could easily decoupled, such as the merkle tree,...
**Describe what you want implemented** prover and state server should have the capability to have different ipc method. **Describe "Why" this is needed** It's possible that users decide to install...
**Describe what you want documented** Now the file `config.toml` is totally different, and it can also accept alternative networks. This feature is not well documented yet, and it should. **Describe...
**Describe the bug** Currently there is only one global cache despite the network (devnet, testnet) and the wallet's addresses. That lead to bugs if the users switch network and/or wallet's...
**Describe what you want implemented** The `CallContext` type shouldn't depends on `NetworkState`, since its functionality are related only to the Contracts' state. **Describe "Why" this is needed** Currently we're leaking...
#### Summary The `README.md` should be updated and having the following information: - [ ] `Node 20.x` as prerequisite to build the rusk - [ ] The correct shields for...
#### Summary For some reason we started to have in our `CHANGELOG.md` PRs numbers instead of the issues numbers. It's also possible that some `CHANGELOG` now have mixed references (some...