You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).