@cosmjs/stargate
Advanced tools
Comparing version 0.25.4 to 0.25.5
@@ -194,7 +194,3 @@ "use strict"; | ||
const [client, tmClient] = await makeClientWithIbc(testutils_spec_1.simapp.tendermintUrl); | ||
const response = await client.ibc.channel.unreceivedPackets(ibcTest.portId, ibcTest.channelId, [ | ||
1, | ||
2, | ||
3, | ||
]); | ||
const response = await client.ibc.channel.unreceivedPackets(ibcTest.portId, ibcTest.channelId, [1, 2, 3]); | ||
expect(response.sequences).toEqual([1, 2, 3].map((n) => long_1.default.fromInt(n, true))); | ||
@@ -209,11 +205,3 @@ expect(response.height).toBeDefined(); | ||
const [client, tmClient] = await makeClientWithIbc(testutils_spec_1.simapp.tendermintUrl); | ||
const response = await client.ibc.channel.unreceivedAcks(ibcTest.portId, ibcTest.channelId, [ | ||
1, | ||
2, | ||
3, | ||
4, | ||
5, | ||
6, | ||
7, | ||
]); | ||
const response = await client.ibc.channel.unreceivedAcks(ibcTest.portId, ibcTest.channelId, [1, 2, 3, 4, 5, 6, 7]); | ||
expect(response.sequences).toEqual([long_1.default.fromInt(ibcTest.commitment.sequence, true)]); | ||
@@ -220,0 +208,0 @@ expect(response.height).toBeDefined(); |
{ | ||
"name": "@cosmjs/stargate", | ||
"version": "0.25.4", | ||
"version": "0.25.5", | ||
"description": "Utilities for Cosmos SDK 0.40", | ||
@@ -46,13 +46,13 @@ "contributors": [ | ||
"@confio/ics23": "^0.6.3", | ||
"@cosmjs/amino": "^0.25.4", | ||
"@cosmjs/encoding": "^0.25.4", | ||
"@cosmjs/math": "^0.25.4", | ||
"@cosmjs/proto-signing": "^0.25.4", | ||
"@cosmjs/stream": "^0.25.4", | ||
"@cosmjs/tendermint-rpc": "^0.25.4", | ||
"@cosmjs/utils": "^0.25.4", | ||
"@cosmjs/amino": "^0.25.5", | ||
"@cosmjs/encoding": "^0.25.5", | ||
"@cosmjs/math": "^0.25.5", | ||
"@cosmjs/proto-signing": "^0.25.5", | ||
"@cosmjs/stream": "^0.25.5", | ||
"@cosmjs/tendermint-rpc": "^0.25.5", | ||
"@cosmjs/utils": "^0.25.5", | ||
"long": "^4.0.0", | ||
"protobufjs": "~6.10.2" | ||
}, | ||
"gitHead": "72a27e9969aa49d3bf1c56428992b4fc04039089" | ||
"gitHead": "9a0f120567021d51a8f37bcaf39cc3de4b7d9a3d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3457369
48825
Updated@cosmjs/amino@^0.25.5
Updated@cosmjs/encoding@^0.25.5
Updated@cosmjs/math@^0.25.5
Updated@cosmjs/stream@^0.25.5
Updated@cosmjs/utils@^0.25.5