Skip to content

0.1.8

Compare
Choose a tag to compare
@piotr-iohk piotr-iohk released this 31 Jul 14:21
· 245 commits to master since this release
924ca8f

Compat: v2020-07-28 cardano-foundation/cardano-wallet@29c040b

What's new:

  • support new way of withdrawing rewards:
# self withdrawal
CardanoWallet.new.shelley.transactions.payment_fees(wid, {address => amt}, 'self')
CardanoWallet.new.shelley.transactions.create(wid, {address => amt}, 'self')

# from external wallet
m = %w[shiver unknown lottery calm renew west any ecology merge slab sort color hybrid pact crowd]
CardanoWallet.new.shelley.transactions.payment_fees(wid, {address => amt}, m)
CardanoWallet.new.shelley.transactions.create(wid, {address => amt}, m)