Kody Low

Results 43 issues of Kody Low

@asoltys Here's most of an implementation using the Coinos API. Pay and info are complete, we'd have to work with you on how best to register the webhook. It looks...

Requires fix to headless firefox, TODO from https://github.com/fedimint/fedimint/pull/4474/files ``` tests_to_run_in_parallel=( "always_success_test" "rust_unit_tests" # TODO: unfortunately it seems like something about headless firefox is broken when # running in xarg -P...

We've had a bunch of guys reaching out about contributing, will make an updated contributing.md with instructions and such.

builds on prev PR, Made some tailwind improvements for the chrome extension:

What's the ETA for the OKC Liquid Staking, Swap, Bridge, and Multisig tutorials and documentation? Who owns those? The VRF tutorials are excellent

I need to set `rustflags = ["--cfg", "tokio_unstable"]` or `export RUSTFLAGS="--cfg tokio_unstable"` as part of my build, but can't figure out how to get release.yml to pick it up. When...

Getting this error for all invoice calls to mint deployed with defaults, replicated from minibits and cashu.me

Made a first pass at building the flake.nix today and got it working with the rust build and environment variables. Should the flake.nix run the entire project as a standalone,...

New Fedimint Downloader, currently points at this branch if you want to try testing it with: ``` curl -sSL https://raw.githubusercontent.com/Kodylow/fedimint/kl/docker-deploy/docker/downloader.sh | bash ``` Works for Fedimint Guardians and Gateways on...

Step 1 for #5525 https://github.com/fedimint/fedimint/issues/5526 This changes the federationId to be a hash of the guardians' signing keys. Still need to implement a client side migration for the GlobalClientConfig, and...