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.
This release adds support for Protocol 27
Added
Added Protocol 27 ingestion support, including CAP-0071, and bumped MaxSupportedProtocolVersion to 27 (#186, #190).
Updated
Updated go-stellar-sdk dependency to v0.6.0 (#191).
Fixed
Return structured errors from filter parsing in query endpoints (#183).
Validate the maximum number of reserves in the /liquidity_pools endpoint, rejecting filter values above two early instead of running a query that can only return no results (#182).
Fixed misleading error field names in the /paths/strict-send and /paths/strict-receive path finding endpoints so the reported field matches the parameter the user actually provided (#180).