M. J. Fromberger

Results 100 comments of M. J. Fromberger

I'd like to better understand the intended scope of this issue. Many of the integral operations performed by a program (e.g., loop and slice indexing, allocation sizes, etc.) are already...

Another issue to follow up on here: - https://github.com/tendermint/tendermint/issues/3380

After #8468, we no longer need or use the `tendermintdev/docker-website-deployment` image.

Saving some context: The specific API change is that in the v0.34.x line, ABCI event metadata were represented as a map from fully-composed tags to attribute values (in Go, `map[string][]string`)....

My current thinking about how to handle custom indexers is to shift indexing entirely out of the process. Once we’ve made the event subscription RPC reliable enough to survive bursts...

For anyone interested in this topic, I wrote a draft [RFC 012: Event Subscription Revisited](https://github.com/tendermint/tendermint/pull/7784) that is intended to pull together some of the discussions on this topic, which are...

> Will this feature be ready in v0.36.x? No, we have not implemented this yet so it won't be in the v0.36 release.

> 😢 Too bad. Looking forward to this feature. Could you tell me when this would be implemented? Based on our current priorities, I don't expect we are likely to...

> Is this something I could help with? Thank you for the offer! There isn't really a separable task yet, I need to do some investigation first. But I will...

A specific log of all the panics: https://git.io/JRsjm The handful that have explicit comments are interesting in themselves, and are attached here. The very rough tool I used to generate...