1. Feb 12, 2024
  2. Feb 07, 2024
    • Svyatoslav Nikolsky's avatar
      Backport two recent PRs from polkadot-staging branch (#2828) · d9f11f7e
      Svyatoslav Nikolsky authored
      * Add submit_finality_proof_ex call to the GRANDPA pallet (#2821)
      
      * depreacte submit_finality_proof and introduce submit_finality_proof_ex instead
      
      * propagate changes to the rest of runtime crates
      
      * tests for new call
      
      * suppress deprecation warning
      
      * revert changes to benchmarks to avoid unnecessary compilation issues when integrating to other repos
      
      * Pass finality proof verification context to the call builder (#2823)
      
      * pass verification context to the build_submit_finality_proof_call
      
      * current_set_id -> context
      d9f11f7e
  3. Feb 05, 2024
  4. Jan 29, 2024
  5. Jan 25, 2024
  6. Jan 22, 2024
  7. Jan 18, 2024
  8. Jan 15, 2024
  9. Jan 08, 2024
  10. Jan 03, 2024
  11. Dec 28, 2023
  12. Dec 27, 2023
  13. Dec 25, 2023
  14. Dec 20, 2023
  15. Dec 18, 2023
  16. Dec 15, 2023
    • Svyatoslav Nikolsky's avatar
      Backport latest changes from polkadot staging (#2742) · 8c3082d7
      Svyatoslav Nikolsky authored
      * Added Rococo BH <> Rococo Bulletin bridge (#2724)
      
      * added Rococo BH <> Rococo Bulletin bridge
      
      * init-bridge support
      
      * allow customising finality-related runtime APIs
      
      * revert me
      
      * use Rococo/BridgeHubRococo pretending to be a Polkadot/BridgeHubPolkadot in Rococo <> RococoBulletin bridge
      
      * Revert "revert me"
      
      This reverts commit 90c598d9.
      
      * Revert "allow customising finality-related runtime APIs"
      
      This reverts commit b39c32c3.
      
      * fmt
      
      * WITH_BRIDGE_ROCOCO_TO_BULLETIN_MESSAGES_PALLET_INDEX
      
      * regenerate bulletin chain runtime (pallet indices have changed)
      
      * fx WITH_BRIDGE_ROCOCO_TO_BULLETIN_MESSAGES_PALLET_INDEX constant because of latest changes
      
      * also change indices in runtime
      
      * fmt
      
      * clippy
      
      * remove no longer valid check from the ensure_weights_are_correct (#2740)
      
      * remove no longer valid check from the ensure_weights_are_correct
      
      * fix compilation
      
      * fmt
      8c3082d7