Brad Stachurski
Brad Stachurski
This is interesting! I'm happy to look into this. Do you think it's in scope to include the interaction of gateways advertising fees and clients optimizing selection or should we...
`parallel` is able to run all tests at the same time so I don't anticipate a material speedup to upgrade all binaries in one test. If there's a strong opinion...
@maan2003 would you prefer handling the backport in https://github.com/fedimint/fedimint/pull/4856? I can close my separate PR (https://github.com/fedimint/fedimint/pull/4763) for backporting to `releases/v0.3`, which is necessary for testing locally due to the issue...
> Do we even need to backport this? It seems to me as if we could just run any upgrade tests off master, specifying the versions we want to test....
Out of curiosity, is this roughly what you're seeing for build times? ```bash root@eaeb68a17691:~/nado-book# time ./make_book.sh --paperback real 3m4.038s user 2m59.142s sys 0m13.953s ``` For reference, I'm not on a...
Hopefully fixed with https://github.com/fedimint/fedimint/pull/4804. I opened a separate PR that includes the fix and version bump (https://github.com/fedimint/fedimint/pull/4805) since that seems easier than resolving merge conflicts here.
@elsirion I recall from one of the wallet improvement meetings you mentioned it's possible to collect publicly available data, however I'm not sure what specifically we can observe. Are there...
@elsirion created an awesome tool that will process publicly available data from mainnet federations that will be useful for analyzing wallet activity. https://github.com/elsirion/fedimint-observer
> Fedimint consensus should independently record in/out flows of modules and check that against the self-reported audit by the modules. Conceptually I think that's a useful system. Please feel free...
Perhaps this job could also run on self-hosted infra (similar to https://github.com/fedimint/fedimint/pull/4630#issuecomment-2009408637)? I've been wanting to play with this for a while so I'd love to tackle.