<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 9aeeb75 Pablo Greco: Add symlinks for hardcoded Makefiles in out of tree builds
<bitcoin-git>
bitcoin/master c6fafa4 fanquake: Merge bitcoin/bitcoin#25630: Add symlinks for hardcoded Makefiles in out o...
<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>
[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] 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
<bitcoin-git>
[bitcoin] psgreco opened 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] fanquake merged pull request #25542: build: Use Link Time Optimization for Qt code on Linux (master...220705-ltcg) https://github.com/bitcoin/bitcoin/pull/25542
<bitcoin-git>
bitcoin/master d806407 fanquake: Merge bitcoin/bitcoin#25542: build: Use Link Time Optimization for Qt code...
<bitcoin-git>
[bitcoin] Mr-Leshiy closed pull request #25628: Add new getlastvbkwithvtbs, getlastaltwithvtbs rpcs and (master...add-new-rpcs) https://github.com/bitcoin/bitcoin/pull/25628
<bitcoin-git>
[bitcoin] Mr-Leshiy opened pull request #25628: Add new getlastvbkwithvtbs, getlastaltwithvtbs rpcs and (master...add-new-rpcs) https://github.com/bitcoin/bitcoin/pull/25628
<bitcoin-git>
[bitcoin] luke-jr opened pull request #25626: Replace mempoolfullrbf with more compatible and flexible mempoolreplacement (plus more tests) (master...mempoolreplacement_2022) https://github.com/bitcoin/bitcoin/pull/25626
<bitcoin-git>
[bitcoin] theStack opened pull request #25625: test: add test for decoding PSBT with per-input preimage types (master...202207-test-add_more_decodepsbt_tests) https://github.com/bitcoin/bitcoin/pull/25625
<bitcoin-git>
[bitcoin] vasild opened pull request #25619: net: avoid overriding non-virtual ToString() in CService and use better naming (master...CNetAddr_ToString) https://github.com/bitcoin/bitcoin/pull/25619
<bitcoin-git>
[bitcoin] darosior opened pull request #25618: Release notes for Miniscript support in P2WSH descriptors (master...changelog_miniscript_descriptors) https://github.com/bitcoin/bitcoin/pull/25618
<bitcoin-git>
[bitcoin] MarnixCroes opened pull request #25615: rpc: add missing description in gettxout help text (master...rpc-add-missing-description-gettxout-help-text) https://github.com/bitcoin/bitcoin/pull/25615
<bitcoin-git>
[bitcoin] achow101 merged pull request #24148: Miniscript support in Output Descriptors (master...miniscript_wallet_watchonly) https://github.com/bitcoin/bitcoin/pull/24148
<bitcoin-git>
bitcoin/master d25d58b Antoine Poinsot: miniscript: add a helper to find the first insane sub with no child
<bitcoin-git>
bitcoin/master 4a08288 Antoine Poinsot: qa: better error reporting on descriptor parsing error
<bitcoin-git>
[bitcoin] fanquake opened pull request #25612: build: default to using GCC tool wrappers for LTO (master...lto_improvements) https://github.com/bitcoin/bitcoin/pull/25612
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25611: univalue: Avoid brittle, narrowing and verbose integral type confusions (master...2207-univalue-types-🙉) https://github.com/bitcoin/bitcoin/pull/25611
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25602: wallet, RPC: Default BIP125 signal to -mempoolfullrbf (master...2207-rpc-wallet-replace-🌡) https://github.com/bitcoin/bitcoin/pull/25602
<bitcoin-git>
[bitcoin] w0xlt opened pull request #25601: util: Make `BResult` error a generic type instead of only `bilingual_str` (master...structuredresult) https://github.com/bitcoin/bitcoin/pull/25601
<bitcoin-git>
[bitcoin] ariard opened pull request #25600: Advertise `NODE_REPLACE_BY_FEE` and connect to at least 1 outbound full-rbf peers if `mempoolfullrbf` sets (master...2022-07-fullrbf-p2p) https://github.com/bitcoin/bitcoin/pull/25600
2022-07-12
<bitcoin-git>
[bitcoin] achow101 opened pull request #25599: build: Check for std::atomic::exchange rather than std::atomic_exchange (master...specifc-atomics-check) https://github.com/bitcoin/bitcoin/pull/25599
<bitcoin-git>
[bitcoin] theStack opened 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
<mooncoder>
I'm surprised that bitcoin-core still doesn't support passphrases, was expecting to support it by now
<sipa>
Part of that is just historical - the Bitcoin Core wallet predates all other wallet software, and still has a design that dates back to this time (mostly).
<mooncoder>
Why doesn't bitcoin-core just export the master key? it would make offline backup easier vs a dat file with custom binary format
<sipa>
At least if the wallet was created using Bitcoin Core 0.13 or later.
<mooncoder>
is the hdseedid value sufficient to recover a bitcoin-core wallet?
<bitcoin-git>
bitcoin/master fa70989 MacroFake: move-only: Version handshake to libtest_util
<bitcoin-git>
bitcoin/master fa4be8e MacroFake: move-only: InitializeNode to handshake helper
<bitcoin-git>
bitcoin/master dd13d7b MacroFake: Merge bitcoin/bitcoin#25591: move-only: Version handshake to libtest_util
<bitcoin-git>
[bitcoin] instagibbs opened pull request #25595: Verify PSBT inputs rather than check for fields being empty (master...verify_psbt_input) https://github.com/bitcoin/bitcoin/pull/25595