Releases: piotr-iohk/cardano-wallet-rb
Releases · piotr-iohk/cardano-wallet-rb
0.1.9
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
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
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
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
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-node1.4.2
0.1.4
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
Compat: v2020-06-05
cardano-foundation/cardano-wallet@fae7673
What's new:
- breaking change:
GET /wallets/{wallet_id}/stake-pools
is nowGET /stake-pools?stake=INT
0.1.2
Compat: v2020-06-05
cardano-foundation/cardano-wallet@0fd7262
What's new:
- breaking change:
GET /stake-pools
ep now beingGET /wallets/{wallet_id}/stake-pools
- now running tests in CI on Shelley testnet (used to be Byron testnet)
0.1.1
Cardano-wallet compat: v2020-05-06
cardano-foundation/cardano-wallet@c01e718
What's new:
- support for shelley migration endpoints
GET /network/parametets
no longer requiresepoch_id
0.1.0
Initial release with full support for cardano-wallet
REST Api:
- Ver:
v2020-05-06
cardano-foundation/cardano-wallet@babb0a1