Ignacio Hagopian
Ignacio Hagopian
Quoting @carsonfarmer in textileio/go-eventstore#7 : > Do you still think having time first is a good idea? I was starting to wonder if prefix searching via entity it would be...
As mentioned in textileio/go-eventstore#7, we should decide on something if an ongoing dispatch of a set of events fails. The problem is quite complex, but not really a blocker to...
**Problem:** Pending messages from a wallet address may get "stuck" if one or more of those messages have an incorrect/outdated/stalled `gas-feecap`. This is something that has happened to miners, but...
In the context of using Lotus with a `go-ipfs` node as the underlying blockstore, I've faced what seems to be a bug. When running with the default `[Client] IpfsOnlineMode =...
Some days ago, I was looking at error level logs in the validator, and I noticed a couple of `"Rows not found"` messages. These came from `/query` API calls with...
We should try to understand better how read-query load affects background work regarding syncing chains. Technically speaking, we use WAL mode in SQLite, so readers shouldn't block writers, compared to...
We need to provide our users a public site to describe the current healthiness of our validator. The Grafana dashboard that we have today could work but is full of...
This GH issue is getting ahead of a [PR that might be merged soon](https://github.com/tablelandnetwork/go-tableland/pull/281). We should think if it's worth adding documentation to let external validators leverage the Terraform setup....
I think @brunocalza was playing with this a while ago, but I don't recall if this is fully active. [GOT-61](https://linear.app/tableland/issue/GOT-61/enable-alerts-for-cloud-vm-disk-space)
Standing in the shoulders of https://github.com/tablelandnetwork/go-tableland/pull/299, we can create benchmarks to understand better: - How fast we can sync from scratch using production data. - Which are the non-network related...