Skip to content

Releases: piotr-iohk/cardano-wallet-rb

0.1.9

04 Sep 15:39
418f7d8
Compare
Choose a tag to compare

Compat: v2020-08-03 cardano-foundation/cardano-wallet@29c040b

What's new:

  • support metadata in transactions and payment fees
  • reworked nightly tests to run faster
# metadata
metadata = {"1": "cardano"}
CardanoWallet.new.shelley.transactions.payment_fees(wid, {address => amt}, withdrawal = nil, metadata)
CardanoWallet.new.shelley.transactions.create(wid, passphrase, {address => amt}, withdrawal = nil, metadata)

0.1.8

31 Jul 14:21
924ca8f
Compare
Choose a tag to compare

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)

0.1.7

23 Jul 12:55
a151722
Compare
Choose a tag to compare

Compat: v2020-07-06 cardano-foundation/cardano-wallet@45bff77

What's new:

  • you can now also estimate fees for transactions with reward withdrawals.
CardanoWallet.new.shelley.transactions.payment_fees(wid, {address => amt}, {withdrawRewards: true})

0.1.6

16 Jul 11:18
Compare
Choose a tag to compare

Compat: v2020-07-06 cardano-foundation/cardano-wallet@53805cc

What's new:

  • PUT /byron-wallets/{walletId}/addresses - bulk import of Byron addresses
CardanoWallet.new.byron.addresses.bulk_import(wid, [addr1, addr2...])

0.1.5

06 Jul 18:58
Compare
Choose a tag to compare

Compat: v2020-07-06 cardano-foundation/cardano-wallet@9a910f3

What's new:

  • POST /wallets/{walletId}/transactions supports query parameter (withdrawRewards=true|false)
  • enhanced nightly tests running on shelley testnet with cardano-wallet-shelley master and cardano-node 1.4.2

0.1.4

26 Jun 13:48
Compare
Choose a tag to compare

Compat: v2020-06-05 cardano-foundation/cardano-wallet@58d995d

What's new:

  • new endpoints for getting tx by id:
    • GET /wallets/{walletId}/transactions/{transactionId}
    • GET /byron-wallets/{walletId}/transactions/{transactionId}
  • more tests for transactions on shelley testnet

0.1.3

18 Jun 19:49
8f6e9da
Compare
Choose a tag to compare

Compat: v2020-06-05 cardano-foundation/cardano-wallet@fae7673

What's new:

  • breaking change: GET /wallets/{wallet_id}/stake-pools is now GET /stake-pools?stake=INT

0.1.2

14 Jun 09:35
Compare
Choose a tag to compare

Compat: v2020-06-05 cardano-foundation/cardano-wallet@0fd7262

What's new:

  • breaking change: GET /stake-pools ep now being GET /wallets/{wallet_id}/stake-pools
  • now running tests in CI on Shelley testnet (used to be Byron testnet)

0.1.1

27 May 12:39
Compare
Choose a tag to compare

Cardano-wallet compat: v2020-05-06 cardano-foundation/cardano-wallet@c01e718

What's new:

  • support for shelley migration endpoints
  • GET /network/parametets no longer requires epoch_id

0.1.0

26 May 15:07
Compare
Choose a tag to compare

Initial release with full support for cardano-wallet REST Api: