elsirion
elsirion
I was trying to fee-bump an opening channel and set the fee to 50 sat/vbyte (or so I thought). After submitting the CPFP transaction had a fee of ~1sat/vbyte. When...
Currently only mainnet and regtest are supported, ideally we could also support signet (and maybe testnet?). I have a hack at d17dee5eb000a2fb1b8c8ff2f365c5fe9721ac25 that enables signet and got an instance running...
Hi, dependabot just informed me of HBBFT's `failure` dependency having a security relevant bug (CVE-2019-25010). We'll probably fix it in [fedimint/hbbft](https://github.com/fedimint/hbbft) at some point, are you guys still interested in...
While using the rust RPC library I noticed a few unidiomatic/unergonomic API details. This PR proposes fixes to some of them that I'd like to discuss. If you think certain...
I think the recent CI changes lead to a situation where the docs aren't built per PR anymore, but only once its merged. That could lead to failures on master...
Add fuzz testing for: * Parsing logic receiving untrusted input * Network stack * maybe some consensus logic/modules [See rust-bitcoin for examples.](https://github.com/rust-bitcoin/rust-bitcoin/tree/master/fuzz/fuzz_targets)
Currently the Lightning Gateway doesn't recognize when it's paying itself. Unfortunately core-lightning doesn't seem to support self-payments. Thus we should detect these self-payments internally and special-case them (just buy the...
I just did some manual config migration and made my signet federation very upset by giving it a LN threshold decryption key share that didn't fit the pub key. Since...
Currently we can only claim e-cash tokens with the CLI client. For debugging having the ability to simply validate tokens without claiming them would be useful.
See https://github.com/fedimint/fedimint/pull/277#issuecomment-1187024318