Describe the enhancement
The current stable version of BDK stores the descriptor checksum in the database. This ensures the caller does not use the wrong descriptor with the database. We should reintroduce this.
Implementation proposal
Add verify_checksum method to the Persist trait.