Sila API 0.2.44
over 2 years ago by Scott Hakel
Sila API version 0.2.44 contains various bug fixes, system improvements, and some enhancements outlined below.
Transactions
- /cancel_transaction - this was enhanced to support cancelling of redeem transactions. Previously it only supported issue transactions.
- /get_transactions - fixed a bug where
return_code_desc
for transactions was not providing the expected value.
Wallets
- /get_wallet - added a new field
sila_pending_balance
to the response, which reflects the sila balance minus any pending transfers from the wallet, and minus pending redeems from the wallet. Also added a new fieldsila_available_balance
which is a mirror ofsila_balance
. The mention ofsila_balance
will be removed from the documentation, but it will still appear in the API response for backwards compatibility. Going forward you should rely onsila_available_balance
instead ofsila_balance
, and utilizesila_pending_balance
as a "safe to spend" balance based on your use case.