Thane Thomson
Thane Thomson
@cmwaters looking at this now, we should also probably postpone merging this backport until we cut v0.37.0.
> Is it an appropriate mental model to consider an IBC relayer as implementing `DataCompanionService` ? Or is it more appropriate to consider some middleware service as implementing `DataCompanionService` which...
> > The companion would handle any filtering, storage and republishing as necessary. > > Do you mean the companion server or the Tendermint side? The companion server. The companion...
It seems reasonable to deprecate priority mempool support in favor of what's possible with ABCI++ Prepare/Process Proposal. We could mark it as deprecated in v0.37 (deprecated due to ABCI++) and...
@JayT106 do you still use the signer harness?
> This PR attempts to clearly separate testing infrastructure from the config package. > > It also removes `chainID` from the `Config` struct These seem like they should be two...
I've been trying to find how exactly to convince the proxy to consider the `main` branch as our default branch, and it doesn't seem like there's a clear way to...
Ah, never mind: > To retract a version, a module author should add a retract directive to go.mod, then publish a new version containing that directive. The new version must...
Is this still a concern with v0.34/v0.37? If not we should close this for now.
@cmwaters did #9261 supersede this PR?