NicolaLS
NicolaLS
looking at [this](https://doc.rust-lang.org/cargo/reference/manifest.html), I'd say maybe `homepage` `description` `readme` would be also useful but not really important
> How does this look? Should we add to each subcrate's toml or just the top level repo? > > name = "fedimint" version = "0.0.0" authors = ["Fedimint Developers"]...
> Here's another one https://github.com/fedimint/minimint/runs/7290083028?check_suite_focus=true#step:7:2246 wanted to post the same in here, I get this a lot on my local setup especially on this [branch](https://github.com/NicolaLS/minimint/commit/d7256c97f4cee1123c5207e69a22fddb9dc4f83c)
https://github.com/fedimint/fedimint/runs/7881383484?check_suite_focus=true
https://github.com/fedimint/fedimint/runs/7881960910?check_suite_focus=true
@jkitman could this maybe be the same issue I had ? (which got fixed by running the tests with `--release`) I also got the port already in use error (for...
here some proposed changes: https://gist.github.com/NicolaLS/12e67484f1bbb90d98ed5e83aa0ad36f notice removing the option will need refactor in more places than what this gist covers
or if we added a method `activate(&self)` on the gw, we could just use `iter` instead of `iter_mut` Edit: no thats wrong fn d need (& mut self) still
> With the distributed config generation change we'll have to set the hbbft port (also used for configgen) and API port (also used for configgen web UI) either as a...
I don't know a lot about CPFP transactions. Do they have more weight/ are more costly in general ? Because if user `A` pays `2sat/vbyte` but then the fees suddenly...