Update dependency @cosmjs/cosmwasm-stargate to v0.31.0 - autoclosed #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.30.1
->0.31.0
Release Notes
cosmos/cosmjs (@cosmjs/cosmwasm-stargate)
v0.31.0
Compare Source
Fixed
libsodium-wrappers-sumo
to be able to use thecrypto_pwhash
functions (#1429).Added
SigningCosmWasmClient.instantiate2
(#1407).CosmWasmClient.getContractsByCreator
(#1266).
IndexedTx
andDeliverTxResponse
now have amsgResponses
field (#1305).CosmWasmClient.broadcastTxSync
andSigningCosmWasmClient.signAndBroadcastSync
to allow broadcasting withoutwaiting for block inclusion. (#1396)
StargateClient.broadcastTxSync
andSigningStargateClient.signAndBroadcastSync
to allow broadcasting withoutwaiting for block inclusion. (#1396)
MsgStoreCode.instantiate_permission
. (#334)Changed
types.
(#1411).
searchTx
queries. Only rawquery strings and key/value pairs are now supported. (#1411)
searchTx
return non-readonly array. Thecaller owns this array and can mutate it as they want. (#1411)
UploadResult
(result fromSigningCosmWasmClient.upload
), renameoriginalChecksum
tochecksum
andremove
compressedChecksum
(#1409).searchTx
queries. Only raw query stringsand key/value pairs are now supported. (#1411)
searchTx
return non-readonly array. The caller ownsthis array and can mutate it as they want. (#1411)
QueryClient.queryUnverified
andQueryClient.queryVerified
. Please useQueryClient.queryAbci
andQueryClient.queryStoreVerified
instead.types since this is not needed anymore. (#1403)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.