Add async WalletDb
- The default WalletDb wrapper, which is based on Sqlite Connection did not support asynchronous environments. To address this limitation, an async-ready version of the wrapper named
WalletDbAsync
was introduced in this release. - Revert
aes
to0.7
andfpe
to0.5