mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 21:07:56 +00:00
d733c77ee2
Closes https://github.com/paritytech/polkadot-sdk/issues/3737 --------- Co-authored-by: command-bot <> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de>
19 lines
747 B
Plaintext
19 lines
747 B
Plaintext
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
|
|
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
|
|
|
|
title: Adapt RemoteExternalities and its related types to be used with generic hash parameters
|
|
|
|
doc:
|
|
- audience: Node Dev
|
|
description: |
|
|
Modify `RemoteExternalities`, `Mode`, `OnlineConfig` and`Snapshot` to rely now on generic parameter, instead of `BlockT`.
|
|
Adjust in consequence their implementation to be compatible with types `Hash`, or if possible any generic.
|
|
Adapt Builder struct and implementation for these bounds.
|
|
|
|
crates:
|
|
- name: frame-remote-externalities
|
|
bump: major
|
|
- name: pallet-state-trie-migration
|
|
bump: patch
|
|
- name: try-runtime-cli
|
|
bump: patch |