moana
moana
#### Summary Update to the version of clap used in the workspace.
#### Summary Update node so that `make clippy` passes using the workspace dependency of `sqlx`
#### Summary Update the toml dependency in rusk so that it is compatible with the version that is used across the workspace. #### Relevant Context The toml dependency, at version...
#### Summary Test the functionalities of the `rusk-wallet` by plugging it into the tests of `rusk`. Currently `rusk` used a `test-wallet` for its tests but that was always meant to...
**Workspace internal dependencies** These dependencies are not frozen to their patches-releases since they are all part of the same workspace which patch-freezes all 3rd-party dependencies anyway. ```rust dusk-consensus = {...
#### Summary Support the generation of an unproven phoenix-transaction and its conversion into a "proven" phoenix-transaction. #### Detailed Description In the current state, it is only possible to generate proven...
Resolves #2275
Resolves #2231