Dylan Frendo

Results 2 issues of Dylan Frendo

We noticed from testing that the data encoded in the [ResponseQuery](https://github.com/cometbft/cometbft/blob/v0.37.2/proto/tendermint/abci/types.proto#L205) on the host side was changed to be stored into [Key](https://github.com/cometbft/cometbft/blob/v0.37.2/proto/tendermint/abci/types.proto#L211C44-L211C44) instead of [Value](https://github.com/cometbft/cometbft/blob/v0.37.2/proto/tendermint/abci/types.proto#L212) when changing versions from [v7.0.0](https://github.com/cosmos/ibc-apps/releases/tag/modules%2Fasync-icq%2Fv7.0.0)...

**Expected Behaviour** This works in command line, it runs the 2 compose files: ``` try { execSync( 'docker compose -f ../lib/rollup/docker/docker-compose.yml -f docker-compose.yml up -d', { cwd: path.resolve(PROJECT_ROOT, "docker"), stdio:...

triage