tfchain icon indicating copy to clipboard operation
tfchain copied to clipboard

chore(polkadot): upgrade to v1.1.0

Open renauter opened this issue 1 year ago • 2 comments

Description

  • [x] Upgrade to Polkadot v1.1.0
    • [x] remove try-runtime from node cli
    • [x] add type MaxNominators to pallet_grandpa::Config
    • [x] grandpa: avoid importing unnecessary justifications
    • [x] vec, Vec, Box, Zero were removed from frame_benchmarking
    • [x] Dispatchable, DispatchError, bounded_vec were removed from frame_support
    • [x] add sp-weights dependency to get access to Weight
    • [x] change RuntimeDebug to pallet_prelude::RuntimeDebug
    • [x] add log dependency to pallet-tft-bridge
    • [x] add sp-state-machine dependency to substrate-validator-set to get BasicExternalities

Related Issues:

  • Closes #903

Checklist:

Please delete options that are not relevant.

renauter avatar Nov 30 '23 13:11 renauter