Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2022

Bumps subxt from 0.23.0 to 0.24.0.

Release notes

Sourced from subxt's releases.

v0.24.0

This release has a bunch of smaller changes and fixes. The breaking changes are fairly minor and should be easy to address if encountered. Notable additions are:

  • Allowing the underlying RPC implementation to be swapped out (#634). This makes jsonrpsee an optional dependency, and opens the door for Subxt to be integrated into things like light clients, since we can decide how to handle RPC calls.
  • A low level "runtime upgrade" API is exposed, giving more visibility into when node updates happen in case your application needs to handle them.
  • scale-value and scale-decode dependencies are bumped. The main effect of this is that bitvec is no longer used under the hood in the core of Subxt, which helps to remove one hurdle on the way to being able to compile it to WASM.

Notable PRs merged:

Added

  • feat: add low-level runtime upgrade API (#657)
  • Add accessor for StaticTxPayload::call_data (#660)
  • Store type name of a field in event metadata, and export EventFieldMetadata (#656 and #654)
  • Allow generalising over RPC implementation (#634)
  • Add conversion and default functions for NumberOrHex (#636)
  • Allow creating/submitting unsigned transactions, too. (#625)
  • Add Staking Miner and Introspector to usage list (#647)

Changed

  • Bump scale-value and scale-decode (#659)
  • Tweak 0.23 notes and add another test for events (#618)
  • Specialize metadata errors (#633)
  • Simplify the TxPayload trait a little (#638)
  • Remove unnecessary async (#645)
  • Use 'sp_core::Hxxx' for all hash types (#623)

Fixed

  • Fix history_depth testing (#662)
  • Fix codegen for codec::Compact as type parameters (#651)
  • Support latest substrate release (#653)
Changelog

Sourced from subxt's changelog.

[0.24.0] - 2022-09-22

This release has a bunch of smaller changes and fixes. The breaking changes are fairly minor and should be easy to address if encountered. Notable additions are:

  • Allowing the underlying RPC implementation to be swapped out (#634). This makes jsonrpsee an optional dependency, and opens the door for Subxt to be integrated into things like light clients, since we can decide how to handle RPC calls.
  • A low level "runtime upgrade" API is exposed, giving more visibility into when node updates happen in case your application needs to handle them.
  • scale-value and scale-decode dependencies are bumped. The main effect of this is that bitvec is no longer used under the hood in the core of Subxt, which helps to remove one hurdle on the way to being able to compile it to WASM.

Notable PRs merged:

Added

  • feat: add low-level runtime upgrade API (#657)
  • Add accessor for StaticTxPayload::call_data (#660)
  • Store type name of a field in event metadata, and export EventFieldMetadata (#656 and #654)
  • Allow generalising over RPC implementation (#634)
  • Add conversion and default functions for NumberOrHex (#636)
  • Allow creating/submitting unsigned transactions, too. (#625)
  • Add Staking Miner and Introspector to usage list (#647)

Changed

  • Bump scale-value and scale-decode (#659)
  • Tweak 0.23 notes and add another test for events (#618)
  • Specialize metadata errors (#633)
  • Simplify the TxPayload trait a little (#638)
  • Remove unnecessary async (#645)
  • Use 'sp_core::Hxxx' for all hash types (#623)

Fixed

  • Fix history_depth testing (#662)
  • Fix codegen for codec::Compact as type parameters (#651)
  • Support latest substrate release (#653)
Commits

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 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 [subxt](https://github.com/paritytech/subxt) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/paritytech/subxt/releases)
- [Changelog](https://github.com/paritytech/subxt/blob/master/CHANGELOG.md)
- [Commits](paritytech/subxt@v0.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: subxt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 23, 2022
@ascjones
Copy link
Collaborator

This will happen either as part of #750 or #751

@ascjones ascjones closed this Sep 23, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/subxt-0.24.0 branch September 23, 2022 13:58
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants