2023-08-31

<gribble> https://github.com/bitcoin/bitcoin/issues/27591 | rpc: distinguish between vsize and sigop-adjusted mempool vsize by glozow · Pull Request #27591 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27591 | rpc: distinguish between vsize and sigop-adjusted mempool vsize by glozow · Pull Request #27591 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28345 | Bugfix: Package relay / bytespersigop checks by luke-jr · Pull Request #28345 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28364 | log: log wtxids when possible, add TXPACKAGES category by glozow · Pull Request #28364 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28251 | validation: fix coins disappearing mid-package evaluation by glozow · Pull Request #28251 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28364 | log: log wtxids when possible, add TXPACKAGES category by glozow · Pull Request #28364 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack TheCharlatan vasild
<pinheadmz> fjahr I cleaned up the bot, so #bitcoin-core-github should just be PR open/close/merge now

2023-08-29

<gribble> https://github.com/bitcoin/bitcoin/issues/27509 | Relay own transactions only via short-lived Tor or I2P connections by vasild · Pull Request #27509 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27509 | Relay own transactions only via short-lived Tor or I2P connections by vasild · Pull Request #27509 · bitcoin/bitcoin · GitHub

2023-08-28

<dviola> curious, does bitcoin core patches bdb 4.8 in any way? the one that is part of depends
<gribble> https://github.com/bitcoin/bitcoin/issues/12460 | Assert CPubKey::ValidLength to the pubkeys header-relevant size by Empact · Pull Request #12460 · bitcoin/bitcoin · GitHub
<PaperSwo1d> Does anyone know when Bitcoin Core started to check pubkey prefixes for P2MS as a part of isStandard()?

2023-08-27

<pinheadmz> fjahr got the github bot running in #bitcoin-core-github

2023-08-24

<sipa> or the inconsistency in ECDSA parsing fixed by BIP66 (https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-July/009697.html)
<gribble`> https://github.com/bitcoin/bitcoin/issues/27101 | Support JSON-RPC 2.0 when requested by client by pinheadmz · Pull Request #27101 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/27897 | guix: use GCC 12.3.0 to build releases by fanquake · Pull Request #27897 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/28328 | guix: update time-machine by fanquake · Pull Request #28328 · bitcoin/bitcoin · GitHub
<achow101> anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<gribble`> https://github.com/bitcoin/bitcoin/issues/27596 | assumeutxo (2) by jamesob · Pull Request #27596 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/27866 | blockstorage: Return on fatal flush errors by TheCharlatan · Pull Request #27866 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/28331 | BIP324 integration by sipa · Pull Request #28331 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/28196 | BIP324 connection support by sipa · Pull Request #28196 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/26711 | validate package transactions with their in-package ancestor sets by glozow · Pull Request #26711 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/28251 | validation: fix coins disappearing mid-package evaluation by glozow · Pull Request #28251 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack TheCharlatan vasild

2023-08-22

<vasild> https://github.com/bitcoin/bitcoin/pull/28165#event-10158473035 "DrahtBot requested review from vincenzopalazzo and removed request for vincenzopalazzo"
<PaperSword> Is there a way in Bitcoin Core to be able to limit the chain height with a .conf setting

2023-08-21

<pinheadmz> `dig seed.bitcoin.sprovoost.nl +dnssec` confirmed! nice.
<sipa> the bot is working fine, except it's posting to the #bitcoin-core-dev:libera.chat matrix channel, and the bridge between that channel and here is suspended indefinitely
<gleb> Hey. The compiler complains about not having a mutex, although it's right there at L5767. Can someone take a look? https://github.com/bitcoin/bitcoin/pull/26283/checks?check_run_id=16061755640
<PaperSword> What are you interested in working on in Bitcoin?

2023-08-18

<sipa> Bz0: try bitcoin.stackexchange.com
<Bz0> const bitcoin = new BitcoinCore(config);"
<Bz0> host: '127.0.0.1', // Your Bitcoin Core node's IP address
<Bz0> Can anyone help me out connecting my NodeJS script to my bitcoin core node? No matter what i try it constantly tells me "ThreadRPCServer incorrect password attempt". ive tried with rpcuser+rpcpassword first, then tried the rpcauth method and finally tried the __cookie__ method, nothing works... Using windows 10. i have this at the top of my JS file
<PaperSword> Why does my PR only have 1 successful check of 1 https://github.com/bitcoin/bitcoin/pull/28291

2023-08-17

<fjahr> This channel is particularly for development of bitcoin core, an alternative implementation of the protocol is out of scope. I would recommend you post your question on bitcoin stack exchange. And fwiw, you should also check if you can achieve your goal by just using bitcoin core's zmq interface, then you won't need to think about version messages etc.
<ne0h> i am trying to make a program that connects to the bitcoin network to collect new transactions in the mempool and new blocks in real time, but I am having trouble getting it going. My version message doesn't get a response... I suspect it's something to do with the formatting or something, but i have tried a few things and nothing has worked so far, if anybody could help me get this running it would be quite appreciated
<andytoshi> is nobody else having compiler errors related to https://github.com/bitcoin/bitcoin/pull/28168 ?
<MacroFake> cfields: There may be a chance we can use native C++20 instead of the bitcoin-unterminated-logprintf tidy rule
<cfields> jamesob: fyi, those /* Continued */ are gone because clang-tidy is smarter than our python scripts. We now opt-out with // NOLINT(bitcoin-unterminated-logprintf)
<vasild> This is somehow related to https://github.com/bitcoin/bitcoin/issues/27825
<sipa> and yes, we could prune some more unspendable outputs, but that's an implementation detail inside bitcoin core, which imho shouldn't really interact with questions about relay policy
<sipa> bitcoin-dev
<_aj_> provoostenator: "why would they not mine them" -- because they have a long term investment in bitcoin, and they believe mining those txs is bad for that investment, same as the reason why people would want to remove the spam in the first place
<luke-jr> provoostenator: it's malicious to setup private relay networks to mine attacks on Bitcoin that the community is actively trying to mitigate
<darosior> PaperSword: you may be interested in reading the discussion in https://github.com/bitcoin/bitcoin/pull/24106. Some of the arguments from here may apply.
<gribble> https://github.com/bitcoin/bitcoin/issues/28217 | set `DEFAULT_PERMIT_BAREMULTISIG` to false by Retropex · Pull Request #28217 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27260 | Enhanced error messages for invalid network prefix during address parsing. by russeree · Pull Request #27260 · bitcoin/bitcoin · GitHub
<achow101> Anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<gribble> https://github.com/bitcoin/bitcoin/issues/27596 | assumeutxo (2) by jamesob · Pull Request #27596 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27596 | assumeutxo (2) by jamesob · Pull Request #27596 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27866 | blockstorage: Return on fatal flush errors by TheCharlatan · Pull Request #27866 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27981 | Fix potential network stalling bug by sipa · Pull Request #27981 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28100 | crypto: more `Span ` modernization & follow-ups by sipa · Pull Request #28100 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28165 | net: transport abstraction by sipa · Pull Request #28165 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28199 | test: tx orphan handling by glozow · Pull Request #28199 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack TheCharlatan vasild
<PaperSword> Does Bitcoin Core check to ensure the y component of an uncompressed public key is valid for P2MS?
<PaperSword> https://github.com/bitcoin/bitcoin/pull/28217 discussion seems to be getting a tad emotional
<gribble> https://github.com/bitcoin/bitcoin/issues/27260 | Enhanced error messages for invalid network prefix during address parsing. by russeree · Pull Request #27260 · bitcoin/bitcoin · GitHub

2023-08-16

<gribble> https://github.com/bitcoin/bitcoin/issues/28273 | ci: Fix macOS-cross SDK rsync by MarcoFalke · Pull Request #28273 · bitcoin/bitcoin · GitHub

2023-08-15

<gribble> https://github.com/bitcoin/bitcoin/issues/28273 | ci: Fix corrupt macOS-cross depends cache by MarcoFalke · Pull Request #28273 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28269 | ci: Drop no longer needed `macos_sdk_cache` by hebasto · Pull Request #28269 · bitcoin/bitcoin · GitHub
<hdbbdh> Any help is greatly appreciated. The script isn't a normal P2SH or P2WSH or anything normal. It is a script implementing the swap algorithm [https://en.bitcoin.it/wiki/Atomic_swap].
<PaperSword> Per: https://bitcoinops.org/en/topics/soft-fork-activation "A second poll of the thousand most recent blocks occurred on March 15th; this had sufficient support and so developers released Bitcoin 0.6.0 on March 30th with an activation date of April 1st."
<hdbbdh> I guess it was. so where can I find the exact activation date and after P2SH is activated and, will the trasaction 6a26d2ecb67f27d1fa5524763b49029d7106e91e3cc05743073461a719776192633166 be regarded as invalid trasaction by the new bitcoin program?
<hdbbdh> I have a question with transaction 6a26d2ecb67f27d1fa5524763b49029d7106e91e3cc05743073461a719776192633166 on bitcoin mainnet. It's the transaction given in BIP16 for P2SH, but I can't find the signature for the redeem script. Why isn't there a signature?

2023-08-14

2023-08-11

<gribble> https://github.com/bitcoin/bitcoin/issues/28187 | ci: Run "macOS native x86_64" job on GitHub Actions by hebasto · Pull Request #28187 · bitcoin/bitcoin · GitHub

2023-08-10

<jamesob> (but for posterity, it's here: https://github.com/jamesob/bitcoin-github-scrape)
<b10c> luke-jr: there is https://github.com/zw/bitcoin-gh-meta
<achow101> https://github.com/zw/bitcoin-gh-meta is one that has been going for a while
<b10c> just wanted to mention that I'm backing up and mirroring (to test the backups) the issues and pull-requests of some Bitcoin Core related repos on https://mirror.b10c.me
<b10c> currently bitcoin/bitcoin, bitcoin/bips, bitcoin-core/secp256k1, bitcoin-core/gui, but will consider other repos with important comments if there are requests
<gribble> https://github.com/bitcoin/bitcoin/issues/28244 | Break up script/standard.{h/cpp} by achow101 · Pull Request #28244 · bitcoin/bitcoin · GitHub
<achow101> Anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<gribble> https://github.com/bitcoin/bitcoin/issues/27581 | net: Continuous ASMap health check by fjahr · Pull Request #27581 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27596 | assumeutxo (2) by jamesob · Pull Request #27596 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28165 | net: transport abstraction by sipa · Pull Request #28165 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28031 | Package Relay 1/3: Introduce TxPackageTracker as Orphan Resolution Module by glozow · Pull Request #28031 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28199 | test: tx orphan handling by glozow · Pull Request #28199 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26711 | validate package transactions with their in-package ancestor sets by glozow · Pull Request #26711 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/25038 | policy: nVersion=3 and Package RBF by glozow · Pull Request #25038 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28251 | validation: avoid mempool eviction mid-package evaluation by glozow · Pull Request #28251 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack TheCharlatan vasild

2023-08-09

<instagibbs> https://github.com/bitcoin/bitcoin/issues/28247 another ban contender
<gribble> https://github.com/bitcoin/bitcoin/issues/28240 | refactor: Remove unused boost signals2 from torcontrol by MarcoFalke · Pull Request #28240 · bitcoin/bitcoin · GitHub

2023-08-08

2023-08-04

<darosior> I was not, actually. This is indeed wrong, and not caught currently because `HaveCoin` will always return `false` for a default `CCoinsView` (https://github.com/bitcoin/bitcoin/blob/a4ca4975880c4f870c6047065c70610af2529e74/src/coins.cpp#L13). The assertion on its own is invalid because the coin could be present in the backend and spent in the
<darosior> MacroFake (or any other fuzzing friend): isn't this assertion incorrect? https://github.com/bitcoin/bitcoin/blob/a4ca4975880c4f870c6047065c70610af2529e74/src/test/fuzz/coins_view.cpp#L158-L161

2023-08-03

<jonatack1> alias lint="cd ~/bitcoin/bitcoin/ ./test/lint/lint-circular-dependencies.py ; ./test/lint/lint-python.py ; ./test/lint/lint-whitespace.py ; ./test/lint/lint-spelling.py ; ./test/lint/lint-python-dead-code.py ; ./test/lint/lint-python-mutable-default-parameters.py ; ./test/lint/lint-python-utf8-encoding.py ; ./test/lint/lint-assertions.py ; ./test/lint/lint-files.py ;
<jonatack1> docker run --rm -v $(pwd):/bitcoin -it bitcoin-linter
<jonatack1> DOCKER_BUILDKIT=1 docker build -t bitcoin-linter --file "./ci/lint_imagefile" ./ && docker run --rm -v $(pwd):/bitcoin -it bitcoin-linter
<jonatack1> DOCKER_BUILDKIT=1 docker build -t bitcoin-linter --file "./ci/lint_imagefile" ./ && docker run --rm -v $(pwd):/bitcoin -it bitcoin-linter
<gribble> https://github.com/bitcoin/bitcoin/issues/26296 | ci: Integrate `bitcoin-tidy` clang-tidy plugin by fanquake · Pull Request #26296 · bitcoin/bitcoin · GitHub
<MacroFake> josie: It is a single line of bash: "DOCKER_BUILDKIT=1 docker build -t bitcoin-linter --file "./ci/lint_imagefile" ./ && docker run --rm -v $(pwd):/bitcoin -it bitcoin-linter"
<MacroFake> If you trust docker, all you need to run is "DOCKER_BUILDKIT=1 docker build -t bitcoin-linter --file "./ci/lint_imagefile" ./ && docker run --rm -v $(pwd):/bitcoin -it bitcoin-linter"
<sipa> Ideally libsecp can follow whatever Bitcoin Core does, but only if that doesn't add costs/burden to people running it.
<gribble> https://github.com/bitcoin/bitcoin/issues/28087 | ci: Use qemu-user through container engine by MarcoFalke · Pull Request #28087 · bitcoin/bitcoin · GitHub
<achow101> anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<gribble> https://github.com/bitcoin/bitcoin/issues/27596 | assumeutxo (2) by jamesob · Pull Request #27596 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27746 | Rework validation logic for assumeutxo by sdaftuar · Pull Request #27746 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28186 | kernel: Prune leveldb headers by TheCharlatan · Pull Request #28186 · bitcoin/bitcoin · GitHub
<sipa> bitcoin.sipa.be runs this code, if you need a remote to connect to (-addnode=NAME -bip324=NAME should suffice).
<gribble> https://github.com/bitcoin/bitcoin/issues/28199 | test: tx orphan handling by glozow · Pull Request #28199 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28031 | Package Relay 1/3: Introduce TxPackageTracker as Orphan Resolution Module by glozow · Pull Request #28031 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26711 | validate package transactions with their in-package ancestor sets by glozow · Pull Request #26711 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack TheCharlatan vasild

2023-08-02

<gribble> https://github.com/bitcoin/bitcoin/issues/28151 | [WIP] guix: use `-muse-unaligned-vector-move` for Windows builds by fanquake · Pull Request #28151 · bitcoin/bitcoin · GitHub
<fanquake> Does anyone running Windows want to Guix build #28151, and check if the binaries (I think specifically bitcoin-qt.exe) work?
<vasild> MacroFake: wrt https://github.com/bitcoin/bitcoin/pull/27509#issuecomment-1660675919 "explain what is wrong/missing from the example", I have to check how this works in order to be sure, but in the second step in the example it does "adding back the parent to the mempool". How does that add-back work? It must be added as unbroadcast tx, if not I will have to change it. Then, when both txs are

2023-08-01

<fjahr> I guess drahtbot only updates the review summary on comment creation and not subsequent edits and that's why this comment was ignored? https://github.com/bitcoin/bitcoin/pull/28132#pullrequestreview-1544055502
<achow101> hmm bitcoin-git is dead?

2023-07-31

<bitcoin-git> [bitcoin] ryanofsky merged pull request #27746: Rework validation logic for assumeutxo (master...2023-05-assumeutxo-validation-improvements) https://github.com/bitcoin/bitcoin/pull/27746
<bitcoin-git> [bitcoin] ryanofsky pushed 14 commits to master: https://github.com/bitcoin/bitcoin/compare/44b05bf3fef2...f4f1d6d230dd
<bitcoin-git> bitcoin/master fe86a7c Suhas Daftuar: Explicitly track maximum block height stored in undo files
<bitcoin-git> bitcoin/master 1cfc887 Suhas Daftuar: Remove CChain dependency in node/blockstorage
<bitcoin-git> bitcoin/master 471da5f Suhas Daftuar: Move block-arrival information / preciousblock counters to ChainstateManag...
<bitcoin-git> [bitcoin] jonatack opened pull request #28194: test, script: python E721 and flake8 updates (master...2023-07-python-E721-and-flake8-update) https://github.com/bitcoin/bitcoin/pull/28194
<bitcoin-git> [bitcoin] theStack opened pull request #28193: test: add script compression coverage for not-on-curve P2PK outputs (master...test-compressscript_uncompressed_p2pk_not_on_curve) https://github.com/bitcoin/bitcoin/pull/28193
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28191: refactor: Remove unused MessageStartChars parameters from BlockManager methods (master...2307-blockstore-params-remove-) https://github.com/bitcoin/bitcoin/pull/28191
<bitcoin-git> [bitcoin] fanquake merged pull request #28091: fuzz: use `ConnmanTestMsg` in `connman` (master...2023-07-connman-mnodes) https://github.com/bitcoin/bitcoin/pull/28091
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e92013e17872...44b05bf3fef2
<bitcoin-git> bitcoin/master ecfe507 brunoerg: fuzz: use `ConnmanTestMsg` in `connman`
<bitcoin-git> bitcoin/master 44b05bf fanquake: Merge bitcoin/bitcoin#28091: fuzz: use `ConnmanTestMsg` in `connman`
<bitcoin-git> [bitcoin] fanquake merged pull request #28188: ci: Use documented `CCACHE_MAXSIZE` instead of `CCACHE_SIZE` (master...230730-ccache) https://github.com/bitcoin/bitcoin/pull/28188
<bitcoin-git> bitcoin/master e92013e fanquake: Merge bitcoin/bitcoin#28188: ci: Use documented `CCACHE_MAXSIZE` instead o...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/80800361b148...e92013e17872
<bitcoin-git> bitcoin/master 79ceb16 Hennadii Stepanov: ci: Use documented `CCACHE_MAXSIZE` instead of `CCACHE_SIZE`
<bitcoin-git> [bitcoin] fanquake merged pull request #28181: qa, doc: Fix comment (master...230729-doc) https://github.com/bitcoin/bitcoin/pull/28181
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/64440bb73389...80800361b148
<bitcoin-git> bitcoin/master ab498d9 Hennadii Stepanov: qa, doc: Fix comment
<bitcoin-git> bitcoin/master 8080036 fanquake: Merge bitcoin/bitcoin#28181: qa, doc: Fix comment

2023-07-30

<bitcoin-git> [bitcoin] amitiuttarwar opened pull request #28189: p2p: diversity network outbounds follow-ups (master...2023-07-netout-followups) https://github.com/bitcoin/bitcoin/pull/28189
<bitcoin-git> [bitcoin] hebasto opened pull request #28188: ci: Use documented `CCACHE_MAXSIZE` instead of `CCACHE_SIZE` (master...230730-ccache) https://github.com/bitcoin/bitcoin/pull/28188
<bitcoin-git> [bitcoin] hebasto opened pull request #28187: ci: Run "macOS native x86_64" job on GitHub Actions (master...230730-macos) https://github.com/bitcoin/bitcoin/pull/28187
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #28186: kernel: Prune leveldb headers (master...cleaveLeveldbHeaders) https://github.com/bitcoin/bitcoin/pull/28186
<bitcoin-git> [bitcoin] fanquake merged pull request #28118: test: Add SyncWithValidationInterfaceQueue to mockscheduler RPC (master...2307-test-mock-sync-) https://github.com/bitcoin/bitcoin/pull/28118
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4c57e53a61e6...64440bb73389
<bitcoin-git> bitcoin/master fa16406 MarcoFalke: test: Add SyncWithValidationInterfaceQueue to mockscheduler RPC
<bitcoin-git> bitcoin/master fabef12 MarcoFalke: refactor: Use EnsureAnyNodeContext
<bitcoin-git> bitcoin/master 64440bb fanquake: Merge bitcoin/bitcoin#28118: test: Add SyncWithValidationInterfaceQueue to...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28185: ci: Use hard-coded root path for CI containers (bugfix) (master...2307-ci-hard-code-) https://github.com/bitcoin/bitcoin/pull/28185
<bitcoin-git> [bitcoin] fjahr opened pull request #28184: lint: fix custom mypy cache dir setting (master...202307-mypy-cache) https://github.com/bitcoin/bitcoin/pull/28184

2023-07-29

<bitcoin-git> [bitcoin] hebasto opened pull request #28181: qa, doc: Fix comment (master...230729-doc) https://github.com/bitcoin/bitcoin/pull/28181

2023-07-28

<bitcoin-git> [bitcoin] fanquake merged pull request #28138: ci: Keep system env vars as-is (bugfix) (master...2307-ci-system-env-) https://github.com/bitcoin/bitcoin/pull/28138
<bitcoin-git> bitcoin/master fac229a MarcoFalke: ci: Remove P_CI_DIR and --workdir
<bitcoin-git> bitcoin/master fa8dcdc MarcoFalke: ci: Set PATH inside the CI env
<bitcoin-git> bitcoin/master fabc04a MarcoFalke: ci: Keep system env vars as-is
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/42a9110899a9...4c57e53a61e6
<bitcoin-git> [bitcoin] aureleoules closed pull request #28174: docs: Rewrite README to make it more appealing (master...2023-07-update-readme) https://github.com/bitcoin/bitcoin/pull/28174
<bitcoin-git> [bitcoin] fanquake merged pull request #28162: refactor: Revert additional univalue check in ParseSighashString (master...kernelRmUnivalueFollowup) https://github.com/bitcoin/bitcoin/pull/28162
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8aa77a77e6fa...42a9110899a9
<bitcoin-git> bitcoin/master 06199a9 TheCharlatan: refactor: Revert addition of univalue sighash string check
<bitcoin-git> bitcoin/master 0b47c16 TheCharlatan: doc: Correct release-notes for sighashtype exceptions
<bitcoin-git> bitcoin/master 42a9110 fanquake: Merge bitcoin/bitcoin#28162: refactor: Revert additional univalue check in...
<bitcoin-git> [bitcoin] fanquake merged pull request #28168: refactor: Remove unused raw-pointer read helper from univalue (master...2307-remove-code-) https://github.com/bitcoin/bitcoin/pull/28168
<bitcoin-git> bitcoin/master fa940f4 MarcoFalke: Remove unused raw-pointer read helper from univalue
<bitcoin-git> bitcoin/master 8aa77a7 fanquake: Merge bitcoin/bitcoin#28168: refactor: Remove unused raw-pointer read help...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cbf385058bd6...8aa77a77e6fa
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28178: fuzz: Generate with random libFuzzer settings (master...2307-fuzz-rand-gen-) https://github.com/bitcoin/bitcoin/pull/28178
<bitcoin-git> [bitcoin] hebasto closed pull request #28177: Create codeql.yml.extracoin (master...extracoin) https://github.com/bitcoin/bitcoin/pull/28177
<bitcoin-git> [bitcoin] supernormand opened pull request #28177: Create codeql.yml.extracoin (master...extracoin) https://github.com/bitcoin/bitcoin/pull/28177
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #28171: test: blockstore test with chattr instead of chmod (master...blockstore-tests-chattr) https://github.com/bitcoin/bitcoin/pull/28171
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #28176: tests: add coverage to feature_addrman.py (master...test-addrman-large-vals) https://github.com/bitcoin/bitcoin/pull/28176

2023-07-27

<bitcoin-git> [bitcoin] luke-jr opened pull request #28175: CONTRIBUTING: Caution against using AI/LLMs (ChatGPT, Copilot, etc) (master...doc_no_ai) https://github.com/bitcoin/bitcoin/pull/28175
<bitcoin-git> [bitcoin] aureleoules opened pull request #28174: docs: Rewrite README to make it more appealing (master...2023-07-update-readme) https://github.com/bitcoin/bitcoin/pull/28174
<bitcoin-git> [bitcoin] hebasto opened pull request #28173: ci: Run Windows native task on GitHub Actions (master...230727-actions) https://github.com/bitcoin/bitcoin/pull/28173
<bitcoin-git> [bitcoin] jonatack opened pull request #28172: rpc, util: avoid string copies in ParseHash/ParseHex functions (master...2023-07-avoid-string-copies-in-ParseHex-functions) https://github.com/bitcoin/bitcoin/pull/28172
<jonatack> Advice on file location for univalue helpers to be included/called from both rpc/util and bitcoin-tx.cpp?
<bitcoin-git> [bitcoin] achow101 merged pull request #27888: Fuzz: a more efficient descriptor parsing target (master...efficient_desc_target) https://github.com/bitcoin/bitcoin/pull/27888
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/272c4f3f1041...cbf385058bd6
<bitcoin-git> bitcoin/master d60229e Antoine Poinsot: fuzz: make the parsed descriptor testing into a function
<bitcoin-git> bitcoin/master 90a2474 Antoine Poinsot: fuzz: add a new, more efficient, descriptor parsing target
<bitcoin-git> bitcoin/master 131314b Antoine Poinsot: fuzz: increase coverage of the descriptor targets
<bitcoin-git> [bitcoin] hebasto closed pull request #27771: ci: Use docker image cache for "Win64 native [vs2022]" task (master...230528-docker-win) https://github.com/bitcoin/bitcoin/pull/27771
<bitcoin-git> [bitcoin] pinheadmz opened pull request #28171: test: blockstore test with chattr instead of chmod (master...blockstore-tests-chattr) https://github.com/bitcoin/bitcoin/pull/28171
<bitcoin-git> [bitcoin] furszy opened pull request #28170: net: adaptive connections services flags (master...2023_net_adaptable_desirable_flags) https://github.com/bitcoin/bitcoin/pull/28170
<bitcoin-git> [bitcoin] achow101 merged pull request #28148: refactor: consistently use ApplyArgsManOptions for PeerManager::Options (master...2023-07/blocksonly-peerman-opts) https://github.com/bitcoin/bitcoin/pull/28148
<bitcoin-git> bitcoin/master 5f41afc stickies-v: refactor: set ignore_incoming_txs in ApplyArgsManOptions
<bitcoin-git> bitcoin/master 8a31597 stickies-v: refactor: deduplicate ignores_incoming_txs
<bitcoin-git> bitcoin/master 272c4f3 Andrew Chow: Merge bitcoin/bitcoin#28148: refactor: consistently use ApplyArgsManOption...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dfe2dc1d8443...272c4f3f1041
<bitcoin-git> [gui] fanquake closed pull request #744: Drop macOS ForceActivation workaround (master...drop_macos_force_workaround) https://github.com/bitcoin-core/gui/pull/744
<gribble> https://github.com/bitcoin/bitcoin/issues/27432 | contrib: add tool to convert compact-serialized UTXO set to SQLite database by theStack · Pull Request #27432 · bitcoin/bitcoin · GitHub
<achow101> Anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<gribble> https://github.com/bitcoin/bitcoin/issues/28165 | net: transport abstraction by sipa · Pull Request #28165 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28008 | BIP324 ciphersuite by sipa · Pull Request #28008 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27746 | Rework validation logic for assumeutxo by sdaftuar · Pull Request #27746 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27866 | blockstorage: Return on fatal flush errors by TheCharlatan · Pull Request #27866 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28031 | Package Relay 1/3: Introduce TxPackageTracker as Orphan Resolution Module by glozow · Pull Request #28031 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26711 | validate package transactions with their in-package ancestor sets by glozow · Pull Request #26711 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack TheCharlatan vasild
<bitcoin-git> [bitcoin] fanquake merged pull request #28164: test: remove unused code in `wallet_fundrawtransaction` (master...2023-07-fix-test-fundrawtransaction) https://github.com/bitcoin/bitcoin/pull/28164
<bitcoin-git> bitcoin/master dfe2dc1 fanquake: Merge bitcoin/bitcoin#28164: test: remove unused code in `wallet_fundrawtr...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/04f66ce500b7...dfe2dc1d8443
<bitcoin-git> bitcoin/master 0fc3dee brunoerg: test: remove unecessary `decoderawtransaction` calls
<bitcoin-git> bitcoin/master 108c625 brunoerg: test: remove unused `totalOut` code
<bitcoin-git> [bitcoin] ChrisCho-H opened pull request #28169: script: check op_verif and op_vernotif (master...script/check-op-verif) https://github.com/bitcoin/bitcoin/pull/28169
<bitcoin-git> [bitcoin] fanquake merged pull request #28092: ci: document that -Wreturn-type has been fixed upstream (mingw-w64) (master...update_windows_return_type_docs) https://github.com/bitcoin/bitcoin/pull/28092
<bitcoin-git> bitcoin/master 04f66ce fanquake: Merge bitcoin/bitcoin#28092: ci: document that -Wreturn-type has been fixe...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f57e724a809f...04f66ce500b7
<bitcoin-git> bitcoin/master 08eb5f1 fanquake: ci: document that -Wreturn-type has been fixed upstream (Windows)
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28168: refactor: Remove unused raw-pointer read helper from univalue (master...2307-remove-code-) https://github.com/bitcoin/bitcoin/pull/28168
<bitcoin-git> [bitcoin] willcl-ark opened pull request #28167: init: Add option for rpccookie permissions (replace 26088) (master...2023-07-rpccookie-perms) https://github.com/bitcoin/bitcoin/pull/28167
<PaperSword> example https://github.com/bitcoin/bitcoin/blob/f57e724a809feb139c5ae71c4db65635427e4802/src/bech32.cpp#L400 .size is called many times against the input argument.

2023-07-26

<bitcoin-git> [bitcoin] jonatack opened pull request #28166: test, rpc: invalid sighashtype coverage (master...2023-07-invalid-sighashtype-test-coverage) https://github.com/bitcoin/bitcoin/pull/28166
<bitcoin-git> [bitcoin] sipa opened pull request #28165: net: transport abstraction (master...202307_merge_sers) https://github.com/bitcoin/bitcoin/pull/28165
<bitcoin-git> [bitcoin] brunoerg opened pull request #28164: test: remove unused code in `wallet_fundrawtransaction` (master...2023-07-fix-test-fundrawtransaction) https://github.com/bitcoin/bitcoin/pull/28164
<jamesob> Man our fuzzing infra is great. So much of BIP-324 tested in such a concise form. https://github.com/bitcoin/bitcoin/pull/28008/files#diff-855431d383089094f7fe484913eb6fbe31e2be95fd70809941f01ea3f5b288d6
<bitcoin-git> [bitcoin] fanquake merged pull request #28127: refactor: Remove C-style const-violating cast, Use reinterpret_cast (master...2307-no-const-cast-) https://github.com/bitcoin/bitcoin/pull/28127
<bitcoin-git> bitcoin/master fa9108f MarcoFalke: refactor: Use reinterpret_cast where appropriate
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/f033a981ed72...f57e724a809f
<bitcoin-git> bitcoin/master fa6394d MarcoFalke: refactor: Remove unused C-style casts
<bitcoin-git> bitcoin/master 3333f95 MarcoFalke: refactor: Avoid casting away constness
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #28162: refactor: Revert additional univalue check in ParseSighashString (master...kernelRmUnivalueFollowup) https://github.com/bitcoin/bitcoin/pull/28162
<bitcoin-git> [bitcoin] fanquake merged pull request #28139: test: create wallet specific for test_locked_wallet case (master...2023_isolate_test_locked_wallet) https://github.com/bitcoin/bitcoin/pull/28139
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c2ff87e1fa35...f033a981ed72
<bitcoin-git> bitcoin/master c648bdb furszy: test: create wallet specific for test_locked_wallet case
<bitcoin-git> bitcoin/master f033a98 fanquake: Merge bitcoin/bitcoin#28139: test: create wallet specific for test_locked_...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28161: ci: Move ASan USDT to persistent_worker (master...2307-ci-worker-001-) https://github.com/bitcoin/bitcoin/pull/28161
<bitcoin-git> [bitcoin] fanquake merged pull request #28150: test: Avoid intermittent issues due to async events in validationinterface_tests (master...2307-test-no-async-) https://github.com/bitcoin/bitcoin/pull/28150
<bitcoin-git> bitcoin/master c2ff87e fanquake: Merge bitcoin/bitcoin#28150: test: Avoid intermittent issues due to async ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4517e2f4d433...c2ff87e1fa35
<bitcoin-git> bitcoin/master faca9a3 MarcoFalke: test: Avoid intermittent issues due to async events in validationinterface...
<bitcoin-git> [bitcoin] fanquake merged pull request #28147: suppressions: note that `type:ClassName::MethodName` should be used (master...suppressions_class_func) https://github.com/bitcoin/bitcoin/pull/28147
<bitcoin-git> bitcoin/master d0c6cc4 fanquake: suppressions: note that 'type:ClassName::MethodName' should be used
<bitcoin-git> bitcoin/master 4517e2f fanquake: Merge bitcoin/bitcoin#28147: suppressions: note that `type:ClassName::Meth...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8fba5dfc1029...4517e2f4d433
<bitcoin-git> [bitcoin] fanquake merged pull request #27529: test: fix `feature_addrman.py` on big-endian systems (master...test-fix_feature_addrman_on_big_endian_systems) https://github.com/bitcoin/bitcoin/pull/27529
<bitcoin-git> bitcoin/master 8fba5df fanquake: Merge bitcoin/bitcoin#27529: test: fix `feature_addrman.py` on big-endian ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/95d523fabb44...8fba5dfc1029
<bitcoin-git> bitcoin/master 53c990a Sebastian Falbesoner: test: fix `feature_addrman.py` on big-endian systems
<bitcoin-git> [bitcoin] fanquake merged pull request #28145: valgrind: add suppression for bug 472219 (master...supress_valgrind_472219) https://github.com/bitcoin/bitcoin/pull/28145
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/54fe963a53f8...95d523fabb44
<bitcoin-git> bitcoin/master 50f7214 fanquake: valgrind: add suppression for bug 472219
<bitcoin-git> bitcoin/master 95d523f fanquake: Merge bitcoin/bitcoin#28145: valgrind: add suppression for bug 472219
<bitcoin-git> [bitcoin] fanquake merged pull request #28035: test: Ignore UTF-8 errors in assert_debug_log (master...2307-test-utf8-) https://github.com/bitcoin/bitcoin/pull/28035
<bitcoin-git> bitcoin/master fa6bb85 MarcoFalke: test: Ignore UTF-8 errors in assert_debug_log
<bitcoin-git> bitcoin/master fa3d729 MarcoFalke: lint: Ignore check_fileopens failure on **kwargs
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/32c15237b656...54fe963a53f8
<bitcoin-git> bitcoin/master fa63326 MarcoFalke: test: Fix debug_log_size helper
<bitcoin-git> [bitcoin] russeree opened pull request #28160: Bech32 LocateErrors "Bech32 string too short" case (master...bech32_min_size) https://github.com/bitcoin/bitcoin/pull/28160

2023-07-25

<bitcoin-git> [bitcoin] achow101 merged pull request #27930: util: Don't derive secure_allocator from std::allocator (master...master) https://github.com/bitcoin/bitcoin/pull/27930
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1ed8a0f8d264...32c15237b656
<bitcoin-git> bitcoin/master 07c59ed Casey Carter: Don't derive secure_allocator from std::allocator
<bitcoin-git> bitcoin/master 32c1523 Andrew Chow: Merge bitcoin/bitcoin#27930: util: Don't derive secure_allocator from std:...
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #28157: test doc: tests `acceptstalefeeestimates` option is only supported on regtest chain (master...07-2023-avoid-serving-stale-fees-follow-up) https://github.com/bitcoin/bitcoin/pull/28157
<bitcoin-git> [bitcoin] achow101 merged pull request #28113: kernel: Remove UniValue from kernel library (master...kernelRmUnivalue) https://github.com/bitcoin/bitcoin/pull/28113
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e35fb7bc48d3...1ed8a0f8d264
<bitcoin-git> bitcoin/master 10eb3a9 TheCharlatan: kernel: Split ParseSighashString
<bitcoin-git> bitcoin/master 6960c81 TheCharlatan: kernel: Remove Univalue from kernel library
<bitcoin-git> bitcoin/master 1ed8a0f Andrew Chow: Merge bitcoin/bitcoin#28113: kernel: Remove UniValue from kernel library
<bitcoin-git> [bitcoin] sr-gi opened pull request #28155: Improves addnode / m_added_nodes logic (master...202307-addednodeinfo) https://github.com/bitcoin/bitcoin/pull/28155
<bitcoin-git> [bitcoin] theStack opened pull request #28154: test: refactor: deduplicate segwitv0 ECDSA signing for tx inputs (master...202307-test-deduplicate_segwitv0_input_signing) https://github.com/bitcoin/bitcoin/pull/28154
<bitcoin-git> [bitcoin] brunoerg opened pull request #28153: fuzz: add target for `ScriptPubKeyMan` (legacy) (master...2023-07-fuzz-scriptpubkey-legacy) https://github.com/bitcoin/bitcoin/pull/28153
<bitcoin-git> [bitcoin] instagibbs opened pull request #28152: Add benchmark for miniminer (master...2023-07-miniminer_bench) https://github.com/bitcoin/bitcoin/pull/28152
<bitcoin-git> [bitcoin] fanquake opened pull request #28151: [WIP] guix: use `-muse-unaligned-vector-move` for Windows builds (master...win_muse_unaligned_vector_move) https://github.com/bitcoin/bitcoin/pull/28151
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28150: test: Avoid intermittent issues due to async events in validationinterface_tests (master...2307-test-no-async-) https://github.com/bitcoin/bitcoin/pull/28150
<bitcoin-git> [bitcoin] stickies-v opened pull request #28149: Net processing: clamp PeerManager::Options user input (master...2023-07/peerman-opts-check-bounds) https://github.com/bitcoin/bitcoin/pull/28149
<bitcoin-git> [bitcoin] stickies-v opened pull request #28148: Refactor: consistently use ApplyArgsManOptions for PeerManager::Options (master...2023-07/blocksonly-peerman-opts) https://github.com/bitcoin/bitcoin/pull/28148
<bitcoin-git> [bitcoin] fanquake opened pull request #28147: suppressions: note that `type:ClassName::MethodName` should be used (master...suppressions_class_func) https://github.com/bitcoin/bitcoin/pull/28147
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #28089: test: Bump walletpassphrase timeout to avoid intermittent issue (master...2307-test-int-time-) https://github.com/bitcoin/bitcoin/pull/28089
<bitcoin-git> [bitcoin] fanquake merged pull request #28124: fuzz: Re-enable symbolize=1 in ASAN_OPTIONS (master...2307-fuzz-sym-) https://github.com/bitcoin/bitcoin/pull/28124
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c97270d72256...e35fb7bc48d3
<bitcoin-git> bitcoin/master e35fb7b fanquake: Merge bitcoin/bitcoin#28124: fuzz: Re-enable symbolize=1 in ASAN_OPTIONS
<bitcoin-git> bitcoin/master faa8c1b MarcoFalke: fuzz: Re-enable symbolize=1 in ASAN_OPTIONS
<bitcoin-git> [bitcoin] fanquake merged pull request #27499: net processing, refactor: Decouple PeerManager from gArgs (master...2023-04-peerman-opts) https://github.com/bitcoin/bitcoin/pull/27499
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/d23fda05842b...c97270d72256
<bitcoin-git> bitcoin/master 8b87725 dergoegge: [net processing] Introduce PeerManager options
<bitcoin-git> bitcoin/master 4cfb7b9 dergoegge: [net processing] Use ignore_incoming_txs from m_opts
<bitcoin-git> bitcoin/master fa9e6d8 dergoegge: [net processing] Move -txreconciliation to PeerManager::Options
<bitcoin-git> [bitcoin] fanquake opened pull request #28145: valgrind: add suppression for bug 472219 (master...supress_valgrind_472219) https://github.com/bitcoin/bitcoin/pull/28145
<bitcoin-git> [bitcoin] mzumsande opened pull request #28144: test: fix intermittent timeout in p2p_getaddr_caching.py (master...202307_getaddr_caching_fix) https://github.com/bitcoin/bitcoin/pull/28144

2023-07-24

<bitcoin-git> [gui] achow101 opened pull request #747: gui: Open fully encrypted wallets (master...gui-fully-encrypted-wallets) https://github.com/bitcoin-core/gui/pull/747
<bitcoin-git> [bitcoin] achow101 opened pull request #28142: wallet: Allow users to create a wallet that encrypts all database records (master...encrypt-watch-only) https://github.com/bitcoin/bitcoin/pull/28142
<bitcoin-git> [bitcoin] pinheadmz closed pull request #28141: [TASK 0] FIRST CHANGE IN MY BLOCKCHAIN (master...master) https://github.com/bitcoin/bitcoin/pull/28141
<bitcoin-git> [bitcoin] donCallm opened pull request #28141: [TASK 0] FIRST CHANGE IN MY BLOCKCHAIN (master...master) https://github.com/bitcoin/bitcoin/pull/28141
<bitcoin-git> [bitcoin] fanquake closed pull request #28140: [TASK 0] FIRST CHANGE IN MY BLOCKCHAIN (master...master) https://github.com/bitcoin/bitcoin/pull/28140
<bitcoin-git> [bitcoin] donCallm opened pull request #28140: [TASK 0] FIRST CHANGE IN MY BLOCKCHAIN (master...master) https://github.com/bitcoin/bitcoin/pull/28140
<bitcoin-git> [bitcoin] furszy opened pull request #28139: test: create wallet specific for test_locked_wallet case (master...2023_isolate_test_locked_wallet) https://github.com/bitcoin/bitcoin/pull/28139
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28138: ci: Keep system env vars as-is (bugfix) (master...2307-ci-system-env-) https://github.com/bitcoin/bitcoin/pull/28138
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #21652: ci: Switch more tasks to self-hosted (master...2104-ciMoreSelf) https://github.com/bitcoin/bitcoin/pull/21652
<bitcoin-git> [bitcoin] jonatack opened pull request #28136: refactor: move GetServicesNames from rpc/util.{h,cpp} to rpc/net.cpp (master...2023-07-move-GetServicesNames-to-its-call-unit) https://github.com/bitcoin/bitcoin/pull/28136
<bitcoin-git> [bitcoin] achow101 closed pull request #28135: v 25.0.3 (master...master) https://github.com/bitcoin/bitcoin/pull/28135

2023-07-23

<bitcoin-git> [bitcoin] bitcoinfinancier opened pull request #28135: v 25.0.3 (master...master) https://github.com/bitcoin/bitcoin/pull/28135
<bitcoin-git> [bitcoin] jonatack opened pull request #28134: rpc, util: deduplicate AmountFromValue() using util::Result (master...2023-07-dedupe-AmountFromValue) https://github.com/bitcoin/bitcoin/pull/28134
<kenshir0> hi! are there plans to add Payjoin to Bitcoin Core? It would be great to have some option for private payments, even if it requires both parties are online.
<bitcoin-git> [bitcoin] petertodd opened pull request #28132: Enable full-rbf by default (master...2023-07-enable-full-rbf) https://github.com/bitcoin/bitcoin/pull/28132
<bitcoin-git> [bitcoin] hebasto opened pull request #28131: Add UBSan `-fsanitize=integer` suppressions for `src/secp256k1` subtree (master...230723-ubsan) https://github.com/bitcoin/bitcoin/pull/28131