Skip to content

v0.12.0

Compare
Choose a tag to compare
@morleyzhi morleyzhi released this 25 Feb 15:48
· 401 commits to master since this release
fe4150d
  • Warning: Calling TransactionBuilder without a fee param is now deprecated
    and will issue a warning. In a later release, it will throw an error. Please
    update your transaction builders as soon as you can!
  • Add a toXDR function for transactions that lets you get the transaction as a
    base64-encoded string (so you may enter it into the Stellar Laboratory XDR
    viewer, for one)
  • Fix TransactionBuilder example syntax errors
  • Use more thorough "create account" documentation
  • Add Date support for TransactionBuilder timebounds
  • Add two functions to Transaction that support pre-generated transactions:
    • getKeypairSignature helps users sign pre-generated transaction XDRs
    • addSignature lets you add pre-generated signatures to a built transaction