astroband / ruby-stellar-base

The stellar-base library is the lowest-level stellar helper library. It consists of classes to read, write, hash, and sign the xdr structures that are used in stellar-core
Apache License 2.0
22 stars 19 forks source link

Support creation of trustline with no limit #31

Closed nebolsin closed 6 years ago

nebolsin commented 6 years ago

This PR improves Stellar::Operation.change_trust method to use max int64 value as a default trustline limit, similarly to JS and Go SDKs.

nebolsin commented 6 years ago

/cc @nullstyle

nullstyle commented 6 years ago

👍 thanks for the help @nebolsin! much appreciated