pendulum-chain / oracle-pallet

The Unlicense
0 stars 0 forks source link

update version of substrate dependencies to polkadot v0940 #9

Closed b-yap closed 1 year ago

b-yap commented 1 year ago

partially closes pendulum issue 219

General overview of the changes:

  1. rename grandpa traits
  2. rename random-collective-flip crates
  3. conversion of <T as frame_system::Config>::Origin::from(RawOrigin::Root) to a shorter: RawOrigin::Root.into() in benchmarking.rs
  4. generate new weights for all extrinsics
  5. update implementation of pallet_grandpa in runtime
  6. added the toolchain so it's consistent with spacewalk