Jacob Gadikian
Jacob Gadikian
Pfm too
good news is that it is _probably_ not the modules themselves, just the code that tests them doing a 6th test run ...btw probably the way they passed in the...
oop, ictest-basic this time
go.mod is much cleaner now anyhow, and comet is the same version on the chain and in the tests, and a few other libs as a result of that.
oops tests need to be rewritten
``` go: downloading modernc.org/memory v1.6.0 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec # github.com/CosmosContracts/juno/tests/interchaintest/helpers Error: helpers/gov.go:41:60: invalid operation: height + searchHeightDelta (mismatched types int64 and uint64) Error: helpers/gov.go:41:86: cannot use proposalID (variable of...
* https://github.com/strangelove-ventures/interchaintest/commit/735fd2fe26f3353285e5cc1dd1527e0adcc72ad8
@JakeHartnell tl;dr here: 1) interchaintest is pretty unstable and will throw unanticipated results 2) juno's test code wasn't kept up to date with strangelove's interchaintest code, which was changed to...
* ictest-basic * ictest-globalfee * ictest-upgrade
@JakeHartnell - wrt this pr and that test: * welp, interchaintest did not work to begin with * then I updated it * then the tests needed to be updated...