tfchain
tfchain copied to clipboard
chore(polkadot): upgrade to v1.1.0
Description
- [x] Upgrade to Polkadot v1.1.0
- [x] remove
try-runtime
from node cli - [x] add type
MaxNominators
topallet_grandpa::Config
- [x]
grandpa
: avoid importing unnecessary justifications - [x]
vec
,Vec
,Box
,Zero
were removed fromframe_benchmarking
- [x]
Dispatchable
,DispatchError
,bounded_vec
were removed fromframe_support
- [x] add
sp-weights
dependency to get access toWeight
- [x] change
RuntimeDebug
topallet_prelude::RuntimeDebug
- [x] add
log
dependency topallet-tft-bridge
- [x] add
sp-state-machine
dependency tosubstrate-validator-set
to getBasicExternalities
- [x] remove
Related Issues:
- Closes #903
Checklist:
Please delete options that are not relevant.
- [x] My commits follow this conventional commits guide.