<bitcoin-git>
bitcoin/master 32e5edc furszy: wallet: avoid extra wtx lookup in AddToSpends
<bitcoin-git>
[bitcoin] achow101 merged pull request #25427: wallet: remove extra wtx lookup in AddToSpends (master...2022_wallet_AddToSpends_extra_wtx_lookup) https://github.com/bitcoin/bitcoin/pull/25427
<bitcoin-git>
bitcoin/master 174b821 Andrew Chow: Merge bitcoin/bitcoin#25427: wallet: remove extra wtx lookup in AddToSpends
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
jarthur has quit [Ping timeout: 268 seconds]
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 255 seconds]
jarthur has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 268 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
jarthur has quit [Quit: jarthur]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 268 seconds]
vysn has quit [Ping timeout: 264 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 255 seconds]
jtraub91 has joined #bitcoin-core-dev
jtraub91 is now known as bitcoinboi
<bitcoinboi>
someone told me that a scriptpubkey could potentially make the tx output unspendable
<bitcoinboi>
seemed ... concerning ... to say the least
<bitcoinboi>
but then i see this is the developer docs
<bitcoinboi>
"The script language is a Forth-like stack-based language deliberately designed to be stateless and not Turing complete. Statelessness ensures that once a transaction is added to the block chain, there is no condition which renders it permanently unspendable."
<bitcoinboi>
can someone help me understand?
brunoerg has joined #bitcoin-core-dev
<sipa>
bitcoinboi: Seems like a question for bitcoin.stackexchange.com more than here.
<bitcoinboi>
okay sorry, thank you
brunoerg has quit [Ping timeout: 268 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 268 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
ronoaldo has quit [Quit: Konversation terminated!]
cmirror has quit [Remote host closed the connection]
<bitcoin-git>
[bitcoin] laanwj merged pull request #24291: build: Remove negated --enable-fuzz checks from build system (master...2202-fuzzNoBoost) https://github.com/bitcoin/bitcoin/pull/24291
brunoerg has quit [Ping timeout: 268 seconds]
<bitcoin-git>
[gui] jarolrod closed pull request #423: Make initTranslations a member function of BitcoinApplication class (master...move-init-translations) https://github.com/bitcoin-core/gui/pull/423
Guyver2_ has left #bitcoin-core-dev [#bitcoin-core-dev]
Guyver2 has quit [Ping timeout: 276 seconds]
sipsorcery has joined #bitcoin-core-dev
vysn has quit [Ping timeout: 264 seconds]
furszy has joined #bitcoin-core-dev
evanlinjin has quit [Ping timeout: 268 seconds]
vasild has quit [Ping timeout: 268 seconds]
vasild has joined #bitcoin-core-dev
Saloframes has joined #bitcoin-core-dev
afmencken has joined #bitcoin-core-dev
mikehu44 has quit [Ping timeout: 268 seconds]
Guest28 has joined #bitcoin-core-dev
Guest28 has quit [Quit: Client closed]
furszy has quit [Ping timeout: 276 seconds]
furszy has joined #bitcoin-core-dev
seejee has joined #bitcoin-core-dev
yanmaani has quit [Ping timeout: 268 seconds]
yanmaani has joined #bitcoin-core-dev
furszy has quit []
Talkless has joined #bitcoin-core-dev
jespada has quit [Ping timeout: 260 seconds]
jespada has joined #bitcoin-core-dev
afmencken has quit [Ping timeout: 256 seconds]
yanmaani has quit [Ping timeout: 268 seconds]
afmencken has joined #bitcoin-core-dev
vysn has joined #bitcoin-core-dev
aielima_ has joined #bitcoin-core-dev
aielima has quit [Ping timeout: 268 seconds]
yashraj has joined #bitcoin-core-dev
tru3nrg has joined #bitcoin-core-dev
Guest33 has joined #bitcoin-core-dev
yanmaani has joined #bitcoin-core-dev
aielima_ is now known as aielima
<bitcoin-git>
[bitcoin] luke-jr opened pull request #25449: [21.x] Qt: Handle exceptions instead of crash (0.21...qt_handle_exceptions_pr260-21-corepr) https://github.com/bitcoin/bitcoin/pull/25449
yashraj has quit []
tru3nrg has quit [Quit: Ping timeout (120 seconds)]
vysn has quit [Ping timeout: 248 seconds]
emcy has quit [Remote host closed the connection]
emcy has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] brunoerg opened pull request #25451: test: `-whitebind` and `-bind` with `-listen=0` should throw an error (master...2022-06-test-whitebind-bind-listen0) https://github.com/bitcoin/bitcoin/pull/25451
Guest33 has quit [Quit: Client closed]
pkwsj has joined #bitcoin-core-dev
furszy has joined #bitcoin-core-dev
furszy has quit [Remote host closed the connection]
<luke-jr>
+static auto SnapshotUTXOHashBreakpoint = [] {
<luke-jr>
+ if (ShutdownRequested()) throw StopHashingException();
<luke-jr>
why do you have spaces at the end of these lines?
jonatack has quit [Quit: Ping timeout (120 seconds)]
bitdex has quit [Ping timeout: 268 seconds]
<bitcoin-git>
[bitcoin] sdaftuar opened pull request #25454: p2p, refactor: Avoid multiple getheaders messages in flight to the same peer (master...2022-06-single-getheaders) https://github.com/bitcoin/bitcoin/pull/25454
bitdex has joined #bitcoin-core-dev
kexkey has quit [Ping timeout: 276 seconds]
kexkey has joined #bitcoin-core-dev
gnaf has quit [Ping timeout: 240 seconds]
seejee has quit [Quit: Client closed]
bitdex has quit [Remote host closed the connection]
bitdex has joined #bitcoin-core-dev
<jamesob>
luke-jr: I don't know, it wasn't intentional - but it just seems like an extraordinarily pedantic thing to fail build on
<jamesob>
also, vexingly, running ./test/lint/lint-whitespace.py locally returns success on the branch in question
earnestly has joined #bitcoin-core-dev
earnest has quit [Ping timeout: 248 seconds]
gnaf has joined #bitcoin-core-dev
gnaf has quit [Ping timeout: 255 seconds]
TallTim_ has joined #bitcoin-core-dev
TallTim has quit [Ping timeout: 260 seconds]
TallTim_ is now known as TallTim
gnaf has joined #bitcoin-core-dev
gnaf has quit [Read error: Connection reset by peer]