<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #25711: univalue: hand written conversion of number to string (master...2207-faster-univalue-๐ก) https://github.com/bitcoin/bitcoin/pull/25711
<bitcoin-git>
[bitcoin] fanquake merged pull request #24974: refactor: Make FEELER_SLEEP_WINDOW type safe (std::chrono) (master...2204-feeler-type-๐ด) https://github.com/bitcoin/bitcoin/pull/24974
<bitcoin-git>
bitcoin/master 5671217 fanquake: Merge bitcoin/bitcoin#24974: refactor: Make FEELER_SLEEP_WINDOW type safe ...
<bitcoin-git>
bitcoin/master fa74e72 MacroFake: refactor: Make FEELER_SLEEP_WINDOW type safe (std::chrono)
<bitcoin-git>
bitcoin/master fa3b3cb MacroFake: Expose underlying clock in CThreadInterrupt
<bitcoin-git>
[bitcoin] theStack opened pull request #25712: crypto: drop 16 byte key support for ChaCha20 (master...202207-crypto-remove_16byte_key_support_for_chacha20) https://github.com/bitcoin/bitcoin/pull/25712
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25711: univalue: hand written conversion of number to string (master...2207-faster-univalue-๐ก) https://github.com/bitcoin/bitcoin/pull/25711
<bitcoin-git>
[bitcoin] darosior opened pull request #25709: script: actually trigger the optimization in BuildScript (master...fix_buildscript_opt) https://github.com/bitcoin/bitcoin/pull/25709
<bitcoin-git>
[bitcoin] fanquake opened pull request #25708: depends: always use correct ar for win qt build (master...win_qt_always_correct_ar) https://github.com/bitcoin/bitcoin/pull/25708
<bitcoin-git>
[bitcoin] aureleoules opened pull request #25706: lint: Make lint spellcheck a failure instead of warning (master...2022-07-lint-spellcheck-failure) https://github.com/bitcoin/bitcoin/pull/25706
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25704: refactor: Remove all validation option globals (master...2207-val-globals-๐ง) https://github.com/bitcoin/bitcoin/pull/25704
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #25626: Replace mempoolfullrbf with more compatible and flexible mempoolreplacement (plus more tests) (master...mempoolreplacement_2022) https://github.com/bitcoin/bitcoin/pull/25626
<gribble>
https://github.com/bitcoin/bitcoin/issues/25679 | wallet: Correctly identify external inputs that are also in the wallet by achow101 ยท Pull Request #25679 ยท bitcoin/bitcoin ยท GitHub
<Kaizen_Kintsugi_>
I think I found a bug where it works differently on macos than ubuntu when building in a seperate directory like bitcoin/build. I think I might take a stab at it.
2022-07-25
<bitcoin-git>
[bitcoin] LarryRuane closed pull request #25275: [refactor] use ITEMS macro to unify NetMsgType, allNetMessageTypes lists (master...2022-06-ITEMS-macro) https://github.com/bitcoin/bitcoin/pull/25275
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25699: scripted-diff: Replace NullUniValue with UniValue::VNULL (master...2207-univalue-types-๐) https://github.com/bitcoin/bitcoin/pull/25699
<BlockNum256>
Hi guys! I'm running a node on BTC testnet network. How can I fund an address using bitcoin-cli? Thank you
<bitcoin-git>
[bitcoin] theStack opened pull request #25698: crypto: avoid potential buffer overread in `ChaCha20::SetKey` (master...202207-crypto-avoid_potential_buffer_overread_in_chacha20_setkey) https://github.com/bitcoin/bitcoin/pull/25698
<bitcoin-git>
[bitcoin] fanquake opened pull request #25697: depends: expat 2.4.8 & fix building with -flto when using Guix (master...expat_2_4_8_with_lto) https://github.com/bitcoin/bitcoin/pull/25697
<bitcoin-git>
[bitcoin] theStack closed pull request #25598: doc: assumeutxo: format tables to be aligned in plain-text (master...202207-doc-assumeutxo-nicer_plaintext_tables) https://github.com/bitcoin/bitcoin/pull/25598
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #22775: rpc: Add option to list transactions from oldest to newest in `listtransactions` RPC command (master...listtransactions-set-order) https://github.com/bitcoin/bitcoin/pull/22775
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #23226: c++20: Opt-in to modeling view and borrowed_range for Span (master...borrowed-span) https://github.com/bitcoin/bitcoin/pull/23226
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #23308: Update basic multisig test/docs to use multipath descriptor (master...multisig_multipath_descriptor_wallet) https://github.com/bitcoin/bitcoin/pull/23308
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #24220: validation: don't re-acquire cs_main during IBD in CChainState::IsInitialBlockDownload() (master...remove-cs_main-lock-from-IsInitialBlockDownload) https://github.com/bitcoin/bitcoin/pull/24220
<bitcoin-git>
[bitcoin] luke-jr opened pull request #25691: RPC: Document "asm" and "hex" fields for scripts & fix getblock help (master...docfix_getblock&asmhex) https://github.com/bitcoin/bitcoin/pull/25691
2022-07-24
<bitcoin-git>
[bitcoin] fjahr closed pull request #25690: net: Add addresses to local addr map even if their network is unreachable (master...2022-07-localaddr) https://github.com/bitcoin/bitcoin/pull/25690
<bitcoin-git>
[bitcoin] fjahr opened pull request #25690: net: Add addresses to local addr map even if their network is unreachable (master...2022-07-localaddr) https://github.com/bitcoin/bitcoin/pull/25690
<bitcoin-git>
[bitcoin] fjahr opened pull request #25688: net: Only use TorControl connection as proxy if proxy is not set yet (master...2022-07-torcontrol) https://github.com/bitcoin/bitcoin/pull/25688
<bitcoin-git>
[bitcoin] hebasto closed pull request #25660: Revert "build: remove some no-longer-needed var unexporting from confโฆ (master...220721-pkgconfig) https://github.com/bitcoin/bitcoin/pull/25660
2022-07-23
<bitcoin-git>
[bitcoin] hebasto opened pull request #25687: build: Do not export `PKG_CONFIG_{PATH|LIBDIR}` variables (master...220723-export) https://github.com/bitcoin/bitcoin/pull/25687
<bitcoin-git>
[bitcoin] furszy opened pull request #25685: wallet: Faster transaction creation by removing pre-set-inputs fetching responsibility from Coin Selection (master...2022_wallet_faster_coin_selection) https://github.com/bitcoin/bitcoin/pull/25685
<bitcoin-git>
[bitcoin] chinggg opened pull request #25683: test: Fix `nEvicted` returned by `LimitOrphans` (master...fix-txorphan-limit) https://github.com/bitcoin/bitcoin/pull/25683
<bitcoin-git>
[bitcoin] yusufsahinhamza opened pull request #25680: rpc, docs: Add note for commands that supports only legacy wallets (master...improve-rpchelpman-notes) https://github.com/bitcoin/bitcoin/pull/25680
2022-07-22
<bitcoin-git>
[bitcoin] achow101 opened pull request #25679: wallet: Correctly identify external inputs that are also in the wallet (master...fix-external-but-have-tx) https://github.com/bitcoin/bitcoin/pull/25679
<bitcoin-git>
[bitcoin] mzumsande opened pull request #25678: p2p: skip querying dns seeds if `-onlynet` disables IPv4 and IPv6 (master...202207_onlynet_dns) https://github.com/bitcoin/bitcoin/pull/25678
<bitcoin-git>
[bitcoin] aureleoules opened pull request #25677: refactor: make active_chain_tip a reference (master...2022-07-make-active-chain-ref) https://github.com/bitcoin/bitcoin/pull/25677
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #20753: rpc: Allow to ignore specific policy reject reasons (master...2012-policyRpcIgnore) https://github.com/bitcoin/bitcoin/pull/20753
<bitcoin-git>
[bitcoin] vasild opened pull request #25676: sync: simplify and remove unused code from sync.h (master...improve_sync.h) https://github.com/bitcoin/bitcoin/pull/25676
<bitcoin-git>
[bitcoin] glozow opened pull request #25674: add unit tests for RBF rules in isolation (master...2022-07-rbf-unit-tests) https://github.com/bitcoin/bitcoin/pull/25674
<bitcoin-git>
[bitcoin] aureleoules opened pull request #25673: refactor: make member functions const when applicable (master...2022-07-refactor) https://github.com/bitcoin/bitcoin/pull/25673
<bitcoin-git>
[bitcoin] fanquake merged pull request #25331: Add HashWriter without ser-type and ser-version and use it where possible (master...2206-hashwriter-๐ฝ) https://github.com/bitcoin/bitcoin/pull/25331
<bitcoin-git>
bitcoin/master 510ac41 fanquake: Merge bitcoin/bitcoin#25331: Add HashWriter without ser-type and ser-versi...
<bitcoin-git>
bitcoin/master faf9acc MacroFake: Use HashWriter where possible
<bitcoin-git>
bitcoin/master faa5425 MacroFake: Add HashWriter without ser-type and ser-version
<bitcoin-git>
[bitcoin] theStack opened pull request #25670: test: check that combining PSBTs with different txs fails (master...202207-test-add_combinepsbts_fail_test) https://github.com/bitcoin/bitcoin/pull/25670
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #25665: BResult improvements, allow returning separate value on failure (master...pr/bresult2) https://github.com/bitcoin/bitcoin/pull/25665
<bitcoin-git>
[bitcoin] darosior opened pull request #25664: refactor: Redefine `IsSolvable()` using descriptors (master...redefine_issolvable) https://github.com/bitcoin/bitcoin/pull/25664
<bitcoin-git>
[bitcoin] rodentrabies opened pull request #25663: tracing: do not use `coin` after move in `CCoinsViewCache::AddCoin` (master...bugprone-use-after-move) https://github.com/bitcoin/bitcoin/pull/25663
<bitcoin-git>
[bitcoin] hebasto opened pull request #25660: Revert "build: remove some no-longer-needed var unexporting from confโฆ (master...220721-pkgconfig) https://github.com/bitcoin/bitcoin/pull/25660
<sipa>
lol, that PR copies the "embit" pure python implementation, which is apparently copied from the one I wrote for Bitcoin Corr.
<bitcoin-git>
[bitcoin] jonatack opened pull request #25651: refactor: make ChainImpl::m_node data member private (master...make-ChainImpl-m_node-data-member-private) https://github.com/bitcoin/bitcoin/pull/25651
<bitcoin-git>
[bitcoin] josibake opened pull request #25650: script: default to necessary tags in `test/get_previous_releases.py` (master...josibake-update-get-previous-releases-script) https://github.com/bitcoin/bitcoin/pull/25650
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25648: refactor: Remove ::fRequireStandard global (master...2207-burn-globals-๐ถ) https://github.com/bitcoin/bitcoin/pull/25648
<earnestly>
(If users were able to install leveldb/rock/db/whatever it would imply that bitcoin-core has matured enough to decouple the db from consensus
<bitcoin-git>
[bitcoin] fanquake merged pull request #25285: Add AutoFile without ser-type and ser-version and use it where possible (master...2206-autofile-๐) https://github.com/bitcoin/bitcoin/pull/25285
<bitcoin-git>
bitcoin/master 895937e fanquake: Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version...
<bitcoin-git>
bitcoin/master facc2fa MacroFake: Use AutoFile where possible
<bitcoin-git>
bitcoin/master 6666803 MacroFake: streams: Add AutoFile without ser-type and ser-version
<bitcoin-git>
bitcoin/master 2ade04c Hennadii Stepanov: guix: Drop repetition of option's default value
<bitcoin-git>
[bitcoin] fanquake merged pull request #25630: Add symlinks for hardcoded Makefiles in out of tree builds (master...symlink-makefiles) https://github.com/bitcoin/bitcoin/pull/25630
<bitcoin-git>
bitcoin/master c6fafa4 fanquake: Merge bitcoin/bitcoin#25630: Add symlinks for hardcoded Makefiles in out o...
<bitcoin-git>
bitcoin/master 9aeeb75 Pablo Greco: Add symlinks for hardcoded Makefiles in out of tree builds
<bitcoin-git>
[gui] hebasto closed pull request #607: refactor: Skip manual signal disconnection in descructors (master...220526-handler) https://github.com/bitcoin-core/gui/pull/607
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25645: Remove unused includes from dbwrapper.h (master...2207-include-dbwrapper-๐) https://github.com/bitcoin/bitcoin/pull/25645
<bitcoin-git>
[bitcoin] hebasto closed pull request #25636: build: Add `double_conversion` package for Linux hosts (master...220718-qt-dc) https://github.com/bitcoin/bitcoin/pull/25636
<bitcoin-git>
[bitcoin] fanquake opened pull request #25643: depends: compile FastFixedDtoa with -O1 to fix cross-arch reproducibility for arm32 (master...libdouble_non_determinism) https://github.com/bitcoin/bitcoin/pull/25643
<bitcoin-git>
[bitcoin] darosior opened pull request #25642: Don't wrap around when deriving an extended key at a too large depth (master...ext_key_derive_wrap_around) https://github.com/bitcoin/bitcoin/pull/25642
<bitcoin-git>
[bitcoin] fanquake merged pull request #25629: univalue: Return more detailed type check error messages (master...2207-json-push-๐ฌ) https://github.com/bitcoin/bitcoin/pull/25629
<bitcoin-git>
bitcoin/master 47dad42 fanquake: Merge bitcoin/bitcoin#25629: univalue: Return more detailed type check err...
<bitcoin-git>
bitcoin/master fae5ce8 MacroFake: univalue: Return more detailed type check error messages
<bitcoin-git>
bitcoin/master fafab14 MacroFake: move-only: Move UniValue::getInt definition to keep class with definitions...
<bitcoin-git>
[bitcoin] achow101 opened pull request #25634: wallet, tests: Expand and test when the blank wallet flag should be un/set (master...desc-import-unset-blank) https://github.com/bitcoin/bitcoin/pull/25634