All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
dest_extra
can be specified when sendingWithdrawRequest
- Add
StellarClient::Client.get_fees
- Do not join paths when using
/deposit
and/withdraw
.
- Add
StellarClient::Client.deposit
- Add
WithdrawResponse#max_amount
- Append
/withdraw
to host/path forWithdrawRequest
- Renamed from BridgeClient to StellarClient
host
configuration is nowbridge_host
#get_toml
to fetch the toml ofhost
#get_withdraw
to get withdrawal details from an Anchor
- Expose response's
code
(ascode_str
) andmessage
- Use
api_client_base
~> 1.0
- Explicitly require ActiveSupport's hash with indifferent access
- Upgrade api_client_base to 0.2.0
- Initial release. Payments only