dpc
dpc
Yeah. `cargo nextest --no-run`. Though I'm not sure if normal `craneLib.buildPackage`, would pick these binaries out of `./target`. You might need to keep the target and just extract it outside...
> Did #4520 close this? Still some follow-up TODOs. See first post.
There was a feature that would make keys dynamic / CoW. Maybe that would work.
@m1sterc001guy This might be tricky, because we need to able to read the existing config that does not have it written in. Otherwise fedimintd 0.4 will just crash when starting...
@m1sterc001guy IMO, the network should not exist in config of modules anymore. Such a redundancy is just asking for trouble. It should get passed to server-modules `init` via `args`, where...
I don't know how directly relevant it is, but seems like attribute names get lowercased, so `hx-on:htmx:wsError=` doesn't work. I wanted to try splicing it to avoid lower-case, but then...
Does rustowl require the artifacts that were built in `./target/` to be produced by the same compiler version? At least on Nix, it should be relatively easy to bundle `rustowl`...
@elsirion `Awaiting any state transitions to become ready` is a message from the pre-#4230 codebase. One reason why I rewrote it is because it was prone to problems like this....
I believe initial version discovery is the only place where this matters, so we don't really need to go all generic "network timeout", but possibly we could just make the...
TODO: move env var from fedimint-client to fedimint-cli https://github.com/fedimint/fedimint/pull/4476#issuecomment-1981476810