tendermint-rpc: Re-enable v0.34 tests

This commit is contained in:
willclarktech 2020-11-10 16:02:44 +01:00
parent 0dab62577c
commit 2f2ecead94
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -38,18 +38,17 @@ export const tendermintInstances: readonly TendermintInstance[] = [
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,
// },
// },
{
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];