This is required before we can do a nix flake update to update the Bitcoin Core version used for RegTest to Bitcoin Core 30.0 or later. (I disabled those tests and went ahead with the nix flake update)
Bitcoin Core 30.0 removes support for "BDB legacy wallets" which some of our RegTest Integration Tests rely on. The quick solution is to just add a flag to disable these tests. Longer term we need to port the "regtest mining" infrastructure to work with descriptor wallets. See the description of PR #209 for details.
PR #228 was the PR that disabled (ignored) the tests that require BDB wallets.
This is required before we can do a(I disabled those tests and went ahead with the nix flake update)nix flake updateto update the Bitcoin Core version used for RegTest to Bitcoin Core 30.0 or later.Bitcoin Core 30.0 removes support for "BDB legacy wallets" which some of our RegTest Integration Tests rely on. The quick solution is to just add a flag to disable these tests. Longer term we need to port the "regtest mining" infrastructure to work with descriptor wallets. See the description of PR #209 for details.
PR #228 was the PR that disabled (ignored) the tests that require BDB wallets.