Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Releases: astroband/ruby-stellar-base

v0.22.0 (#61)

26 Mar 20:00
e0026b3
Compare
Choose a tag to compare

Added

  • Add TransactionBuilder (#54)

Changed

  • Regenerate XDR files (#57)
  • Allow asset objects to be passed instead of list of parameters (#59)

v0.14.0

06 Apr 22:43
Compare
Choose a tag to compare

Added

  • We now support the bump sequence operation with Operation.bump_sequence.

Changed

  • Update XDR definitions for stellar-core 0.10.0 support
  • Operation.change_trust learned how to use a default for the :limit parameter
  • StrKey learned about new version bytes pre_auth_tx and hash_x

v0.11.0

04 Mar 16:59
Compare
Choose a tag to compare

Added

  • Added support for manage_data operations

Changed

  • Stellar::Transaction#to_envelope can now be used without arguments, returning a Stellar::TransactionEnvelope with zero signatures.