Eduardo Leegwater Simões
Eduardo Leegwater Simões
There are still unchecked conversions in the code. Specifically [here](https://github.com/dusk-network/plonk/blob/add_lookups/src/constraint_system/ecc/curve_addition/variable_base_gate.rs#L29-L37). We should what pros and cons of keeping/removing them. If we decide to keep them we should comment them properly....
**Describe what you want implemented** The features of a crate should be named accordingly to the features they enable, and not the names or technicalities of its dependencies. I propose...
The `Compiler::compile` function keeps this bound since it actually requires the circuit to have a `Default` implementation, but all other functionality now works without said bound. Resolves #715
**Describe what you want implemented** A circuit shouldn't be required to be `Default` to satisfy the `Circuit` trait. The proposal is to remove said bound, and adjust accordingly. **Describe "Why"...
**Describe what you want implemented** It should be possible to set an "initial block height" to start to cache notes from. **Describe "Why" this is needed** As an example, wallets...
**Describe what kind of specification you want to have created** The userspace API for writing smart contracts needs to be specified. We've chosen a language to support writing contracts in,...
**Describe what you want implemented** In PR #255 there was a memoization introduced for the compilation of a module. This means that the result of the compilation is "cached", but...
Allows for the client to dispatch events, and receive "response" events on the connected websocket according to the [RUES specification](https://github.com/dusk-network/rusk/wiki/RUES-(Rusk-Universal-Event-System)). This effectively means the RUES API is, with this PR,...
#### Summary After much discussing [different node roles](https://github.com/dusk-network/rusk/issues/1144) and archival storage, in the context of features such as [hyper-fast syncup](https://github.com/dusk-network/rusk/issues/1068) and [recovery checkpoints](https://github.com/dusk-network/rusk/issues/1094), we thought that the best way to...
#### Summary Contracts should be able to choose how fees are paid for the execution of their code. #### Detailed Description Currently, while a transaction is being executed, the computational...