Skip to content

0.2.9

Compare
Choose a tag to compare
@piotr-iohk piotr-iohk released this 09 Dec 12:41
· 182 commits to master since this release
ee78ee4

Compatible with cardano-wallet@v2020-12-08.

What's new:

# 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"})