Andy Nogueira
Andy Nogueira
Hi @tac0turtle, just going through some old issues, is this still pertinent? I have tested the block_results endpoint on a public Osmosis node and it seems pretty responsive even for...
Thanks @0311xuyang for reporting this. Just to ensure, could you please confirm that the node has the data indexed ? E.g. if you search for something like `tx.height = 3`...
You don't need to know the exact tx heights, but a range, try including it in the query and see if that works, e.g. ``` localhost:26657/tx_search?query="tx.height > 5 AND tx.height
I will work on something related to the indexer next week, and I will look into this; thanks for the feedback and pointers.
Hi @0311xuyang and @cyborgshead, just following up here. We had a fix for the indexer logic returning events and wondering if after applying that this problem still persists. Please let...
Hi @nowooj, thanks for the ping, unfortunately I'm not actively working on this repo anymore but I'll will tag @melekes for visibility. Thanks !
Hi @hubert-da, thanks for opening the issue. Could you please provide more context regarding the restore process ? When you say atomic disk snapshot, are you saving the whole disk...
OK, thanks. Do you stop the cometbft process before taking the snapshot ?
Thanks @hubert-da for the additional context. Concerning the context in the issue description in `Anything else I should know`, if the `block.Txs` is `nil`, I don't think that's the root...
Hi @hubert-da, I've done some local testing, using two VMs and using zfs to create a volume and take snapshots and try to restart the node with the snapshot restore...