Sila API 0.2.44

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 field sila_available_balance which is a mirror of sila_balance. The mention of sila_balance will be removed from the documentation, but it will still appear in the API response for backwards compatibility. Going forward you should rely on sila_available_balance instead of sila_balance, and utilize sila_pending_balance as a "safe to spend" balance based on your use case.