Skip to content
  • Adrian Catangiu's avatar
    Integrate BEEFY with Rialto & Millau runtimes (#1227) · 816ddd2d
    Adrian Catangiu authored
    * Add Beefy pallet to Rialto runtime
    
    * Add Beefy gadget to Rialto node
    
    * Add MMR pallet to Rialto runtime
    
    * Add Beefy pallet to Millau runtime
    
    * Add Beefy gadget to Millau node
    
    * Add MMR pallet to Millau runtime
    
    * Add pallet_beefy_mmr to Millau runtime
    
    * Add pallet_beefy_mmr to Rialto runtime
    
    * Implement MMR and BEEFY APIs in Rialto
    
    * fix unit tests
    
    - should_encode_bridge_send_message_call() tests for new
      runtime encoding resulted from newly added pallets.
    - runtime size_of::<Call>() slightly increased from newly
      added pallets.
    
    * fix grumbles
    
    * tighten clippy allowances
    
    * fix more grumbles
    
    * Add MMR RPC to Rialto and Millau nodes
    
    Also implement MmrApi in Millau runtime.
    
    * rialto: use upstream polkadot_client::RuntimeApiCollection
    816ddd2d