Document Berkeley DB 4.8 wallet compatibility

This commit is contained in:
root
2026-05-03 05:51:03 +00:00
parent 9852dad996
commit 2dcdd26c12
4 changed files with 13 additions and 7 deletions
+4 -2
View File
@@ -41,8 +41,10 @@ Modernization notes
* Boost builds target Boost 1.91.0 through the deterministic depends path.
* Protobuf was removed with obsolete BIP70 payment request support. Normal
`agrarian:` URI payment handling remains available.
* Berkeley DB remains 4.8.30 in depends for legacy wallet portability. Wallets
built against other BDB major versions may not be portable.
* Berkeley DB intentionally remains 4.8.30 in depends for legacy `wallet.dat`
portability. Do not upgrade Berkeley DB in-place for normal releases; migrate
to a new wallet backend such as SQLite through a dedicated, tested wallet
migration path.
Controlling dependencies
------------------------