go
go copied to clipboard
horizon: meta should be returned as null rather than empty when `SKIP_TXMETA` enabled
Original issue here https://github.com/stellar/go/issues/5189
Our original implementation of this had the API returning valid but empty metas. This seems to have been a miscommunication as the product request was for the API to return null. We should update the API responses to return null rather than empty metas.
To be released in 2.28.4
this went out in 2.29.0 release.