Reece Williams

Results 113 comments of Reece Williams

Currently blocked on upstream v9 work. PR linked above to get IBC-Go to compile with v0.52 so this can continue and get working Running tool: /home/reece/.gvm/gos/go1.23.1/bin/go test -timeout 3000s -run...

# github.com/docker/distribution/reference /home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/github.com/docker/[email protected]+incompatible/reference/reference_deprecated.go:122:19: undefined: reference.SplitHostname # github.com/cometbft/cometbft/crypto/secp256k1 /home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/github.com/cometbft/[email protected]/crypto/secp256k1/secp256k1.go:131:14: assignment mismatch: 2 variables but ecdsa.SignCompact returns 1 value # cosmossdk.io/store/wrapper /home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/cosmossdk.io/[email protected]/wrapper/wrapper.go:20:38: undefined: idb.Batch /home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/cosmossdk.io/[email protected]/wrapper/wrapper.go:24:54: undefined: idb.Batch /home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/cosmossdk.io/[email protected]/wrapper/wrapper.go:28:56: undefined: idb.Iterator /home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/cosmossdk.io/[email protected]/wrapper/wrapper.go:32:63: undefined:...

SDK v0.52 is now IBC v10. v9 is still sdk v0.50

local-interchain integration from Mateusz Mielewczyk in the [cosmoshub discord](https://discord.com/channels/669268347736686612/1242819763500220610/1272540462905036820) :D ```yaml apiVersion: batch/v1 kind: Job metadata: name: cosmos-e2e-test-local-ic spec: ttlSecondsAfterFinished: 60 backoffLimit: 0 template: spec: # Init containers to have...

Build (including relayer setup) takes 50s of the total 60s test time. If we can speed up the ic.Build we could get test down. May require the pre starting relayer...

https://github.com/strangelove-ventures/interchaintest/issues/1153 is probably the next big performance improvement. Getting relayers to auto provision for planned testing is ideal, lot of dead time waiting. We already know the chain configs to...

ideas from Andrew: - sleep infinite then just exec into the container on start - next issue may be docker volumes

export genesis state after IBC start, then can load back from that in future runs

I have been taking things from this PR and putting into others as it seems right.

@akankshadhyani05 Did the above solve your issue?