consensusj
consensusj copied to clipboard
Upgrade (currently ignored) regTests to work with Bitcoin Core 30.0
~~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 an dud 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.