Skip to content

Beekeeper list_wallets improvements

Bartek Wrona requested to merge mt-list-wallets-fix into develop
  1. Beekeeper internal wallet_manager_impl::list_wallets performs implicit open on wallets being not opened explicitly, to avoid further errors while calling a close for them
  2. Beekeeper internal beekeeper_wallet_manager exposes additional method list_created_wallets. Original list_wallets still enumerates only explicitly opened wallets
  3. WASM beekeeper API list_wallets enumerated all created wallets. Original list_wallets API works as previously to avoid compatibility problems to clive
Edited by Bartek Wrona

Merge request reports