Commit 3448659
* 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- crates
- cargo-contract
- src/cmd
- extrinsics
- src
- runtime_api
- transcode/src/scon
16 files changed
+261
-244
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments