Dawid Ciężarkiewicz

Results 459 comments of Dawid Ciężarkiewicz

> This is a 👎🏻 for me: it'll waste battery life and the stuttering is actually useful to me too as a sort of a progress bar: it means the...

> Just noticed that hbbft is compiled by the client crate ... which is silly `cargo tree -p mint-client` says we need to move `hbbft` dep from `fedimint-api` to `fedimint-server`....

With recent changes `FedimintApi` is method-based, so this is no longer necessary.

Seems like we've did a lot of progress towards converting all expects to `?`, and we settled on combination of `anyhow` for erased errors and `thiserror` for places where we...

Closing as done long time ago.

I don't think we are even passing these rngs anymore so probably no longer applicable.

Closing as not actionable and stale.

Stale, old, and alephbft already has a max citem size.

> Perhaps redb could offer an _async-friendly_ api that wraps the sync api in `spawn-blocking` or `block-in-place`? Is there anything redb would do that a separate crate couldn't? `redb-tokio` etc.