12022-12-20T00:02:52 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500:9f97:ce49:553a:6cb3> has quit IRC (Ping timeout: 252 seconds)
22022-12-20T01:05:43 <PaperSword> I am trying to use bech32::Encode and the result string when passed into cout << seems to be completely garbled other than the hrp?
32022-12-20T01:16:05 *** bitdex_ <bitdex_!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 255 seconds)
42022-12-20T01:18:52 <sipa> @PaperSword Not sure what you're expecting to see, or what you're seeing.
52022-12-20T01:25:32 *** b_101_ <b_101_!~robert@173.254.196.62.adsl.inet-telecom.org> has joined #bitcoin-core-dev
62022-12-20T01:27:42 *** bitdex_ <bitdex_!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
72022-12-20T01:28:29 <PaperSword> @sipa thanks so much for the response, my example would be that I am passing in an array of 32 uint8_t (serialized schnorr pubkey) for the values vector and the hrp is 'bc' with a type is bech32::Encoding::BECH32.
82022-12-20T01:28:52 *** b_101 <b_101!~robert@173.254.196.62.adsl.inet-telecom.org> has quit IRC (Ping timeout: 272 seconds)
92022-12-20T01:29:20 <PaperSword> an input such as "45a63115693ff284cc001add4647ea90b89bbc356334a3bac6be96e6644d40cd" will product something like bc1���fn���s��z{c3uu��r7nqj9
102022-12-20T01:29:20 <PaperSword> 32602975f0190b582298dddef79a676bcd6e4f7e7e8a4cd3f2bb9366ebd77d1e
112022-12-20T01:29:36 <PaperSword> produce*
122022-12-20T01:30:02 <sipa> The input needs to be a vector of 5-bit values.
132022-12-20T01:30:19 <PaperSword> Ahh thank you very much
142022-12-20T01:30:24 <sipa> So uint8_t's in range 0 to 31 inclusive.
152022-12-20T01:30:36 <PaperSword> Ahhhh!!! Thanks so much!
162022-12-20T01:30:50 <PaperSword> BTW I am using your library from github :D
172022-12-20T01:31:22 <PaperSword> Thank you so everything you have built
182022-12-20T01:31:31 <sipa> In the Bitcoin Core source code, see key_io.cpp for higher-level conversions between witness programs and addresses.
192022-12-20T01:33:23 <PaperSword> Thanks and yep already been looking at that as part of my search for uses of bech32::Encode
202022-12-20T01:33:30 <PaperSword> Again thanks so much
212022-12-20T01:40:01 <PaperSword> Sorry last question about this but to create the 5bit unit8_t's I just have to take the 256 bits and chunk it in to 52 total unit8_t's
222022-12-20T01:40:37 <sipa> Yes, there is a function ConvertBits for that.
232022-12-20T02:36:18 *** MrFrancis <MrFrancis!~MrFrancis@bl15-115-2.dsl.telepac.pt> has joined #bitcoin-core-dev
242022-12-20T02:37:01 *** FrancisMr <FrancisMr!~MrFrancis@bl15-115-2.dsl.telepac.pt> has joined #bitcoin-core-dev
252022-12-20T02:38:08 *** FranMr <FranMr!~MrFrancis@2001:8a0:fa4c:901:70cd:7ac8:9a76:cb5f> has joined #bitcoin-core-dev
262022-12-20T02:41:04 *** MrFrancis <MrFrancis!~MrFrancis@bl15-115-2.dsl.telepac.pt> has quit IRC (Ping timeout: 272 seconds)
272022-12-20T02:42:20 *** FrancisMr <FrancisMr!~MrFrancis@bl15-115-2.dsl.telepac.pt> has quit IRC (Ping timeout: 272 seconds)
282022-12-20T03:13:27 *** FranMr <FranMr!~MrFrancis@2001:8a0:fa4c:901:70cd:7ac8:9a76:cb5f> has quit IRC (Ping timeout: 260 seconds)
292022-12-20T03:20:58 *** Guest5 <Guest5!~Guest5@223.178.208.61> has joined #bitcoin-core-dev
302022-12-20T03:21:36 *** Guest5 <Guest5!~Guest5@223.178.208.61> has quit IRC (Client Quit)
312022-12-20T05:01:01 *** cmirror <cmirror!~cmirror@4.53.92.114> has quit IRC (Remote host closed the connection)
322022-12-20T05:01:32 *** cmirror <cmirror!~cmirror@4.53.92.114> has joined #bitcoin-core-dev
332022-12-20T06:15:10 *** as2333 <as2333!~as2333@host95.201-252-100.telecom.net.ar> has quit IRC (Quit: as2333)
342022-12-20T06:48:54 *** p2plife <p2plife!~p2plife@vps-46773dd2.vps.ovh.net> has joined #bitcoin-core-dev
352022-12-20T07:21:30 *** FranMr <FranMr!~MrFrancis@2001:8a0:fa4c:901:70cd:7ac8:9a76:cb5f> has joined #bitcoin-core-dev
362022-12-20T07:52:03 *** nanotube <nanotube!~nanotube@user/nanotube> has quit IRC (Remote host closed the connection)
372022-12-20T08:03:52 *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
382022-12-20T08:08:02 *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has left #bitcoin-core-dev
392022-12-20T08:08:55 *** FranMr <FranMr!~MrFrancis@2001:8a0:fa4c:901:70cd:7ac8:9a76:cb5f> has quit IRC (Ping timeout: 252 seconds)
402022-12-20T09:01:38 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Remote host closed the connection)
412022-12-20T09:01:55 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
422022-12-20T09:50:26 *** vasild <vasild!~vd@user/vasild> has quit IRC (Ping timeout: 255 seconds)
432022-12-20T10:07:20 *** vasild <vasild!~vd@user/vasild> has joined #bitcoin-core-dev
442022-12-20T10:39:43 *** FranMr <FranMr!~MrFrancis@bl15-115-2.dsl.telepac.pt> has joined #bitcoin-core-dev
452022-12-20T11:03:12 *** vasild <vasild!~vd@user/vasild> has quit IRC (Remote host closed the connection)
462022-12-20T11:33:35 *** vasild <vasild!~vd@user/vasild> has joined #bitcoin-core-dev
472022-12-20T11:46:22 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8ab19237e11e...dcdfd72861c0
482022-12-20T11:46:23 <bitcoin-git> bitcoin/master a4defcd brunoerg: test, lint: add `crypted` to `ignore-words`
492022-12-20T11:46:23 <bitcoin-git> bitcoin/master dcdfd72 fanquake: Merge bitcoin/bitcoin#26721: test, lint: add `crypted` to `ignore-words`
502022-12-20T11:46:35 <bitcoin-git> [bitcoin] fanquake merged pull request #26721: test, lint: add `crypted` to `ignore-words` (master...2022-12-fix-codespell-walletload) https://github.com/bitcoin/bitcoin/pull/26721
512022-12-20T12:07:46 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Remote host closed the connection)
522022-12-20T12:08:51 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
532022-12-20T12:53:41 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Remote host closed the connection)
542022-12-20T12:54:07 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
552022-12-20T12:56:54 <bitcoin-git> [bitcoin] fjahr closed pull request #19949: cli: Parse and allow hash value (master...jsonerr) https://github.com/bitcoin/bitcoin/pull/19949
562022-12-20T13:03:07 *** brunoerg <brunoerg!~brunoerg@2804:5e70:4004:7800:516a:5739:b9bc:956f> has joined #bitcoin-core-dev
572022-12-20T13:03:48 *** FranMr <FranMr!~MrFrancis@bl15-115-2.dsl.telepac.pt> has left #bitcoin-core-dev
582022-12-20T13:03:57 *** MrFrancis <MrFrancis!~MrFrancis@bl15-115-2.dsl.telepac.pt> has joined #bitcoin-core-dev
592022-12-20T13:19:31 *** _aj_ <_aj_!aj@user/aj/x-5857768> has quit IRC (Remote host closed the connection)
602022-12-20T14:20:11 *** lightningbot <lightningbot!~supybot@2400:8901::f03c:91ff:febb:bbc1> has joined #bitcoin-core-dev
612022-12-20T14:21:16 *** aj__ <aj__!aj@azure.erisian.com.au> has joined #bitcoin-core-dev
622022-12-20T14:21:26 *** aj__ is now known as _aj_
632022-12-20T14:40:24 *** makeym1 <makeym1!~jodie@134.41.113.173> has quit IRC (Ping timeout: 260 seconds)
642022-12-20T14:42:26 *** freesprung <freesprung!~freesprun@user/freesprung> has joined #bitcoin-core-dev
652022-12-20T14:53:42 *** jarthur <jarthur!~jarthur@user/jarthur> has quit IRC (Read error: Connection reset by peer)
662022-12-20T15:05:22 *** jarthur <jarthur!~jarthur@user/jarthur> has joined #bitcoin-core-dev
672022-12-20T15:08:29 *** halosghost <halosghost!~halosghos@user/halosghost> has joined #bitcoin-core-dev
682022-12-20T15:42:24 *** MrFrancis <MrFrancis!~MrFrancis@bl15-115-2.dsl.telepac.pt> has quit IRC (Remote host closed the connection)
692022-12-20T15:42:45 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:70cd:7ac8:9a76:cb5f> has joined #bitcoin-core-dev
702022-12-20T16:04:28 <bitcoin-git> [bitcoin] fanquake closed pull request #26581: CI: Bump CI Lint base image from bionic to jammy (master...ci-bump) https://github.com/bitcoin/bitcoin/pull/26581
712022-12-20T16:57:34 *** halosghost <halosghost!~halosghos@user/halosghost> has quit IRC (Ping timeout: 252 seconds)
722022-12-20T17:19:15 *** andrewtoth <andrewtoth!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
732022-12-20T17:35:52 *** lukedashjr <lukedashjr!~luke-jr@user/luke-jr> has joined #bitcoin-core-dev
742022-12-20T17:35:58 *** luke-jr <luke-jr!~luke-jr@user/luke-jr> has quit IRC (Ping timeout: 272 seconds)
752022-12-20T17:37:51 *** lukedashjr is now known as luke-jr
762022-12-20T17:41:10 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:70cd:7ac8:9a76:cb5f> has quit IRC (Remote host closed the connection)
772022-12-20T17:41:27 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:70cd:7ac8:9a76:cb5f> has joined #bitcoin-core-dev
782022-12-20T17:50:47 *** andrewtoth <andrewtoth!~andrewtot@gateway/tor-sasl/andrewtoth> has quit IRC (Remote host closed the connection)
792022-12-20T18:00:52 *** gleb <gleb!sid306870@id-306870.lymington.irccloud.com> has joined #bitcoin-core-dev
802022-12-20T18:05:57 *** andrewtoth <andrewtoth!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
812022-12-20T18:27:12 *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
822022-12-20T18:27:27 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:70cd:7ac8:9a76:cb5f> has quit IRC (Ping timeout: 256 seconds)
832022-12-20T19:08:47 *** as2333 <as2333!~as2333@host95.201-252-100.telecom.net.ar> has joined #bitcoin-core-dev
842022-12-20T19:14:41 *** halosghost <halosghost!~halosghos@user/halosghost> has joined #bitcoin-core-dev
852022-12-20T19:44:42 <bitcoin-git> [bitcoin] brunoerg opened pull request #26731: test: add coverage for invalid parameter in `keypoolrefill` (master...2022-12-keypool-invalid-parameter) https://github.com/bitcoin/bitcoin/pull/26731
862022-12-20T20:13:39 <bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/dcdfd72861c0...497f26552b36
872022-12-20T20:13:39 <bitcoin-git> bitcoin/master 5299cfe Hennadii Stepanov: qt: Delete splash screen widget explicitly
882022-12-20T20:13:40 <bitcoin-git> bitcoin/master 10811af Hennadii Stepanov: qt: Drop no longer used `BitcoinApplication::splashFinished()` signal
892022-12-20T20:13:40 <bitcoin-git> bitcoin/master 1b22849 Hennadii Stepanov: qt: Drop no longer used `SplashScreen::finish()` slot
902022-12-20T20:13:41 <bitcoin-git> [gui] hebasto merged pull request #605: Delete splash screen widget early (master...220522-splash) https://github.com/bitcoin-core/gui/pull/605
912022-12-20T20:23:35 *** andrewtoth <andrewtoth!~andrewtot@gateway/tor-sasl/andrewtoth> has quit IRC (Ping timeout: 255 seconds)
922022-12-20T20:30:06 *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
932022-12-20T20:30:29 <bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/497f26552b36...cbcad79eefd7
942022-12-20T20:30:30 <bitcoin-git> bitcoin/master 304ece9 Sjors Provoost: rpc: document bools in FillPSBT() calls
952022-12-20T20:30:30 <bitcoin-git> bitcoin/master 7e02a33 Sjors Provoost: rpc: bumpfee signer support
962022-12-20T20:30:31 <bitcoin-git> bitcoin/master 2c07cfa Sjors Provoost: gui: bumpfee signer support
972022-12-20T20:30:40 <bitcoin-git> [bitcoin] achow101 merged pull request #21576: rpc, gui: bumpfee signer support (master...2021/04/signer_bumpfee) https://github.com/bitcoin/bitcoin/pull/21576
982022-12-20T20:40:45 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has quit IRC (Remote host closed the connection)
992022-12-20T20:41:07 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has joined #bitcoin-core-dev
1002022-12-20T20:51:20 <bitcoin-git> [bitcoin] furszy opened pull request #26732: wallet: tx creation, don't select outputs from txes that are being replaced (master...2022_wallet_do_not_select_utxo_from_the_tx_being_replaced) https://github.com/bitcoin/bitcoin/pull/26732
1012022-12-20T20:54:59 *** bytes1440000 <bytes1440000!~bytes1440@51-15-0-88.rev.poneytelecom.eu> has joined #bitcoin-core-dev
1022022-12-20T20:55:39 <bytes1440000> Hi michaelfolkson, my email on bitcoin-dev was not ranting, raving or throwing toys. It was 90% facts with links and 10% opinion.
1032022-12-20T20:55:39 <bytes1440000> I took almost an hour to write that email, proof read and remove some things.
1042022-12-20T20:55:40 <bytes1440000> I am disturbed with the drama and politics that happens in core which affects some devs which you may like or not.
1052022-12-20T20:55:56 <bytes1440000> Sometimes drama was even initiated by you as you had nothing better to contribute.
1062022-12-20T20:55:57 <bytes1440000> I feel sad for devs who are not from a special group but still contribute.
1072022-12-20T20:56:05 <bytes1440000> Happy Holidays. I wanted to make this happier for someone else as it was the first time someone appreciated my efforts in last few years. It wasnt bitcoin or bitcoin core but nostr.
1082022-12-20T20:56:22 <bytes1440000> Anyway I still respect you all and learn from it. Example: Trying to build a nostr dns seed based on sipa's code but no A records. it will be TXT records.
1092022-12-20T20:56:46 *** bytes1440000 <bytes1440000!~bytes1440@51-15-0-88.rev.poneytelecom.eu> has left #bitcoin-core-dev
1102022-12-20T21:01:06 *** NorrinRadd <NorrinRadd!~me@102.67.16.112> has joined #bitcoin-core-dev
1112022-12-20T21:04:47 *** NorrinRadd <NorrinRadd!~me@102.67.16.112> has quit IRC (Client Quit)
1122022-12-20T21:11:57 *** vasild <vasild!~vd@user/vasild> has quit IRC (Remote host closed the connection)
1132022-12-20T21:13:27 *** vasild <vasild!~vd@user/vasild> has joined #bitcoin-core-dev
1142022-12-20T21:21:11 *** vasild <vasild!~vd@user/vasild> has quit IRC (Ping timeout: 255 seconds)
1152022-12-20T21:22:19 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has quit IRC (Remote host closed the connection)
1162022-12-20T21:24:55 <bitcoin-git> [bitcoin] yusufsahinhamza opened pull request #26733: test: Add test for `sendmany` rpc that uses `subtractfeefrom` parameter (master...add-sendmany-test) https://github.com/bitcoin/bitcoin/pull/26733
1172022-12-20T21:29:24 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has joined #bitcoin-core-dev
1182022-12-20T21:37:25 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Remote host closed the connection)
1192022-12-20T21:37:51 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
1202022-12-20T21:37:53 *** vasild <vasild!~vd@user/vasild> has joined #bitcoin-core-dev
1212022-12-20T21:44:06 *** Guest21 <Guest21!~Guest21@2601:201:8201:44e0:1ca:a998:1711:cff9> has joined #bitcoin-core-dev
1222022-12-20T21:44:45 *** Guest21 <Guest21!~Guest21@2601:201:8201:44e0:1ca:a998:1711:cff9> has quit IRC (Client Quit)
1232022-12-20T21:44:56 *** Guest21 <Guest21!~Guest21@2601:201:8201:44e0:1ca:a998:1711:cff9> has joined #bitcoin-core-dev
1242022-12-20T21:45:36 *** Guest21 <Guest21!~Guest21@2601:201:8201:44e0:1ca:a998:1711:cff9> has quit IRC (Client Quit)
1252022-12-20T21:49:08 *** p2plife <p2plife!~p2plife@vps-46773dd2.vps.ovh.net> has quit IRC (Remote host closed the connection)
1262022-12-20T21:50:50 *** jonatack1 <jonatack1!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1272022-12-20T21:52:58 *** jon_atack <jon_atack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 265 seconds)
1282022-12-20T21:57:00 *** p2plife <p2plife!~p2plife@vps-46773dd2.vps.ovh.net> has joined #bitcoin-core-dev
1292022-12-20T21:59:02 *** p2plife <p2plife!~p2plife@vps-46773dd2.vps.ovh.net> has quit IRC (Client Quit)
1302022-12-20T22:06:41 *** p2plife <p2plife!~p2plife@vps-46773dd2.vps.ovh.net> has joined #bitcoin-core-dev
1312022-12-20T22:28:59 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:70cd:7ac8:9a76:cb5f> has joined #bitcoin-core-dev
1322022-12-20T22:32:02 *** halosghost <halosghost!~halosghos@user/halosghost> has quit IRC (Quit: WeeChat 3.7.1)
1332022-12-20T22:44:51 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500:8854:9c89:b4e9:bf9> has joined #bitcoin-core-dev
1342022-12-20T22:44:53 *** sipsorcery_ <sipsorcery_!~sipsorcer@2a02:8084:6180:500:8854:9c89:b4e9:bf9> has joined #bitcoin-core-dev
1352022-12-20T22:51:11 *** ahmad <ahmad!~ahmad@51.39.119.223> has joined #bitcoin-core-dev
1362022-12-20T22:54:14 *** ahmad <ahmad!~ahmad@51.39.119.223> has quit IRC (Client Quit)
1372022-12-20T22:54:38 *** ahmed60 <ahmed60!~ahmed@51.39.119.223> has joined #bitcoin-core-dev
1382022-12-20T22:55:49 *** ahmed60 <ahmed60!~ahmed@51.39.119.223> has quit IRC (Client Quit)
1392022-12-20T23:01:17 *** sipsorcery_ <sipsorcery_!~sipsorcer@2a02:8084:6180:500:8854:9c89:b4e9:bf9> has quit IRC (Quit: Leaving)
1402022-12-20T23:05:47 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:70cd:7ac8:9a76:cb5f> has quit IRC (Ping timeout: 260 seconds)
1412022-12-20T23:12:21 <bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/cbcad79eefd7...8456bfac6ba2
1422022-12-20T23:12:21 <bitcoin-git> bitcoin/master 8e0faba S3RK: test: make wallet_migration.py pass with both wallet flags
1432022-12-20T23:12:22 <bitcoin-git> bitcoin/master 17554ef S3RK: test: prefer sqlite for wallet tests
1442022-12-20T23:12:22 <bitcoin-git> bitcoin/master 8456bfa Andrew Chow: Merge bitcoin/bitcoin#26638: test: prefer sqlite for wallet tests
1452022-12-20T23:35:17 <bitcoin-git> [bitcoin] achow101 closed pull request #26638: test: prefer sqlite for wallet tests (master...wallet_test_prefer_sqlite) https://github.com/bitcoin/bitcoin/pull/26638