Merge pull request #487 from cosmos/disable-tendermint-0.34-testing

Temporarily disable Tendermint 0.34 testing
This commit is contained in:
mergify[bot] 2020-10-27 09:21:08 +00:00 committed by GitHub
commit 3bdc391a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,17 +38,18 @@ export const tendermintInstances: readonly TendermintInstance[] = [
appVersion: 1,
},
},
{
url: "localhost:11134",
version: "0.34.x",
blockTime: 500,
expected: {
appCreator: "Cosmoshi Netowoko",
p2pVersion: 8,
blockVersion: 11,
appVersion: 1,
},
},
// Re-enable testing (https://github.com/cosmos/cosmjs/issues/486)
// {
// url: "localhost:11134",
// version: "0.34.x",
// blockTime: 500,
// expected: {
// appCreator: "Cosmoshi Netowoko",
// p2pVersion: 8,
// blockVersion: 11,
// appVersion: 1,
// },
// },
];
export const defaultInstance: TendermintInstance = tendermintInstances[0];