Marcella Hastings

Results 46 issues of Marcella Hastings

This throws a `todo!()` error right now, but it should allow the merchant to close all channels at once with the `--all` command line argument.

Right now we have `ClosingMessage`, which contains `CloseState` and `ClosingSignature` and there is separately `Closing`, which is used to print stuff out but seems to be the same as a...

The customer database currently has a way to _update_ the status that also checks the current status, but does not have a way to simply assert that the current status...

sqlx has difficulty validating queries against multiple database types when you run `cargo sqlx:prepare`, which we'd need to address. See https://github.com/launchbadge/sqlx/issues/121

There are a handful of functions in zeekoe that take a lot of arguments, which makes clippy mad. We've put in exceptions for now, but we might be able to...

enhancement

In #616, the code generated by the Jolt binary changed. However, that PR didn't update the Jolt book to reflect those changes. - [ ] Fix the "Project Tour" section...

documentation