sipsorcery has quit [Ping timeout: 252 seconds]
<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?
bitdex_ has quit [Ping timeout: 255 seconds]
<sipa> @PaperSword Not sure what you're expecting to see, or what you're seeing.
b_101_ has joined #bitcoin-core-dev
bitdex_ has joined #bitcoin-core-dev
<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.
b_101 has quit [Ping timeout: 272 seconds]
<PaperSword> an input such as "45a63115693ff284cc001add4647ea90b89bbc356334a3bac6be96e6644d40cd" will product something like bc1���fn���s��z{c3uu��r7nqj9
<PaperSword> 32602975f0190b582298dddef79a676bcd6e4f7e7e8a4cd3f2bb9366ebd77d1e
<PaperSword> produce*
<sipa> The input needs to be a vector of 5-bit values.
<PaperSword> Ahh thank you very much
<sipa> So uint8_t's in range 0 to 31 inclusive.
<PaperSword> Ahhhh!!! Thanks so much!
<PaperSword> BTW I am using your library from github :D
<PaperSword> Thank you so everything you have built
<sipa> In the Bitcoin Core source code, see key_io.cpp for higher-level conversions between witness programs and addresses.
<PaperSword> Thanks and yep already been looking at that as part of my search for uses of bech32::Encode
<PaperSword> Again thanks so much
<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
<sipa> Yes, there is a function ConvertBits for that.
MrFrancis has joined #bitcoin-core-dev
FrancisMr has joined #bitcoin-core-dev
FranMr has joined #bitcoin-core-dev
MrFrancis has quit [Ping timeout: 272 seconds]
FrancisMr has quit [Ping timeout: 272 seconds]
FranMr has quit [Ping timeout: 260 seconds]
Guest5 has joined #bitcoin-core-dev
Guest5 has quit [Client Quit]
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
as2333 has quit [Quit: as2333]
p2plife has joined #bitcoin-core-dev
FranMr has joined #bitcoin-core-dev
nanotube has quit [Remote host closed the connection]
Guyver2 has joined #bitcoin-core-dev
Guyver2 has left #bitcoin-core-dev [#bitcoin-core-dev]
FranMr has quit [Ping timeout: 252 seconds]
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
vasild has quit [Ping timeout: 255 seconds]
vasild has joined #bitcoin-core-dev
FranMr has joined #bitcoin-core-dev
vasild has quit [Remote host closed the connection]
vasild has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8ab19237e11e...dcdfd72861c0
<bitcoin-git> bitcoin/master a4defcd brunoerg: test, lint: add `crypted` to `ignore-words`
<bitcoin-git> bitcoin/master dcdfd72 fanquake: Merge bitcoin/bitcoin#26721: test, lint: add `crypted` to `ignore-words`
<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
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fjahr closed pull request #19949: cli: Parse and allow hash value (master...jsonerr) https://github.com/bitcoin/bitcoin/pull/19949
brunoerg has joined #bitcoin-core-dev
FranMr has left #bitcoin-core-dev [#bitcoin-core-dev]
MrFrancis has joined #bitcoin-core-dev
_aj_ has quit [Remote host closed the connection]
lightningbot has quit [Ping timeout: 246 seconds]
bitdex_ has quit [Quit: = ""]
<bitcoin-git> [bitcoin] brunoerg opened pull request #26730: test: add coverage for `purpose` arg in `listlabels` (master...2022-12-wallet-labels-verbose) https://github.com/bitcoin/bitcoin/pull/26730
brunoerg has quit []
makeym1 has joined #bitcoin-core-dev
lightningbot has joined #bitcoin-core-dev
aj__ has joined #bitcoin-core-dev
aj__ has quit [Changing host]
aj__ has joined #bitcoin-core-dev
aj__ is now known as _aj_
makeym1 has quit [Ping timeout: 260 seconds]
freesprung has joined #bitcoin-core-dev
jarthur has quit [Read error: Connection reset by peer]
jarthur has joined #bitcoin-core-dev
halosghost has joined #bitcoin-core-dev
MrFrancis has quit [Remote host closed the connection]
MrFrancis has joined #bitcoin-core-dev
<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
halosghost has quit [Ping timeout: 252 seconds]
andrewtoth has joined #bitcoin-core-dev
lukedashjr has joined #bitcoin-core-dev
luke-jr has quit [Ping timeout: 272 seconds]
lukedashjr is now known as luke-jr
MrFrancis has quit [Remote host closed the connection]
MrFrancis has joined #bitcoin-core-dev
andrewtoth has quit [Remote host closed the connection]
gleb has joined #bitcoin-core-dev
andrewtoth has joined #bitcoin-core-dev
Talkless has joined #bitcoin-core-dev
MrFrancis has quit [Ping timeout: 256 seconds]
as2333 has joined #bitcoin-core-dev
halosghost has joined #bitcoin-core-dev
<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
<bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/dcdfd72861c0...497f26552b36
<bitcoin-git> bitcoin/master 5299cfe Hennadii Stepanov: qt: Delete splash screen widget explicitly
<bitcoin-git> bitcoin/master 10811af Hennadii Stepanov: qt: Drop no longer used `BitcoinApplication::splashFinished()` signal
<bitcoin-git> bitcoin/master 1b22849 Hennadii Stepanov: qt: Drop no longer used `SplashScreen::finish()` slot
<bitcoin-git> [gui] hebasto merged pull request #605: Delete splash screen widget early (master...220522-splash) https://github.com/bitcoin-core/gui/pull/605
andrewtoth has quit [Ping timeout: 255 seconds]
Talkless has quit [Quit: Konversation terminated!]
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/497f26552b36...cbcad79eefd7
<bitcoin-git> bitcoin/master 304ece9 Sjors Provoost: rpc: document bools in FillPSBT() calls
<bitcoin-git> bitcoin/master 7e02a33 Sjors Provoost: rpc: bumpfee signer support
<bitcoin-git> bitcoin/master 2c07cfa Sjors Provoost: gui: bumpfee signer support
<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
SpellChecker has quit [Remote host closed the connection]
SpellChecker has joined #bitcoin-core-dev
<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
bytes1440000 has joined #bitcoin-core-dev
<bytes1440000> Hi michaelfolkson, my email on bitcoin-dev was not ranting, raving or throwing toys. It was 90% facts with links and 10% opinion.
<bytes1440000> I took almost an hour to write that email, proof read and remove some things.
<bytes1440000> I am disturbed with the drama and politics that happens in core which affects some devs which you may like or not.
<bytes1440000> Sometimes drama was even initiated by you as you had nothing better to contribute.
<bytes1440000> I feel sad for devs who are not from a special group but still contribute.
<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.
<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.
bytes1440000 has left #bitcoin-core-dev [#bitcoin-core-dev]
NorrinRadd has joined #bitcoin-core-dev
NorrinRadd has quit [Client Quit]
vasild has quit [Remote host closed the connection]
vasild has joined #bitcoin-core-dev
vasild has quit [Ping timeout: 255 seconds]
SpellChecker has quit [Remote host closed the connection]
<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
SpellChecker has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
vasild has joined #bitcoin-core-dev
Guest21 has joined #bitcoin-core-dev
Guest21 has quit [Client Quit]
Guest21 has joined #bitcoin-core-dev
Guest21 has quit [Client Quit]
p2plife has quit [Remote host closed the connection]
jonatack1 has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 265 seconds]
p2plife has joined #bitcoin-core-dev
p2plife has quit [Client Quit]
p2plife has joined #bitcoin-core-dev
MrFrancis has joined #bitcoin-core-dev
halosghost has quit [Quit: WeeChat 3.7.1]
sipsorcery has joined #bitcoin-core-dev
sipsorcery_ has joined #bitcoin-core-dev
ahmad has joined #bitcoin-core-dev
ahmad has quit [Client Quit]
ahmed60 has joined #bitcoin-core-dev
ahmed60 has quit [Client Quit]
sipsorcery_ has quit [Quit: Leaving]
MrFrancis has quit [Ping timeout: 260 seconds]
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/cbcad79eefd7...8456bfac6ba2
<bitcoin-git> bitcoin/master 8e0faba S3RK: test: make wallet_migration.py pass with both wallet flags
<bitcoin-git> bitcoin/master 17554ef S3RK: test: prefer sqlite for wallet tests
<bitcoin-git> bitcoin/master 8456bfa Andrew Chow: Merge bitcoin/bitcoin#26638: test: prefer sqlite for wallet tests
<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