Page MenuHomePhabricator

rpc, wallet: Expose database format in getwalletinfo
AbandonedPublic

Authored by PiRK on Nov 26 2021, 16:36.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Summary

This add a "format" field to the output of getwalletinfo. The possible values are bdb or sqlite.

This is a backport of core#20125
Depends on D10571

Test Plan

ninja all check-all

Event Timeline

PiRK requested review of this revision.Nov 26 2021, 16:36
PiRK planned changes to this revision.Nov 30 2021, 17:48
This revision is now accepted and ready to land.Dec 3 2021, 20:23

move this before D10568, update the test accordingly to find descriptor wallet formats to be "bdb". That way, we have a test that will be explicitely affected by switching the descriptor wallets to use sqlite.