Alfonso Acosta
Alfonso Acosta
Here's the unmarshalled event:
@dirtydozen1234 getting the memory of Horizon/Core inside the container (before it runs out of memory) would be very helpful. Both for the Quickstart version which works and the one that...
This makes me think that Flux never managed to successfully make releases in multi-doc manifest files.
you are right, it only generates `...` with empty documents.
## Update: the representation of `"..._muxed_id"` field values changes to string As explained at https://github.com/stellar/go/issues/3714 , Horizon has changed the representation of `"..._muxed_id"` fields from integer to string due to...
I am getting the same issue in armv7, v1.8.10
I know this is just a prototype, but it would be more ergonomic to send JSON in the POST body.. Also, from the example response it seems like `"entry"` could...
Additionally, how can I distinguish TTL'ed entries? Are TTL'ed entries the ones with `"dead"` status? I will also need the entry body for TTL'ed entries. To be clear, what I...
Ah, ok, so live means not evicted (but possibly expired), and I need to query TTL entries separately (the more reason to have a batch endpoint)
If `"dead"` means not found, we can simply omit those entries and assume omitted entries where not found. Then we can get rid of the state field altogether (since present...