Update dependency @cosmjs/stargate to v0.33.0 #69
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.33.0
Release Notes
cosmos/cosmjs (@cosmjs/stargate)
v0.33.0
Compare Source
Changed
on a JavaScript implementation of ICS-23 but
@confio/ics23 is unmaintained
without replacement.
v0.32.4
Compare Source
Fixed
field ([#1591])
Added
MsgCancelUnbondingDelegation
(#1535)Changed
multiplier value between the
signAndBroadcast
andsignAndBroadcastSync
methods so that it is equal to 1.4 everywhere. ([#1584])
v0.32.3
Compare Source
Changed
@cosmjs/amino: Add IBC denom support to
parseCoins
and use the sameimplementation in all those imports:
@cosmjs/stargate: Let
parseRawLog
gracefully handle empty strings to bettersupport Cosmos SDK 0.50 inputs. (#1564)
Fixed
external tools happy. (#1570)
information in SigningCosmWasmClient. This is required to support Cosmos SDK
0.50+ where the
rawLog
field is empty. (#1564)v0.32.2
Compare Source
Fixed
GasPrice.fromString
to allow usingIBC denoms as gas denom. (#1522)
Changed
http://, wss:// or ws://). Otherwise an error is raised instead of falling
back to ws://. (#1527)
v0.32.1
Compare Source
Fixed
correctly. (#1516)
decodeOptionalTime()
from adaptors nowthat
time.Time
dates are parsed correctly. (#1516)v0.32.0
Compare Source
Added
sign
/signAndBroadcast
/signAndBroadcastSync
and related functions nowhave an additional parameter to specify the timeout height. After this height,
a signed transaction will be considered invalid by the chain. (#1489)
omitDefault
to help build Amino JSON converters.Fixed
is a numeric value. (#1462)
fix_msg
optional inAminoMsgInstantiateContract2
and omit default in the Amino JSON converter tofix Amino JSON signing for MsgInstantiateContract2. (#1509)
Changed
changes all 64 bit int fields from type
long
tobigint
. As part of theupgrade, the types do not require the
long
andprotobufjs
anymore.(#1484)
gasWanted
/gasUsed
fields were changed from typenumber
tobigint
to supported cases where users put very high gas values in there (#1465).
Adaptor
abstractions which are not neededanymore by haing a dedicated client for each backend.
CometClient = Tendermint34Client | Tendermint37Client | Comet38Client
andconnectComet
for auto-detecting the right client for a provided endpoint.SigningStargateClient.createWithSigner
andStargateClient.create
take aCometClient
argument, adding support forComet38Client
. The auto-detection inSigningStargateClient.connectWithSigner
andStargateClient.connect
nowsupports CometBFT 0.38. Rename
StargateClient.getTmClient
/.forceGetTmClient
to.getCometClient
/.forceGetCometClient
.SigningCosmWasmClient.createWithSigner
andCosmWasmClient.create
take aCometClient
argument, adding support forComet38Client
. The auto-detection inSigningCosmWasmClient.connectWithSigner
andCosmWasmClient.connect
nowsupports CometBFT 0.38. Rename
CosmWasmClient.getTmClient
/.forceGetTmClient
to.getCometClient
/.forceGetCometClient
.SearchBySentFromOrToQuery
andSearchByHeightQuery
which became obsolete with thesearchTx
change in0.31.0.
Deprecated
CometClient
should be used instead ofTendermintClient
.SigningStargateClient.sendIbcTokens
. Please usesignAndBroadcast
+MsgTransferEncodeObject
instead. (#1493)IndexedTx.rawLog
andDeliverTxResponse.rawLog
because those fields are unset from Cosmos SDK 0.50 onwards (see
here).
v0.31.3
Compare Source
Fixed
fromAmino
implementation forMsgTransfer
. (#1493)v0.31.2
Compare Source
Fixed
MsgTransfer
and adapt converters. (#1456)v0.31.1
Compare Source
Fixed
earliest_*
fields toSyncInfo
recordreturned from the
/status
RPC endpoint ([#1448]).Changed
simulation from 1.3 to 1.4 to avoid out of case cases starting with Cosmos SDK
0.47.
SigningCosmWasmClient.upload
to 1.1. (#1360)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: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.