Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
pr_3953.prdoc 747 B
# 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