M. J. Fromberger

Results 28 issues of M. J. Fromberger

https://github.com/tendermint/tendermint/pull/8339 works around some recurring markdown-link-check errors in CI with a temporary fork of the action package. Revert to the official package once those two issues are addressed. 1. https://github.com/actions/checkout/pull/760....

T:code-hygiene

☂️ This issue tracks requested improvements to the Tendermint event indexing interface. Following on from the original implementation of [custom event indexing (ADR 065)][adr065], users have requested several further improvements....

T:enhancement
C:indexer

The Arguments section of the [OpenAPI schema](https://docs.tendermint.com/master/rpc) has a fairly terse description of the argument formats that are accepted: > Arguments which expect strings or byte arrays may be passed...

A number of our tests call `time.Sleep` during concurrent operations. In some cases this is probably correct, e.g., to wait for an expected timeout to fire. In other cases, however,...

☂️ This is a tracking issue for a general code structure problem we should try to fix. Enumerating all the cases of this pattern is impractical, but I have seen...

T:tracking

☂️ This issue tracks some improvements to the Tendermint RPC interface targeting the v0.36 release. These are motivated by [RFC 002: Interprocess Communication in Tendermint](../blob/master/docs/rfc/rfc-002-ipc-ecosystem.md), but focused mainly on incremental...

C:rpc
T:code-hygiene

This is a follow-up to #7272, which addressed the proto builder specifically. The Makefiles and CI workflows for several `tendermint` repositories rely on pre-built Docker images stored on Dockerhub under...

T:jank

Repro: ```shell % go test -count=10 -v -run TestReactorSendsResponseWithoutRequest ./internal/p2p/pex ``` Observe: ``` === RUN TestReactorSendsResponseWithoutRequest reactor_test.go:577: Error Trace: reactor_test.go:577 reactor_test.go:120 Error: timed out waiting for peer status Test: TestReactorSendsResponseWithoutRequest...

T:bug

A follow-up to #7626. Enabling the out-of-package tests (#7608) revealed a number of erratic tests in `internal/p2p/pex` that had not previously been run in this package. In order to unblock...

T:bug
T:test

During the TM dev call on 13-Jan-2022, we agreed it would be useful to generate pretty documentation from the Tendermint protobuf files. The [buf](https://buf.build) tools appear to support this. To...

C:docs
feature