Antoine Poinsot
Antoine Poinsot
Needs rebase :)
Thank you for raising this. The `ed25519` crate [recently bumped their MSRV](https://github.com/RustCrypto/signatures/blob/master/ed25519/CHANGELOG.md) (in a minor version...). We therefore need to pin it. Looks like `cargo install` ignores the `Cargo.lock`? It...
Then i think we can do something to `listonchaintransactions` too but i'm not sure what yet.
I think this would increase startup time by a lot, prioritizing.
Pretty old and non-prio but curious about your thoughts on this @edouardparis
Thank you for getting together a repro. Before i dive deeper into it, did you try running essentially what the CI does? For instance here is a simple Dockerfile from...
> I hadn't seen that Dockerfile before now. Where is it hosted? I thought [this](https://github.com/revault/revaultd/blob/457ff85dc40834ccf9e78ced25547a77d7278ad5/.github/workflows/main.yml) was the CI config. No. I wrote and tested it just now so you can...
I wonder if `listpresignedtransactions` is an useful API at all.
When we do that, let's keep #369 in mind.
Seems to be solved by https://github.com/revault/coordinatord/pull/47.