Skip to content

Bump @cosmjs/amino from 0.28.13 to 0.32.0#23

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/cosmjs/amino-0.32.0
Closed

Bump @cosmjs/amino from 0.28.13 to 0.32.0#23
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/cosmjs/amino-0.32.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 27, 2023

Copy link
Copy Markdown
Contributor

Bumps @cosmjs/amino from 0.28.13 to 0.32.0.

Changelog

Sourced from @​cosmjs/amino's changelog.

[0.32.0] - 2023-11-23

Added

  • @​cosmjs/stargate and @​cosmjs/cosmwasm-stargate: sign/signAndBroadcast/signAndBroadcastSync and related functions now have an additional parameter to specify the timeout height. After this height, a signed transaction will be considered invalid by the chain. (#1489)
  • @​cosmjs/amino: Export omitDefault to help build Amino JSON converters.

#1489: cosmos/cosmjs#1489

Fixed

  • @​cosmjs/stargate: Handle key value pairs in tx search correctly if the value is a numeric value. (#1462)
  • @​cosmjs/cosmwasm-stargate: Make fix_msg optional in AminoMsgInstantiateContract2 and omit default in the Amino JSON converter to fix Amino JSON signing for MsgInstantiateContract2. (#1509)

#1462: cosmos/cosmjs#1462 #1509: cosmos/cosmjs#1509

Changed

  • all: Upgrade cosmjs-types to 0.9.0. This makes a few fields non-optional. It changes all 64 bit int fields from type long to bigint. As part of the upgrade, the types do not require the long and protobufjs anymore. (#1484)
  • all: gasWanted/gasUsed fields were changed from type number to bigint to supported cases where users put very high gas values in there (#1465).
  • Drop support for Node.js 14 and add support for Node.js 20. (#1421)
  • @​cosmjs/tendermint-rpc: Remove Adaptor abstractions which are not needed anymore by haing a dedicated client for each backend.
  • @​cosmjs/tendermint-rpc: Add CometClient = Tendermint34Client | Tendermint37Client | Comet38Client and connectComet for auto-detecting the right client for a provided endpoint.
  • @​cosmjs/stargate: Let SigningStargateClient.createWithSigner and StargateClient.create take a CometClient argument, adding support for Comet38Client. The auto-detection in SigningStargateClient.connectWithSigner and StargateClient.connect now supports CometBFT 0.38. Rename StargateClient.getTmClient/.forceGetTmClient to .getCometClient/.forceGetCometClient.
  • @​cosmjs/cosmwasm-stargate: Let SigningCosmWasmClient.createWithSigner and CosmWasmClient.create take a CometClient argument, adding support for Comet38Client. The auto-detection in SigningCosmWasmClient.connectWithSigner and CosmWasmClient.connect now supports CometBFT 0.38. Rename CosmWasmClient.getTmClient/.forceGetTmClient to

... (truncated)

Commits
  • 4acc29a Set version 0.32.0
  • b7c66d8 Merge pull request #1513 from cosmos/simapp-50
  • 9e6b82c Disable tests that are currently not working
  • 6ecf76a Upgrade chain to 0.50.1
  • f01ae2a Adapt testing code for 0.50 compatibility
  • d0e4c37 Add SIMAPP50_ENABLED+SLOW_SIMAPP50_ENABLED in codebase
  • 656bfdb Run simapp50 in CI
  • b53b0c1 Add simapp50 folder
  • 2dc388f Merge pull request #1514 from cosmos/deprecate-rawLog
  • bf0ec62 Deprecate IndexedTx.rawLog and DeliverTxResponse.rawLog
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@cosmjs/amino](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.32.0.
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.28.13...v0.32.0)

---
updated-dependencies:
- dependency-name: "@cosmjs/amino"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 27, 2023
@vercel

vercel Bot commented Nov 27, 2023

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
portfolio-demos ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2023 3:22pm
portfolio-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2023 3:22pm

@dependabot @github

dependabot Bot commented on behalf of github Dec 11, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #27.

@dependabot dependabot Bot closed this Dec 11, 2023
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/cosmjs/amino-0.32.0 branch December 11, 2023 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants