< bitcoin-git>
bitcoin/master 3737d35 practicalswift: fuzz: Terminate immediately if a fuzzing harness ever tries to perform a D...
< bitcoin-git>
bitcoin/master 912cb59 MarcoFalke: Merge bitcoin/bitcoin#21795: fuzz: Terminate immediately if a fuzzing harn...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #21795: fuzz: Terminate immediately if a fuzzing harness tries to perform a DNS lookup (belt and suspenders) (master...fuzz-terminate-on-dns-lookup) https://github.com/bitcoin/bitcoin/pull/21795
< bitcoin-git>
[gui] jarolrod opened pull request #358: qt: make GUIUtil::ThemedLabel UI form friendly (master...themedlabel-forms) https://github.com/bitcoin-core/gui/pull/358
< bitcoin-git>
[bitcoin] practicalswift closed pull request #21538: fuzz: Add fuzzing syscall sandbox: detect use of unexpected syscalls when fuzzing ("syscall sanitizer") (master...seccomp-bpf-fuzzing) https://github.com/bitcoin/bitcoin/pull/21538
< bitcoin-git>
[bitcoin] laanwj closed pull request #21784: test: remove flags verification since it has a fixed value (master...2021-04-segwit-test) https://github.com/bitcoin/bitcoin/pull/21784
< bitcoin-git>
[bitcoin] dongcarl opened pull request #22182: guix: Overhaul how guix-{attest,verify} works and hierarchy (master...2021-05-guix-attestation-overhaul) https://github.com/bitcoin/bitcoin/pull/22182
< sanket1729>
Is there a file where the options from ./configure are saved?
< sanket1729>
I don't remember if I ran with --disable-bench or not, and I don't want to rebuild everything
< achow101>
check config.log
< sanket1729>
thanks
< biteskola>
hello! I'm trying to make a review to #19281. I want to send SIGTERM signal to one functional test but I cant. I cant get de process id of the test so I can make the killall. ¿Any ideas? Thanks! :)