benthecarman
benthecarman
I have a peer and we have 2 channels between us, in thunderhub it only shows 1.
[In the docs](https://doc.akka.io/docs/akka-grpc/current/client/details.html#request-metadata) it states that you can add default metadata to `GrpcClientSettings`, however there are no example on even how to add something like the `.addHeader("key", "value")` that is...
I would be nice to have the funding tx id in the Channel Information window, so we can look up the tx on a block explorer
I had a channel sold through LN Pool and received this message from `bos telegram` (it actually sent twice) ``` 🥀 0.01500000 channel closed with xmrk 033878501f9a4ce97dba9a6bba4e540eca46cb129a322eb98ea1749ed18ab67735. Inbound liquidity now:...
Closes #1650 This required a small refactor because I found a bug in our utxo size approximation which would only return in bytes instead of the unit we needed for...
Can't find any test vectors or alternate implementations so hopefully can get review from the BIP authors https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki
Closes #3374 Adds the ability to add a label to a DLC so the user can better identify what the contract is.
Upgrading docusaurus would give us some new functionality (namely dark mode!). However this requires us doing some migrations: https://docusaurus.io/docs/migration/manual I started doing it here: https://github.com/benthecarman/bitcoin-s/tree/update-docs-dark