Skip to content

horizonclient v1.2.0 & txnbuild v1.2.0

Compare
Choose a tag to compare
@poliha poliha released this 16 May 20:29
2c0021b

horizonclient

  • Added support for returning the previous and next set of pages for a horizon response; issue #985.
  • Fixed bug reported in #1254 that causes a panic when using horizonclient in goroutines.

txnbuild

  • In addition to account responses from horizon, transactions and operations can now be built with txnbuild.SimpleAccount structs constructed locally (#1266).
  • Added MaxTrustlineLimit which represents the maximum value for a trustline limit (#1265).
  • ChangeTrust operation with no Limit field set now defaults to MaxTrustlineLimit (#1265).
  • Add support for building ManageBuyOffer operation (#1165).
  • Fix bug in ChangeTrust operation builder (1296).