brunoerg has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
sipsorcery has quit [Ping timeout: 265 seconds]
brunoerg has quit [Ping timeout: 246 seconds]
BUSY has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
BUSY has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 265 seconds]
brunoerg has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] achow101 closed pull request #26841: tests: Allow tests to use a loopback address other than 127.0.0.1 for more test runner parallelism (master...tests-allow-other-locahost) https://github.com/bitcoin/bitcoin/pull/26841
brunoerg has quit [Ping timeout: 268 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
jarthur has quit [Quit: jarthur]
brunoerg has quit [Ping timeout: 248 seconds]
brunoerg has joined #bitcoin-core-dev
<jamesob> Huh, can anyone tell if this is or isn't a spurious fuzz failure? https://cirrus-ci.com/task/6693655260430336
<sipa> That does not look spurious.
brunoerg has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
<jamesob> Failure is in fuzz/coins_view, but underlying changes at least ostensibly have nothing to do with that part of the code. Gotta be related I guess, just not clera
<jamesob> *clear
<lightlike> jamesob: coins_view.cpp calls AreInputsStandard(), which calls EvalScript(), which fails in the "OP_UNVAULT" section for some fuzz inputs, so it does seem related.
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
<jamesob> lightlike: ah, thanks. I'll take a look
<lightlike> jamesob: I think the problem might be that the ctor of base_blob(const std::vector<unsigned char>& vch) in uint256 requires the input vch to be of the correct size, but apparently when you invoke uint256(stacktop(-3)) it isn't  checked that the stack element has the required size.
<jamesob> lightlike: good spot!
sdsd123 has joined #bitcoin-core-dev
as2333 has quit [Ping timeout: 264 seconds]
as2333 has joined #bitcoin-core-dev
sdsd123 has quit [Ping timeout: 260 seconds]
sdsd123 has joined #bitcoin-core-dev
andrewtoth_ has quit [Remote host closed the connection]
andrewtoth_ has joined #bitcoin-core-dev
sdsd123 has quit [Quit: Client closed]
b_101 has quit [Ping timeout: 260 seconds]
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
bitdex has quit [Ping timeout: 255 seconds]
bitdex has joined #bitcoin-core-dev
Norrin has quit [Ping timeout: 255 seconds]
test_ has joined #bitcoin-core-dev
_flood has quit [Ping timeout: 260 seconds]
b_101 has joined #bitcoin-core-dev
b_101 has quit [Ping timeout: 252 seconds]
gossie has quit [Ping timeout: 256 seconds]
as2333 has quit [Quit: as2333]
salvatoshi has joined #bitcoin-core-dev
cotsuka1 has joined #bitcoin-core-dev
tripleslash has quit [Read error: Connection reset by peer]
cotsuka8 has joined #bitcoin-core-dev
cotsuka has quit [Ping timeout: 272 seconds]
cotsuka8 is now known as cotsuka
cotsuka1 has quit [Ping timeout: 272 seconds]
tripleslash has joined #bitcoin-core-dev
dermoth has quit [Ping timeout: 260 seconds]
dermoth has joined #bitcoin-core-dev
Guyver2 has joined #bitcoin-core-dev
bitdex has quit [Remote host closed the connection]
dermoth has quit [Ping timeout: 260 seconds]
bitdex has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1aedc3b6c81b...0e81d119e09d
<bitcoin-git> bitcoin/master fac424f MarcoFalke: ci: Create named symbol for BINS_SCRATCH_DIR
<bitcoin-git> bitcoin/master fadfae4 MarcoFalke: ci: Remove unused busybox workaround
<bitcoin-git> bitcoin/master 0e81d11 MarcoFalke: Merge bitcoin/bitcoin#26851: ci: Remove unused busybox workaround
dermoth has joined #bitcoin-core-dev
sipsorcery has joined #bitcoin-core-dev
Guyver2 has left #bitcoin-core-dev [Closing Window]
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26851: ci: Remove unused busybox workaround (master...2301-ci-busybox-🙉) https://github.com/bitcoin/bitcoin/pull/26851
justReddy is now known as justache
kexkey has quit [Ping timeout: 272 seconds]
kexkey has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] andyoknen opened pull request #26862: Customize onion port & disable bind if service not started (master...feat/customize-onion-port) https://github.com/bitcoin/bitcoin/pull/26862
<bitcoin-git> [bitcoin] Sjors closed pull request #21928: wallet: allow toggling external_signer flag (master...2021/05/hww-toggle) https://github.com/bitcoin/bitcoin/pull/21928
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0e81d119e09d...1c9457bc8b06
<bitcoin-git> bitcoin/master fae885b MarcoFalke: ci: Run one task with all tests on credits
<bitcoin-git> bitcoin/master 1c9457b MarcoFalke: Merge bitcoin/bitcoin#26856: ci: Run one task with all tests on credits
SpellChecker has joined #bitcoin-core-dev
SpellChecker_ has quit [Ping timeout: 255 seconds]
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26856: ci: Run one task with all tests on credits (master...2301-ci-credits-tests-fun-👱) https://github.com/bitcoin/bitcoin/pull/26856
Norrin has joined #bitcoin-core-dev
test_ is now known as _flood
AaronvanW has joined #bitcoin-core-dev
andrewtoth_ has quit [Remote host closed the connection]
andrewtoth_ has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] brunoerg opened pull request #26863: test: merge banning test from p2p_disconnect_ban to rpc_setban (master...2023-01-merge-ban-test) https://github.com/bitcoin/bitcoin/pull/26863
_andrewtoth_ has joined #bitcoin-core-dev
andrewtoth_ has quit [Remote host closed the connection]
bitdex has quit [Quit: = ""]
winircuser-637 has joined #bitcoin-core-dev
Norrin has quit [Remote host closed the connection]
<bitcoin-git> [bitcoin] theStack opened pull request #26864: doc: net: fix link to onion address encoding scheme [ONIONADDRESS] (master...202301-doc-fix_torspec_link) https://github.com/bitcoin/bitcoin/pull/26864
MrFrancis has joined #bitcoin-core-dev
hg has joined #bitcoin-core-dev
Norrin has joined #bitcoin-core-dev
MacroFake has quit [Remote host closed the connection]
andrewtoth_ has joined #bitcoin-core-dev
_andrewtoth_ has quit [Ping timeout: 255 seconds]
MacroFake has joined #bitcoin-core-dev
b_101 has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] aureleoules opened pull request #26865: [PoC] Integrate SonarCloud (master...2023-01-sonarcloud) https://github.com/bitcoin/bitcoin/pull/26865
Norrin has quit [Ping timeout: 255 seconds]
winircuser-637 has quit [Ping timeout: 246 seconds]
Norrin has joined #bitcoin-core-dev
Norrin has quit [Remote host closed the connection]
Norrin has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1c9457bc8b06...b264410e012a
<bitcoin-git> bitcoin/master b264410 MarcoFalke: Merge bitcoin/bitcoin#26864: doc: net: fix link to onion address encoding ...
<bitcoin-git> bitcoin/master 3076f18 Sebastian Falbesoner: doc: net: fix link to onion address encoding scheme [ONIONADDRESS]
<bitcoin-git> [bitcoin] fanquake opened pull request #26866: ci: remove ccache version pin in MSVC CI (master...fix_ccache_install) https://github.com/bitcoin/bitcoin/pull/26866
<bitcoin-git> [bitcoin] fanquake closed pull request #26864: doc: net: fix link to onion address encoding scheme [ONIONADDRESS] (master...202301-doc-fix_torspec_link) https://github.com/bitcoin/bitcoin/pull/26864
jonatack has quit [Ping timeout: 264 seconds]
<bitcoin-git> [bitcoin] Fi3 closed pull request #23049: [WIP] net: implement a StratumV2 Template Provider in core (master...add_sv2) https://github.com/bitcoin/bitcoin/pull/23049
jonatack has joined #bitcoin-core-dev
sipsorcery has quit [Ping timeout: 265 seconds]
Nohik has joined #bitcoin-core-dev
jarthur has joined #bitcoin-core-dev
as2333 has joined #bitcoin-core-dev
jonatack has quit [Quit: WeeChat 3.8]
sipsorcery has joined #bitcoin-core-dev
salvatoshi has quit [Ping timeout: 256 seconds]
sipsorcery has quit [Read error: Connection reset by peer]
Norrin has quit [Remote host closed the connection]
Wentworth has joined #bitcoin-core-dev
as2333 has quit [Ping timeout: 264 seconds]
salvatoshi has joined #bitcoin-core-dev
Norrin has joined #bitcoin-core-dev
Nohik has quit [Quit: Client closed]
Talkless has joined #bitcoin-core-dev
rockhouse has quit [Quit: Leaving ... but you never know maybe I come back!]
salvatoshi has quit [Ping timeout: 252 seconds]
Norrin has quit [Remote host closed the connection]
Norrin has joined #bitcoin-core-dev
Wentworth has quit [Read error: Connection reset by peer]
MrFrancis has quit [Ping timeout: 260 seconds]
MrFrancis has joined #bitcoin-core-dev
FrancisMr has joined #bitcoin-core-dev
MrFrancis has quit [Ping timeout: 246 seconds]
<bitcoin-git> [bitcoin] Empact closed pull request #26301: refactor: Extract util/exception from util/system (master...2022-10-util-exception) https://github.com/bitcoin/bitcoin/pull/26301
<bitcoin-git> [bitcoin] john-moffett opened pull request #26867: doc: Mention restoring wallet via GUI (master...2023_01_DocWalletRestoreGUI) https://github.com/bitcoin/bitcoin/pull/26867
Talkless has quit [Quit: Konversation terminated!]
AmunRa has joined #bitcoin-core-dev
Norrin has quit [Ping timeout: 255 seconds]
FrancisMr has quit [Ping timeout: 260 seconds]
<bitcoin-git> [gui] john-moffett opened pull request #696: Switch RPCConsole wallet selection to the one most recently opened/restored/created (master...2023_01_SwitchRPCConsoleToOpenedWallet) https://github.com/bitcoin-core/gui/pull/696
<bitcoin-git> [bitcoin] jonatack closed pull request #26516: rpc: Always return getpeerinfo "relaytxes" field (master...2022-11-getpeerinfo-relayxes) https://github.com/bitcoin/bitcoin/pull/26516
andrewtoth_ has quit [Remote host closed the connection]
andrewtoth_ has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
Zenton has quit [Ping timeout: 268 seconds]
brunoerg has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/b264410e012a...68f88bc03f2d
<bitcoin-git> bitcoin/master 67e7ba8 Aurèle Oulès: rpc: Sanitize label name in various RPCs
<bitcoin-git> bitcoin/master 552b51e Aurèle Oulès: refactor: Add sanity checks in LabelFromValue
<bitcoin-git> bitcoin/master 65e78bd Aurèle Oulès: test: Invalid label name coverage
<bitcoin-git> [bitcoin] achow101 merged pull request #26186: rpc: Sanitize label name in various RPCs with tests (master...2022-09-test-label-invalid) https://github.com/bitcoin/bitcoin/pull/26186
jonatack has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 268 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 265 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
brunoerg has joined #bitcoin-core-dev
b_101_ has joined #bitcoin-core-dev
b_101 has quit [Ping timeout: 268 seconds]
brunoerg has quit [Ping timeout: 255 seconds]
hg has quit [Quit: WeeChat 3.7.1]
brunoerg has joined #bitcoin-core-dev
andrewtoth_ has quit [Remote host closed the connection]
Flow has quit [Ping timeout: 246 seconds]
andrewtoth_ has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 268 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 265 seconds]
Flow has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 255 seconds]
AaronvanW has quit [Quit: Leaving...]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 246 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 246 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]