Reece Williams

Results 113 comments of Reece Williams

This feels like a ticket better suited for Onex than ICT. Integration can happen in their own repo, does not have to happen upstream here. Leaving this ticket open but...

Getting this same issue with the ibc-rate-limit repo I am upgrading too. sumfin' is fishy :fish: Error: ../../../go/pkg/mod/github.com/cosmos/[email protected]/telemetry/metrics.go:195:37: undefined: expfmt.FmtText Error: ../../../go/pkg/mod/github.com/cosmos/[email protected]/telemetry/metrics.go:203:51: undefined: expfmt.FmtText culprit: `github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.18.0`

v0.50.6 SDK in a few weeks will get the patch in to fix using an intermediate commit on release/v0.50.x for now: v0.50.6-0.20240328122152-405471ba0d94

ref upstream PR: https://github.com/cosmos/ibc-go/pull/5022

@chatton I currently don't have any extra bandwidth to work on this atm. Main blocker here is probably something related to docker networking iirc (using n.HostName()). When starting it up,...

@chatton If specific ports are required on startup, `ibc.ChainConfig` has a `HostPortOverride` `map[int]int` which will force the internal container port to map to external expected port, rather than randomization. ```go...