0.2.9
Compatible with cardano-wallet@v2020-12-08.
What's new:
- Support for smash health endpoint
# Check SMASH that was set in the wallet settings
CardanoWallet.new.misc.settings.update({:pool_metadata_source => "https://smash.cardano-mainnet.iohk.io"})
CardanoWallet.new.misc.utils.smash_health
# Check any explicit SMASH url
CardanoWallet.new.misc.utils.smash_health({url: "https://smash.cardano-mainnet.iohk.io"})