Sila API 0.2.44
over 3 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_descfor transactions was not providing the expected value.
Wallets
- /get_wallet - added a new field
sila_pending_balanceto 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_balancewhich is a mirror ofsila_balance. The mention ofsila_balancewill be removed from the documentation, but it will still appear in the API response for backwards compatibility. Going forward you should rely onsila_available_balanceinstead ofsila_balance, and utilizesila_pending_balanceas a "safe to spend" balance based on your use case.
