maflcko

Results 1106 comments of maflcko

So you are claiming this is reproducible on Linux as well as Windows? Surely this can't be with default settings, as I've myself synced tens of nodes on Linux with...

On Windows there is `_SILENCE_CXX20_U8PATH_DEPRECATION_WARNING`, maybe something similar exists for macOS? An alternative would be to copy the string into a `std::u8string` first: `return std::filesystem::u8path(std::u8string{utf8_str.begin(), utf8_str.end()});` (obviously guarded by C++20)

> However I think we could consolidate this issue into https://github.com/bitcoin/bitcoin/issues/23366. Ok

> I can reliably re-create it, but only on one device. On another very similar device, the issue is not present. Did you reproduce on both devices the same way?...

Given that this is primarily for devs, is there a reason to ship this in 24.0 this late before the feature freeze? (Sorry if this has been discussed before, haven't...

I am in favour of this configuration option, my question was solely about the milestone

Log: [eclair-wallet.log(1).txt](https://github.com/ACINQ/eclair-mobile/files/3628549/eclair-wallet.log.1.txt) Tx (with blockstream privacy analysis): https://blockstream.info/testnet/tx/06a50e5eac661605f6ed81dca6b5eea730539f575fd2716d879b1ce2eb98e1eb Screenshot: ![Screenshot_20190918-175931](https://user-images.githubusercontent.com/6399679/65189500-2597a200-da3f-11e9-86e4-7597651e3b7e.png)

From https://github.com/ACINQ/eclair-mobile/pull/210#issuecomment-533048398: > To know what channel capacity would exhaust our balance, we need first to estimate the fees for a multisig tx (i.e simulating a channel), and that does...

> sending the actual channel funding transaction I couldn't find where that tx is created. Could you help me with that please?