ella
ella
As far as I am aware the `/celestia-appd/config/config.toml` file is set to default. No custom fields were set. I've tried change on `discard_abci_responses` both `true` and `false` , didn't make...
Yes, if I query more recent block number, I get proper response for `block_results` If our nodes requires to host archival data, we need to set this flag to true?...
We have multiple nodes, by default we have set `discard_abci_responses = false`. All other config is set on default. I only tested on one of the node flick it between...
> It still seems like the node synced through that height with `discard_abci_responses = true` so my only suggestion to overcome the error would be to sync from genesis with...
The breaking point was at block height `3161818`, from `3161819` onwards were all good. This is the same situation across all our nodes including the nodes have `discard_abci_responses = false`....
We have below config in the `app.toml` ``` pruning = "nothing" pruning-keep-recent = "256" pruning-interval = "16" ```