File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ index 29ec063..28a5c02 100644
29
29
throw new Error(`unknown pubkey type: ${data.type}`);
30
30
}
31
31
diff --git a/node_modules/@cosmjs/tendermint-rpc/build/tendermint37/adaptor/responses.js b/node_modules/@cosmjs/tendermint-rpc/build/tendermint37/adaptor/responses.js
32
- index 19df9de..c73c4ca 100644
32
+ index 19df9de..0015044 100644
33
33
--- a/node_modules/@cosmjs/tendermint-rpc/build/tendermint37/adaptor/responses.js
34
34
+++ b/node_modules/@cosmjs/tendermint-rpc/build/tendermint37/adaptor/responses.js
35
35
@@ -72,7 +72,7 @@ function decodePubkey(data) {
@@ -58,3 +58,16 @@ index 19df9de..c73c4ca 100644
58
58
default:
59
59
throw new Error(`unknown pubkey type: ${data.type}`);
60
60
}
61
+ diff --git a/node_modules/@cosmjs/tendermint-rpc/build/tendermintclient.js b/node_modules/@cosmjs/tendermint-rpc/build/tendermintclient.js
62
+ index 257b104..dbf2240 100644
63
+ --- a/node_modules/@cosmjs/tendermint-rpc/build/tendermintclient.js
64
+ +++ b/node_modules/@cosmjs/tendermint-rpc/build/tendermintclient.js
65
+ @@ -28,7 +28,7 @@ async function connectComet(endpoint) {
66
+ if (version.startsWith("0.37.")) {
67
+ out = tm37Client;
68
+ }
69
+ - else if (version.startsWith("0.38.")) {
70
+ + else if (version.startsWith("0.38.") || version.startsWith("1.0.")) {
71
+ tm37Client.disconnect();
72
+ out = await comet38_1.Comet38Client.connect(endpoint);
73
+ }
You can’t perform that action at this time.
0 commit comments