elsirion
elsirion
Yep, that would be good to do in one go.
> Should we add to each subcrate's toml or just the top level repo? Good question, from a short look at the [Cargo Reference](https://doc.rust-lang.org/cargo/reference/workspaces.html) it seems like this would need...
I think the edition jump is ok. We forbid warnings in CI and single edition jumps only make warnings to errors afaik, so if you didn't have warnings before you...
Yes, that's what I meant. I'd like to hear @jkitman's opinion since he built the rust integration tests, but I think starting the daemons externally is a historic artifact that...
I think we want to build the container in CI from time to time just to see it still works. And when we do so we can just upload it...
We need to collect what features cln-rpc is missing. Long term cln-rpc is the way to go imo because it has a higher chance of being maintained (as part of...
For now I'll stick with c-ln as it is the implementation I have the most experience with and it doesn't matter all that much (setting up a dedicated node is...
This is an oversight that happened when migrating from the HTTP API to websockets. The old server code would catch panics and return internal server errors while the current server...
> Build our own panic-catching wrapper just in case I'm working on that right now btw.
> Would (1) just be arguments passed to `fedimintd` or whatever we call it? I imagine we could have defaults for the bind addresses at least, and perhaps the datadir...