--- Log opened Fri May 07 00:00:47 2021 00:29 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-tcmhyidyotayoduh] has left #c-lightning [] 00:29 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-tcmhyidyotayoduh] has joined #c-lightning 01:39 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 240 seconds] 01:47 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 02:10 -!- vincenzopalazzo [~vincenzop@host-79-23-113-134.retail.telecomitalia.it] has joined #c-lightning 02:22 <@cdecker> vincenzopalazzo: the `PYTHONPATH` is set in the Makefile so we should always use the one in `contrib/pyln-*` since we want to rely on features that might not have been released as such in the pyln libs 02:24 < vincenzopalazzo> cdecker, thanks I need to check this, because I ran the test on my machine yesterday and I receive the error "No wallet found" from bitcoin, but I see that the library support the version 0.21.0. I will pay more attention to it 02:25 < vincenzopalazzo> thank for the feedback 02:25 -!- belcher [~belcher@unaffiliated/belcher] has quit [Read error: Connection reset by peer] 02:29 < darosior> vincenzopalazzo: hmm a fresh wallet should be created by the functional tests iirc 02:32 < vincenzopalazzo> darosior Yep, for this reason yesterday I asked about the path of the test framework, but I need to make a deep analysis of what happen during the testing. However, github action works well and maybe the error is inside my env 02:34 <@cdecker> We've been fighting with the Bitcoin RPC and its changes regarding wallet handling a bit lately, so it could be that there is a latent issue there. Happy to assist if help is needed. 02:36 < vincenzopalazzo> Yep, I will report the error later this day when I will back to my dev machine :) thank 02:40 -!- belcher [~belcher@unaffiliated/belcher] has joined #c-lightning 02:45 < vincenzopalazzo> One question guys, about the fundchannel command, I receive the following error 02:45 < vincenzopalazzo> { 02:45 < vincenzopalazzo> "code": -1, 02:45 < vincenzopalazzo> "message": "They sent error channel 992acac8aa5eccd0f2f09b5bbde1c67dd0f22ad32c5b070f8a80c8b20ac9feff: You gave bad parameters: feerate_per_kw 294 below minimum 377", 02:45 < vincenzopalazzo> "data": { 02:45 < vincenzopalazzo> "id": "02c16cca44562b590dd279c942200bdccfd4f990c3a69fad620c10ef2f8228eaff", 02:45 < vincenzopalazzo> "method": "fundchannel_start" 02:45 < vincenzopalazzo> } 02:45 < vincenzopalazzo> } 02:45 < vincenzopalazzo> The feerate is set by the bitcoin beckend? 02:51 < darosior> vincenzopalazzo: yes 02:52 < vincenzopalazzo> bug found in my bitcoin beckend :) thanks 04:38 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 05:10 -!- jasan [~j@n.bublina.eu.org] has quit [Quit: jasan] 08:37 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has quit [Quit: %bye%] 08:37 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has joined #c-lightning 08:40 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has quit [Remote host closed the connection] 08:41 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has joined #c-lightning 08:45 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-tcmhyidyotayoduh] has left #c-lightning [] 08:45 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-tcmhyidyotayoduh] has joined #c-lightning 08:56 < warren> vincenzopalazzo: feerate is set indirectly by your bitcoin backend after smoothing, I've run into problems with the smoothing 09:37 < vincenzopalazzo> warren, yes in fact my java backend had a bug in the implementation of the fee rate estimation 11:33 -!- felixweis [sid154231@gateway/web/irccloud.com/x-hhmrsbbnugoluvvj] has quit [Read error: Connection reset by peer] 11:35 -!- felixweis [sid154231@gateway/web/irccloud.com/x-ovlrtoqddraoappj] has joined #c-lightning 15:31 -!- openoms [~quassel@gateway/tor-sasl/openoms] has quit [Ping timeout: 240 seconds] 15:32 -!- openoms [~quassel@gateway/tor-sasl/openoms] has joined #c-lightning 15:40 -!- vincenzopalazzo [~vincenzop@host-79-23-113-134.retail.telecomitalia.it] has quit [Quit: Leaving] 16:57 -!- EndFiat [EndFiat@gateway/vpn/mullvad/endfiat] has quit [Ping timeout: 246 seconds] 17:04 -!- EndFiat [EndFiat@gateway/vpn/mullvad/endfiat] has joined #c-lightning 17:05 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-tcmhyidyotayoduh] has left #c-lightning [] 17:05 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-tcmhyidyotayoduh] has joined #c-lightning 17:22 -!- shupfel [~Bohphah3@i5C75E253.versanet.de] has quit [Ping timeout: 260 seconds] 20:38 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #c-lightning 20:40 -!- Ademan [~ademan@47.185.84.39] has quit [Quit: leaving] 20:40 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 246 seconds] 23:40 -!- nibnalin [312489c4@49.36.137.196] has joined #c-lightning 23:45 < nibnalin> Hey guys, I'm trying to `make` master on macOS, but seem to be getting an error: 23:45 < nibnalin> ``` 23:45 < nibnalin> tools/generate-wire.py --page impl tools/test/test_gen.h test_type < tools/test/test_cases > tools/test/test_gen.c.tmp.c 23:45 < nibnalin> mocking out tools/test/test_gen.c.tmp.c: 23:45 < nibnalin> tools/mockup.sh: line 12: syntax error near unexpected token `;;' 23:45 < nibnalin> tools/mockup.sh: line 12: ` ;;' 23:45 < nibnalin> make: *** [tools/test/test_gen.c] Error 2 23:45 < nibnalin> rm external/x86_64-apple-darwin19.6.0/libwally-core-build/src/secp256k1/libsecp256k1.la tools/test/test_gen.c.tmp.c 23:45 < nibnalin> ``` 23:46 < nibnalin> Any ideas what I did wrong? I've built c-lightning before without errors, but it might be that I have some issues with my environment setup --- Log closed Sat May 08 00:00:48 2021