Skip to content

Commit 3448659

Browse files
ascjonessmiasojeddependabot[bot]
authored
Upgrade subxt to 0.32.0 (#1352)
* Bump subxt versions * generic bounds * Use new storage iter api for contract info * Rework fetching of TokenMetadata * CHANGELOG.md * WIP * Fetch nonce from best_block * Clippy * Fetch storage at best block * Fix key resolution * Revert "Fix key resolution" This reverts commit a4e8e9e. * Fix contract info --all * Update crates/extrinsics/src/lib.rs Co-authored-by: Sebastian Miasojed <[email protected]> * Only fetch keys * Remove count * Construct LegacyRpcMethods up front * Review suggestions * Update contracts node metadata * Bump substrate-build-script-utils from 7.0.0 to 8.0.0 Bumps [substrate-build-script-utils](https://github.com/paritytech/polkadot-sdk) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/paritytech/polkadot-sdk/releases) - [Commits](https://github.com/paritytech/polkadot-sdk/commits) --- updated-dependencies: - dependency-name: substrate-build-script-utils dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Clippy PartialOrd suggestion --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Sebastian Miasojed <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0fe909c commit 3448659

File tree

16 files changed

+261
-244
lines changed

16 files changed

+261
-244
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Add `--all` flag for `info` command - [#1319](https://github.com/paritytech/cargo-contract/pull/1319)
1515
- Fix for a Url to String conversion in `info` command - [#1330](https://github.com/paritytech/cargo-contract/pull/1330)
1616
- Add warning message when using incompatible contract's ink! version [#1334](https://github.com/paritytech/cargo-contract/pull/1334)
17+
- Bump `subxt` to `0.32.0` - [#1352](https://github.com/paritytech/cargo-contract/pull/1352)
1718

1819
## [4.0.0-alpha]
1920

Cargo.lock

Lines changed: 54 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cargo-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ semver = "1.0"
3939

4040
# dependencies for extrinsics (deploying and calling a contract)
4141
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
42-
subxt = "0.31.0"
42+
subxt = "0.32.0"
4343
sp-core = "22.0.0"
4444
sp-weights = "21.0.0"
4545
pallet-contracts-primitives = "25.0.0"

0 commit comments

Comments
 (0)