<bitcoin-git>
[bitcoin] theStack opened pull request #30254: test: doc: fix units in tx-size standardness test (s/vbytes/weight units) (master...202406-test-doc-fix_tx-size_units) https://github.com/bitcoin/bitcoin/pull/30254
<gribble>
https://github.com/bitcoin/bitcoin/issues/29420 | test: extend the SOCKS5 Python proxy to actually connect to a destination by vasild · Pull Request #29420 · bitcoin/bitcoin · GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/29415 | Broadcast own transactions only via short-lived Tor or I2P connections by vasild · Pull Request #29415 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] maflcko opened pull request #30248: refactor: Add explicit cast to expected_last_page to silence fuzz ISan (master...2406-bdb-fuzz-isan) https://github.com/bitcoin/bitcoin/pull/30248
<gribble>
https://github.com/bitcoin/bitcoin/issues/29415 | Broadcast own transactions only via short-lived Tor or I2P connections by vasild · Pull Request #29415 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] virtu opened pull request #30246: contrib: asmap-tool - Compare ASMaps with respect to specific addresses (master...2024-06-compare-asmaps) https://github.com/bitcoin/bitcoin/pull/30246
<bitcoin-git>
[bitcoin] m3dwards opened pull request #30245: net: Allow -proxy=[::1] on nodes with IPV6 lo only (master...allow-dns-ipv6-lo-only) https://github.com/bitcoin/bitcoin/pull/30245
<bitcoin-git>
[bitcoin] m3dwards opened pull request #30244: ci: parse TEST_RUNNER_EXTRA into an array (master...ci-functional-tests-extra-var) https://github.com/bitcoin/bitcoin/pull/30244
<bitcoin-git>
[bitcoin] theuni opened pull request #30234: Enable clang-tidy checks for self-assignment (master...clang-tidy-self-assign) https://github.com/bitcoin/bitcoin/pull/30234
<bitcoin-git>
[bitcoin] sr-gi opened pull request #30233: refactor: move m_is_inbound out of CNodeState (master...202406-refactor-inbound) https://github.com/bitcoin/bitcoin/pull/30233
<bitcoin-git>
[bitcoin] luke-jr opened pull request #30232: refactor: policy: Pass kernel::MemPoolOptions to IsStandard[Tx] rather than long list of individual options (master...refactor_mempoolopts) https://github.com/bitcoin/bitcoin/pull/30232
<bitcoin-git>
[bitcoin] fanquake opened pull request #30231: guix: bump time-machine to f0bb724211872cd6158fce6162e0b8c73efed126 (master...bump_time_machine) https://github.com/bitcoin/bitcoin/pull/30231
<bitcoin-git>
[bitcoin] fanquake merged pull request #30174: test: Set mocktime in p2p_disconnect_ban.py to avoid intermittent test failure (master...2405-test-bump) https://github.com/bitcoin/bitcoin/pull/30174
<bitcoin-git>
bitcoin/master 74dc858 merge-script: Merge bitcoin/bitcoin#30174: test: Set mocktime in p2p_disconnect_ban.py t...
<bitcoin-git>
bitcoin/master fa6aa40 MarcoFalke: test: Fix typos and use names args
<bitcoin-git>
bitcoin/master 4444de1 MarcoFalke: test: Set mocktime in p2p_disconnect_ban.py to avoid intermittent test fai...
<bitcoin-git>
[gui] ChillerDragon opened pull request #823: wallet: Improve error log color in the console (master...pr_console_err_color) https://github.com/bitcoin-core/gui/pull/823
<bitcoin-git>
[bitcoin] fanquake opened pull request #30228: build: no-longer allow GCC-10 in C++20 check (master...no_longer_allow_gcc_10) https://github.com/bitcoin/bitcoin/pull/30228
<bitcoin-git>
[bitcoin] achow101 merged pull request #30047: refactor: Model the bech32 charlimit as an Enum (master...model-bech32-limit-as-enum) https://github.com/bitcoin/bitcoin/pull/30047
<bitcoin-git>
bitcoin/master 55cf34a Ava Chow: Merge bitcoin/bitcoin#30047: refactor: Model the bech32 charlimit as an En...
<bitcoin-git>
bitcoin/master 5676aec josibake: refactor: Model the bech32 charlimit as an Enum
<bitcoin-git>
[bitcoin] achow101 merged pull request #29428: test: Assumeutxo: snapshots with less work should not be loaded (master...assumeutxo-test-several) https://github.com/bitcoin/bitcoin/pull/29428
<bitcoin-git>
bitcoin/master df6dc2a Hernan Marino: test: Assumeutxo: snapshots with less work should not be loaded
<bitcoin-git>
[bitcoin] fanquake closed pull request #30225: Update and rename bitcoinkernel.cpp to bitcoinkernel.cppx (master...patch-3) https://github.com/bitcoin/bitcoin/pull/30225
<bitcoin-git>
[bitcoin] aaservice opened pull request #30225: Update and rename bitcoinkernel.cpp to bitcoinkernel.cppx (master...patch-3) https://github.com/bitcoin/bitcoin/pull/30225
<josie>
fragment in the descriptor language that is not enough to fully specify generating and spending the output, and is also slightly more than just a miniscript fragment in that it deals with things that are not strictly bitcoin script
<josie>
want to check my understanding on something: descriptors are a way of specifying how to create outputs and how to spend them, i.e. everything you need for a single output type wallet. miniscript is a way of writing a subset of bitcoin script with certain guarantees and the miniscript policy language is used in descriptors. so then what is a partial descriptor? ive always took it as a
<bitcoin-git>
[bitcoin] hebasto opened pull request #30216: build: Fix building `fuzz` binary on on SunOS / illumos (master...240602-libevent) https://github.com/bitcoin/bitcoin/pull/30216
<bitcoin-git>
[bitcoin] TheCharlatan closed pull request #28335: RFC: Remove boost usage from kernel api / headers (master...mempoolBoostHeaderPrune) https://github.com/bitcoin/bitcoin/pull/28335
<bitcoin-git>
[bitcoin] achow101 closed pull request #30188: Fix typos in 36 files | Almost only documentation (master...cyon_fix_typos) https://github.com/bitcoin/bitcoin/pull/30188
2024-05-30
<bitcoin-git>
[bitcoin] mzumsande opened pull request #30207: validation: Improve, document and test logic for chains building on invalid blocks (master...202405_invalid_chains) https://github.com/bitcoin/bitcoin/pull/30207
<bitcoin-git>
[bitcoin] vasild opened pull request #30205: test: add mocked Sock that can read/write custom data and/or CNetMessages (master...DynSock) https://github.com/bitcoin/bitcoin/pull/30205
<bitcoin-git>
bitcoin-detached-sigs/27.x b15cfc6 Ava Chow: 27.1: win sig for rc1
2024-05-29
<bitcoin-git>
[bitcoin] theuni opened pull request #30194: refactor: use recommended type hiding on multi_index types (master...multi_index_types) https://github.com/bitcoin/bitcoin/pull/30194
<bitcoin-git>
[bitcoin] m3dwards opened pull request #30193: ci: move ASAN job to GitHub Actions from Cirrus CI (master...move-asan-to-gha) https://github.com/bitcoin/bitcoin/pull/30193
<vasild>
laanwj: https://github.com/bitcoin/bitcoin/pull/30043 "Either solve FreeBSD compile issue (probably upstream issue) or remove FreeBSD support" -- what is the issue? Somewhere in the comments Sjors posted a picture of some compile warning - is that it?