Walter Smuts

Results 51 comments of Walter Smuts

``` $ journalctl -u lnd | grep 3bc2fa79c945da5f5d457954a2235678ad3e1c1b3a3d7cbd831cff14984cab97 Oct 24 10:36:20 [REDACTED_IP] lnd[265812]: 2022-10-24 10:36:20.526 [INF] SWPR: Creating sweep transaction 3bc2fa79c945da5f5d457954a2235678ad3e1c1b3a3d7cbd831cff14984cab97 for 2 inputs (1223529f41409200453b3452a5db8ff4de0145ac8be222100566d3c209a2c3f4:0 (CommitmentAnchor), 67426e4cbf40a685597450c68f29eb4f7a4d9979eb8eb529a2bb7acdf222153d:0 (TaprootPubKeySpend)) using 1803...

> interesting. Is your channel with outpoint 67426e4cbf40a685597450c68f29eb4f7a4d9979eb8eb529a2bb7acdf222153d:0 still listed as open in your listchannels output? Nope, don't think so. ``` lncli listchannels | grep 67426e4cbf40a685597450c68f29eb4f7a4d9979eb8eb529a2bb7acdf222153d | wc 0 0...

Issue still persisting... > miiiight have to do with the fact that someone else swept the anchor output which then invalidated our own sweep of the anchor: https://blockstream.info/tx/078c3357606d7d959e9e5d3b70409971880c384886511c0b5d333b6604ea521d?input:12 @Roasbeef I...

I ran into a similar issue and wrote the [generic_singleton](https://crates.io/crates/generic_singleton) crate. It doesn't have any of the fancy macros `cached` has, mostly because it wasn't really aimed at writing a...

Please! All pre-releases are not automatically upgraded to. I used the `cargo add` command and got version `0.12.1`. This version has misaligned pointer accesses and causes undefined behaviour!

For those of you interested I've got the following working nicely: * Run each scene individually by specifying target in manim * One of the scenes is a `CombineScene` *...

Hi @connor-mccarthy. The current suggested solutions result in quite a lot of friction in the development process. Consider the situation where multiple components use a common module. If you create...

Consider the following setup: ``` walter@rocky:~/development/kubeflow-issue-9765$ tree . ├── library.py └── my_pipeline.py 1 directory, 2 files ``` ```python walter@rocky:~/development/kubeflow-issue-9765$ cat library.py MY_KUBEFLOW_HOST = "HOST_DOMAIN_NAME" def super_useful_common_function(): print("I am super useful")...

Thanks for posting Rob, please let us know what the result is.

Got two more stuck transactions: ``` $ lncli listunspent --unconfirmed_only { "utxos": [ { "address_type": 4, "address": "bc1p3g7zgu2teq5shu89jflnrzadl4869ft5pl4wl0ppyu43ry07cseqndfkjm", "amount_sat": 1113186, "pk_script": "51208a3c24714bc8290bf0e5927f318badfd4fa2a5740feaefbc21272b1191fec432", "outpoint": "6cb4874ec6bc654fe7f10346d0edb7fee17acbb1fb4df964c8e03d9a4ba97d2b:0", "confirmations": 0 }, { "address_type": 4,...