Demilade Sonuga
Demilade Sonuga
Fix for issue #117711.
I would like to add support for the regular expression protocol, but I would like to know if I should be concerned with issue #554 and wait for its resolution...
The benchmarks in `benchmarks/libsodium` are missing their expected stdout and stderr files.
The checker only checks for the correctness of the allocation dataflow but not for the debug locations output. Although the correctness of the debug locations output isn’t so critical, I...
It's possible for vregs to be used or defined in branch instructions, but the fuzzer doesn't seem to check for these operands. The following doesn't pass the fuzzer: ``` block0:...
For #194. The checker can now check whether the entries in the `debug_locations` output contain the vregs they're expected to contain as indicated by `Function::debug_value_labels`. The checking doesn't happen by...
- Fixes https://github.com/dusk-network/rusk/issues/3600. - Adds tests for the tx history against a running node. - Orders transactions in history by block height for all transactions. - Better error message for...
#### Describe the bug Conversions from shielded to unshielded and unshielded to shielded leads to errors in archive history. #### To Reproduce Convert some money from unshielded to shielded. Convert...
## Summary The std features of serde and the encoding crates used with it (e.g. hex, bs58) are enabled by default. Because of this, the serde features of the Dusk...
For https://github.com/dusk-network/rusk/issues/3470