A bare minimum of legacy wallet code is kept in order to perform wallet migration. Migration of legacy wallets uses the independent BDB parser and a minimal LegacyDataSPKM that allows the legacy data to be loaded so that the migration can be completed.
All tests which tested legacy wallet behavior have been removed. The --descriptors and --legacy-wallet options are removed from the functional tests.
BDB has been removed as a dependency and documentation have been updated to reflect that.
DrahtBot
commented at 11:36 pm on October 23, 2023:
contributor
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
achow101 force-pushed
on Oct 23, 2023
DrahtBot added the label
CI failed
on Oct 23, 2023
achow101 force-pushed
on Oct 24, 2023
achow101 force-pushed
on Oct 24, 2023
DrahtBot added the label
Needs rebase
on Oct 25, 2023
achow101 force-pushed
on Oct 25, 2023
achow101 force-pushed
on Oct 25, 2023
DrahtBot removed the label
Needs rebase
on Oct 25, 2023
DrahtBot added the label
Needs rebase
on Nov 6, 2023
achow101 force-pushed
on Nov 13, 2023
DrahtBot removed the label
Needs rebase
on Nov 13, 2023
DrahtBot added the label
Needs rebase
on Nov 16, 2023
achow101 force-pushed
on Nov 16, 2023
DrahtBot removed the label
Needs rebase
on Nov 16, 2023
DrahtBot added the label
Needs rebase
on Nov 22, 2023
achow101 force-pushed
on Nov 28, 2023
DrahtBot removed the label
Needs rebase
on Nov 28, 2023
DrahtBot added the label
Needs rebase
on Nov 28, 2023
achow101 force-pushed
on Nov 28, 2023
DrahtBot removed the label
Needs rebase
on Nov 28, 2023
DrahtBot added the label
Needs rebase
on Nov 30, 2023
achow101 force-pushed
on Dec 11, 2023
achow101 force-pushed
on Dec 11, 2023
DrahtBot removed the label
Needs rebase
on Dec 11, 2023
achow101 force-pushed
on Dec 11, 2023
DrahtBot added the label
Needs rebase
on Dec 13, 2023
achow101 force-pushed
on Dec 19, 2023
DrahtBot removed the label
Needs rebase
on Dec 19, 2023
achow101 force-pushed
on Dec 19, 2023
DrahtBot added the label
Needs rebase
on Jan 2, 2024
fanquake referenced this in commit
04978c2e18
on Jan 5, 2024
achow101 force-pushed
on Jan 6, 2024
DrahtBot removed the label
Needs rebase
on Jan 6, 2024
DrahtBot added the label
Needs rebase
on Jan 11, 2024
achow101 force-pushed
on Jan 11, 2024
DrahtBot removed the label
Needs rebase
on Jan 11, 2024
DrahtBot added the label
Needs rebase
on Jan 16, 2024
achow101 force-pushed
on Jan 16, 2024
DrahtBot removed the label
Needs rebase
on Jan 16, 2024
DrahtBot added the label
Needs rebase
on Jan 17, 2024
achow101 force-pushed
on Jan 25, 2024
achow101 force-pushed
on Feb 1, 2024
DrahtBot removed the label
Needs rebase
on Feb 1, 2024
ryanofsky referenced this in commit
93e10cab5d
on Feb 2, 2024
DrahtBot added the label
Needs rebase
on Feb 3, 2024
achow101 force-pushed
on Feb 3, 2024
DrahtBot removed the label
Needs rebase
on Feb 3, 2024
DrahtBot added the label
Needs rebase
on Feb 6, 2024
achow101 force-pushed
on Feb 8, 2024
DrahtBot removed the label
Needs rebase
on Feb 8, 2024
DrahtBot added the label
Needs rebase
on Feb 10, 2024
achow101 force-pushed
on Feb 20, 2024
DrahtBot removed the label
Needs rebase
on Feb 20, 2024
DrahtBot added the label
Needs rebase
on Feb 26, 2024
achow101 force-pushed
on Feb 29, 2024
DrahtBot removed the label
Needs rebase
on Feb 29, 2024
jess2505 approved
DrahtBot added the label
Needs rebase
on Mar 11, 2024
achow101 force-pushed
on Mar 11, 2024
DrahtBot removed the label
Needs rebase
on Mar 11, 2024
DrahtBot added the label
Needs rebase
on Mar 12, 2024
achow101 force-pushed
on Mar 12, 2024
DrahtBot removed the label
Needs rebase
on Mar 12, 2024
DrahtBot added the label
Needs rebase
on Mar 18, 2024
achow101 force-pushed
on Mar 29, 2024
DrahtBot removed the label
Needs rebase
on Mar 29, 2024
DrahtBot added the label
Needs rebase
on Apr 1, 2024
achow101 force-pushed
on Apr 1, 2024
DrahtBot removed the label
Needs rebase
on Apr 1, 2024
achow101 force-pushed
on Apr 3, 2024
DrahtBot added the label
Needs rebase
on Apr 8, 2024
laanwj requested review from laanwj
on Apr 9, 2024
in
src/wallet/migrate.cpp:46
in
7707db3ad5outdated
41+enum class RecordType : uint8_t
42+{
43+ KEYDATA = 1,
44+ DUPLICATE = 2,
45+ OVERFLOW_DATA = 3,
46+ DELETE = 0x80, // Indicate this record is deleted. This is AND'd with the real type.
DrahtBot removed the label
Needs rebase
on May 21, 2024
DrahtBot added the label
Needs rebase
on May 22, 2024
achow101 force-pushed
on May 22, 2024
DrahtBot removed the label
Needs rebase
on May 22, 2024
DrahtBot added the label
Needs rebase
on May 23, 2024
achow101 force-pushed
on May 29, 2024
achow101 force-pushed
on Jun 4, 2024
DrahtBot removed the label
Needs rebase
on Jun 5, 2024
DrahtBot added the label
Needs rebase
on Jun 5, 2024
achow101 force-pushed
on Jun 6, 2024
DrahtBot removed the label
Needs rebase
on Jun 7, 2024
achow101 force-pushed
on Jun 7, 2024
achow101 force-pushed
on Jun 7, 2024
achow101 force-pushed
on Jun 7, 2024
achow101 force-pushed
on Jun 10, 2024
achow101 force-pushed
on Jun 10, 2024
achow101 force-pushed
on Jun 10, 2024
DrahtBot removed the label
CI failed
on Jun 11, 2024
DrahtBot added the label
Needs rebase
on Jun 11, 2024
achow101 force-pushed
on Jun 11, 2024
DrahtBot removed the label
Needs rebase
on Jun 11, 2024
DrahtBot added the label
Needs rebase
on Jun 12, 2024
achow101 force-pushed
on Jun 13, 2024
DrahtBot removed the label
Needs rebase
on Jun 13, 2024
DrahtBot added the label
CI failed
on Jun 14, 2024
DrahtBot
commented at 0:09 am on June 14, 2024:
contributor
🚧 At least one of the CI tasks failed. Make sure to run all tests locally, according to the
documentation.
Possibly this is due to a silent merge conflict (the changes in this pull request being
incompatible with the current code in the target branch). If so, make sure to rebase on the latest
commit of the target branch.
Leave a comment here, if you need help tracking down a confusing failure.
DrahtBot removed the label
CI failed
on Jun 14, 2024
DrahtBot added the label
Needs rebase
on Jun 17, 2024
Sjors
commented at 4:10 pm on June 27, 2024:
member
You can also drop the BerkeleyDatabaseSanityCheck related suppression in contrib/devtools/check-devs.sh
achow101 force-pushed
on Jun 27, 2024
DrahtBot removed the label
Needs rebase
on Jun 27, 2024
DrahtBot added the label
CI failed
on Jun 27, 2024
DrahtBot
commented at 8:59 pm on June 27, 2024:
contributor
🚧 At least one of the CI tasks failed. Make sure to run all tests locally, according to the
documentation.
Possibly this is due to a silent merge conflict (the changes in this pull request being
incompatible with the current code in the target branch). If so, make sure to rebase on the latest
commit of the target branch.
Leave a comment here, if you need help tracking down a confusing failure.
Make sure to run all tests locally, according to the documentation.
The failure may happen due to a number of reasons, for example:
Possibly due to a silent merge conflict (the changes in this pull request being
incompatible with the current code in the target branch). If so, make sure to rebase on the latest
commit of the target branch.
A sanitizer issue, which can only be found by compiling with the sanitizer and running the
affected test.
An intermittent issue.
Leave a comment here, if you need help tracking down a confusing failure.
DrahtBot added the label
Needs rebase
on Aug 31, 2024
achow101 force-pushed
on Sep 3, 2024
DrahtBot removed the label
Needs rebase
on Sep 3, 2024
DrahtBot added the label
Needs rebase
on Sep 4, 2024
achow101 force-pushed
on Sep 10, 2024
DrahtBot removed the label
Needs rebase
on Sep 10, 2024
DrahtBot added the label
Needs rebase
on Sep 12, 2024
achow101 force-pushed
on Sep 17, 2024
DrahtBot removed the label
Needs rebase
on Sep 17, 2024
DrahtBot added the label
Needs rebase
on Sep 20, 2024
achow101 force-pushed
on Oct 4, 2024
DrahtBot removed the label
Needs rebase
on Oct 4, 2024
achow101 force-pushed
on Oct 4, 2024
DrahtBot added the label
Needs rebase
on Oct 5, 2024
achow101 force-pushed
on Oct 11, 2024
DrahtBot removed the label
Needs rebase
on Oct 11, 2024
DrahtBot added the label
Needs rebase
on Oct 24, 2024
achow101 force-pushed
on Oct 24, 2024
DrahtBot removed the label
Needs rebase
on Oct 24, 2024
DrahtBot removed the label
CI failed
on Oct 24, 2024
DrahtBot added the label
Needs rebase
on Oct 25, 2024
achow101 force-pushed
on Oct 25, 2024
DrahtBot removed the label
Needs rebase
on Oct 25, 2024
DrahtBot added the label
Needs rebase
on Oct 28, 2024
achow101 force-pushed
on Oct 28, 2024
DrahtBot removed the label
Needs rebase
on Oct 28, 2024
DrahtBot added the label
Needs rebase
on Oct 29, 2024
achow101 force-pushed
on Oct 29, 2024
DrahtBot removed the label
Needs rebase
on Oct 29, 2024
DrahtBot added the label
Needs rebase
on Nov 1, 2024
achow101 force-pushed
on Nov 1, 2024
DrahtBot removed the label
Needs rebase
on Nov 1, 2024
murchandamus
commented at 9:43 pm on November 5, 2024:
contributor
It looks like all three dependencies got merged, is this ready for review?
achow101
commented at 10:48 pm on November 5, 2024:
member
It looks like all three dependencies got merged, is this ready for review?
Currently it is still dependent on #30328 but I suppose it doesn’t have to be.
DrahtBot added the label
Needs rebase
on Nov 6, 2024
achow101 force-pushed
on Nov 6, 2024
DrahtBot added the label
CI failed
on Nov 6, 2024
DrahtBot removed the label
Needs rebase
on Nov 6, 2024
achow101 force-pushed
on Nov 7, 2024
achow101 force-pushed
on Nov 7, 2024
achow101 force-pushed
on Nov 7, 2024
DrahtBot added the label
Needs rebase
on Nov 11, 2024
fanquake referenced this in commit
2b33322169
on Nov 12, 2024
achow101 force-pushed
on Nov 13, 2024
DrahtBot removed the label
Needs rebase
on Nov 13, 2024
DrahtBot added the label
Needs rebase
on Nov 15, 2024
in
src/wallet/wallet.cpp:3484
in
323bc8982aoutdated
Try to run the tests locally, according to the documentation. However, a CI failure may still
happen due to a number of reasons, for example:
Possibly due to a silent merge conflict (the changes in this pull request being
incompatible with the current code in the target branch). If so, make sure to rebase on the latest
commit of the target branch.
A sanitizer issue, which can only be found by compiling with the sanitizer and running the
affected test.
An intermittent issue.
Leave a comment here, if you need help tracking down a confusing failure.
DrahtBot removed the label
Needs rebase
on Feb 4, 2025
bitcoin deleted a comment
on Feb 9, 2025
achow101 force-pushed
on Feb 10, 2025
DrahtBot removed the label
CI failed
on Feb 10, 2025
glozow referenced this in commit
96d30ed4f9
on Feb 13, 2025
DrahtBot added the label
Needs rebase
on Feb 13, 2025
achow101 force-pushed
on Feb 13, 2025
DrahtBot removed the label
Needs rebase
on Feb 13, 2025
DrahtBot added the label
Needs rebase
on Feb 14, 2025
achow101 force-pushed
on Feb 14, 2025
DrahtBot removed the label
Needs rebase
on Feb 14, 2025
achow101 force-pushed
on Feb 14, 2025
achow101 force-pushed
on Feb 19, 2025
achow101 force-pushed
on Feb 19, 2025
DrahtBot added the label
Needs rebase
on Feb 20, 2025
achow101 force-pushed
on Mar 5, 2025
achow101 force-pushed
on Mar 5, 2025
DrahtBot
commented at 8:28 pm on March 5, 2025:
contributor
Try to run the tests locally, according to the documentation. However, a CI failure may still
happen due to a number of reasons, for example:
Possibly due to a silent merge conflict (the changes in this pull request being
incompatible with the current code in the target branch). If so, make sure to rebase on the latest
commit of the target branch.
A sanitizer issue, which can only be found by compiling with the sanitizer and running the
affected test.
An intermittent issue.
Leave a comment here, if you need help tracking down a confusing failure.
DrahtBot added the label
CI failed
on Mar 5, 2025
DrahtBot removed the label
Needs rebase
on Mar 5, 2025
DrahtBot removed the label
CI failed
on Mar 5, 2025
DrahtBot added the label
Needs rebase
on Mar 7, 2025
achow101 force-pushed
on Mar 7, 2025
DrahtBot removed the label
Needs rebase
on Mar 7, 2025
DrahtBot added the label
Needs rebase
on Mar 14, 2025
achow101 force-pushed
on Mar 14, 2025
DrahtBot removed the label
Needs rebase
on Mar 14, 2025
DrahtBot added the label
Needs rebase
on Mar 16, 2025
achow101 force-pushed
on Apr 10, 2025
achow101 force-pushed
on Apr 10, 2025
achow101 force-pushed
on Apr 10, 2025
DrahtBot added the label
CI failed
on Apr 10, 2025
DrahtBot
commented at 4:21 am on April 10, 2025:
contributor
Try to run the tests locally, according to the documentation. However, a CI failure may still
happen due to a number of reasons, for example:
Possibly due to a silent merge conflict (the changes in this pull request being
incompatible with the current code in the target branch). If so, make sure to rebase on the latest
commit of the target branch.
A sanitizer issue, which can only be found by compiling with the sanitizer and running the
affected test.
An intermittent issue.
Leave a comment here, if you need help tracking down a confusing failure.
achow101 force-pushed
on Apr 10, 2025
DrahtBot removed the label
Needs rebase
on Apr 10, 2025
achow101 force-pushed
on Apr 10, 2025
DrahtBot removed the label
CI failed
on Apr 10, 2025
achow101 force-pushed
on Apr 10, 2025
achow101 force-pushed
on Apr 10, 2025
DrahtBot added the label
Needs rebase
on Apr 11, 2025
achow101 force-pushed
on Apr 11, 2025
achow101
commented at 7:00 pm on April 11, 2025:
member
The test each commit task fails because the HEAD of this PR has bdb removed from that task’s install list, but the earlier commits in this PR still needs BDB. I guess we can leave it there for now and remove it later?
DrahtBot removed the label
Needs rebase
on Apr 11, 2025
achow101 force-pushed
on Apr 12, 2025
DrahtBot added the label
Needs rebase
on Apr 14, 2025
achow101 force-pushed
on Apr 14, 2025
DrahtBot removed the label
Needs rebase
on Apr 15, 2025
DrahtBot added the label
Needs rebase
on Apr 17, 2025
achow101 force-pushed
on Apr 17, 2025
DrahtBot removed the label
Needs rebase
on Apr 17, 2025
DrahtBot added the label
Needs rebase
on Apr 21, 2025
achow101 force-pushed
on Apr 21, 2025
DrahtBot removed the label
Needs rebase
on Apr 21, 2025
DrahtBot added the label
Needs rebase
on Apr 23, 2025
achow101 force-pushed
on Apr 23, 2025
DrahtBot removed the label
Needs rebase
on Apr 23, 2025
achow101 force-pushed
on Apr 23, 2025
DrahtBot added the label
CI failed
on Apr 23, 2025
DrahtBot
commented at 7:12 pm on April 23, 2025:
contributor
Try to run the tests locally, according to the documentation. However, a CI failure may still
happen due to a number of reasons, for example:
Possibly due to a silent merge conflict (the changes in this pull request being
incompatible with the current code in the target branch). If so, make sure to rebase on the latest
commit of the target branch.
A sanitizer issue, which can only be found by compiling with the sanitizer and running the
affected test.
An intermittent issue.
Leave a comment here, if you need help tracking down a confusing failure.
achow101 force-pushed
on Apr 23, 2025
DrahtBot removed the label
CI failed
on Apr 24, 2025
113@@ -123,6 +114,15 @@ Path | Description | Repository notes
114 `addr.dat` | Peer IP address BDB database; replaced by `peers.dat` in [0.7.0](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.7.0.md) | [PR #1198](https://github.com/bitcoin/bitcoin/pull/1198), [`928d3a01`](https://github.com/bitcoin/bitcoin/commit/928d3a011cc66c7f907c4d053f674ea77dc611cc)
115 `onion_private_key` | Cached Tor onion service private key for `-listenonion` option. Was used for Tor v2 services; replaced by `onion_v3_private_key` in [0.21.0](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.21.0.md) | [PR #19954](https://github.com/bitcoin/bitcoin/pull/19954)
116117+### Berkeley DB database based wallets
118+
I think it’s fine to leave as is, it’s under the “Legacy subdirectories and Files” heading. This document discusses the files that Bitcoin Core creates and uses, and legacy wallets are neither created nor really used after this PR.
achow101 force-pushed
on Apr 24, 2025
fanquake referenced this in commit
80e6ad9e30
on Apr 25, 2025
DrahtBot added the label
Needs rebase
on Apr 25, 2025
achow101 force-pushed
on Apr 25, 2025
achow101
commented at 4:10 pm on April 25, 2025:
member
Rebased and added a couple commits for followups from #31250
This is now ready for review.
achow101 marked this as ready for review
on Apr 25, 2025
in
depends/packages/bdb.mk:19
in
ec1b63648foutdated
fanquake
commented at 4:17 pm on April 25, 2025:
member
There’s also a libdb++-dev instance in workflows/ci.yml & deadlock:libdb / BerkeleyBatch etc in tsan suppressions. Berkeley* in walletdb.h. BerkeleyEnvironment::Salvage in utils_tests.cpp.
DrahtBot removed the label
Needs rebase
on Apr 25, 2025
achow101 force-pushed
on Apr 25, 2025
achow101
commented at 7:31 pm on April 25, 2025:
member
There’s also a libdb++-dev instance in workflows/ci.yml & deadlock:libdb / BerkeleyBatch etc in tsan suppressions. Berkeley* in walletdb.h. BerkeleyEnvironment::Salvage in utils_tests.cpp.
Removed
achow101 added this to the milestone 30.0
on Apr 25, 2025
build, wallet, doc: Remove BDB8e2d14de5c
test: Remove unused options and variables, correct comments9d1a9565ca
test: Run multisig script limit test
This test was mistakenly disabled.
8de844b955
test: rpcs disabled for descriptor wallets will be removed235dfce217
wallet, rpc: Remove legacy wallet only RPCs09c9f706f5
wallet: Delete LegacySPKM
Deletes LegacyScriptPubKeyMan and related tests
dc7bf5fd6a
wallet: Remove unused db functions
SOme db functions were for BDB, these are no longer needed.
cc3c3b9958
legacy spkm: Make IsMine() and CanProvide() private and migration onlybc3f07e384
achow101 force-pushed
on Apr 25, 2025
maflcko
commented at 6:36 am on April 28, 2025:
member
All tests which tested legacy wallet behavior have been removed. The --descriptors and --legacy-wallet options are removed from the functional tests.
in
src/test/util_tests.cpp:185
in
8e2d14de5coutdated
181@@ -182,7 +182,7 @@ BOOST_AUTO_TEST_CASE(parse_hex)
182 result = TryParseHex<uint8_t>("12 34 56 78").value();
183 BOOST_CHECK_EQUAL_COLLECTIONS(result.begin(), result.end(), expected.begin(), expected.end());
184185- // Leading space must be supported (used in BerkeleyEnvironment::Salvage)
186+ // Leading space must be supported
Also, the comment Legacy wallets are being deprecated, warn if the loaded wallet is legacy in the code should be removed?
0$ git grep 'Legacy wallets are being deprecated, warn if the loaded wallet is legacy'bc3f07e384c2e145d6d14cfa3ad65b976233b5381bc3f07e384c2e145d6d14cfa3ad65b976233b538:src/wallet/wallet.cpp: // Legacy wallets are being deprecated, warn if the loaded wallet is legacy
In dc7bf5fd6a320c4528a28cef2a565366bbab3877 “wallet: Delete LegacySPKM”: why doesn’t this just return false like before? And if so, can’t the entire helper be dropped?
0$gitgrep-i'legacy wallets'src/script/src/walletdoc/*.md
1doc/build-netbsd.md:`db4` is required to enable support for legacy wallets.
2doc/managing-wallets.md:## Migrating Legacy Wallets to Descriptor Wallets
3doc/managing-wallets.md:Legacy wallets (traditional non-descriptor wallets) can be migrated to become Descriptor wallets
4doc/managing-wallets.md:Legacy wallets can know about, be watching for, and be able to sign for, `migratewallet` only
5doc/psbt.md:If you are using legacy wallets feel free to continue with the example provided here.
6src/script/descriptor.h: * TODO: Remove this method once legacy wallets are removed as it is only necessary for importmulti.
7src/wallet/rpc/addresses.cpp: // In legacy wallets hdkeypath has always used an apostrophe for
8src/wallet/rpc/wallet.cpp: {RPCResult::Type::NUM_TIME, "keypoololdest", /*optional=*/true, "the " + UNIX_EPOCH_TIME + " of the oldest pre-generated key in the key pool. Legacy wallets only."},
9src/wallet/scriptpubkeyman.cpp: // Legacy wallets can also contain scripts whose P2SH, P2WSH, or P2SH-P2WSH it is not watching for
10src/wallet/scriptpubkeyman.h:/** struct containing information needed for migrating legacy wallets to descriptor wallets */
11src/wallet/wallet.cpp: // Legacy wallets are being deprecated, warn if the loaded wallet is legacy
12src/wallet/wallet.cpp: warnings.emplace_back(_("Wallet loaded successfully. The legacy wallet type is being deprecated and support for creating and opening legacy wallets will be removed in the future. Legacy wallets can be migrated to a descriptor wallet with migratewallet."));
13src/wallet/wallet.cpp: error = Untranslated("Legacy wallets can no longer be created");
14src/wallet/wallet.cpp: // Legacy wallets are being deprecated, warn if a newly created wallet is legacy
15src/wallet/wallet.cpp: warnings.emplace_back(_("Wallet created successfully. The legacy wallet type is being deprecated and support for creating and opening legacy wallets will be removed in the future."));
16src/wallet/wallet.cpp: // Legacy wallets need SetupGeneration here.
17src/wallet/wallet.cpp: // Activating ScriptPubKeyManager for a given output and change type is incompatible with legacy wallets.
18src/wallet/wallet.cpp: // Legacy wallets have only one ScriptPubKeyManager and it's active for all output and change types.
in
src/wallet/test/CMakeLists.txt:16
in
dc7bf5fd6aoutdated
The GUI now shows a watch-only balance for descriptor wallets. See inline for the culprit.
In that same commit, the churn in wallet/scriptpubkeyman.cpp is hard to follow, both here on Github as well as a git show --color-moved=dimmed-zebra. I’m guessing you’re moving stuff around, deleting and modifying? Update: use --histogram, it’s just deletes.
And a few details:
there’s one more -DWITH_BDB=ON in test-each-commit-exec.sh
test_framework/bdb.py seems unused now
fuzz/wallet_dbd_parser checks for the presence of USE_BDB which is dropped.
DEFAULT_FLUSHWALLET is unused
wallet_createwallet.py has a comment referring to sethdseed
importprivkey and friends are still in bitcoin-cli.bash
Also it might be good to rename the importprivkey test helper to e.g. importkey, so it’s not confused with the disappeared RPC method.
(same commit): I wonder if this is fine to remove, given that someone could have a non-hd backup where some keys in the keypool have been used. For migration, it could make sense to take those as well, or document that they will not be taken?
in
src/wallet/interfaces.cpp:590
in
cc3c3b9958outdated
DrahtBot requested review from Sjors
on Apr 28, 2025
maflcko
commented at 9:57 am on April 28, 2025:
member
2. In that same commit, the churn in wallet/scriptpubkeyman.cpp is hard to follow, both here on Github as well as a git show --color-moved=dimmed-zebra. I’m guessing you’re moving stuff around, deleting and modifying?
You can use --patience. Maybe add this to the commit message?
Sjors
commented at 10:22 am on April 28, 2025:
member
@maflcko--patience did the trick. So does the newer histogram. It can be made default too if your computer is fast enough: git config --global diff.algorithm histogram
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2025-04-28 18:12 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me