1. Sep 01, 2023
  2. Aug 31, 2023
  3. Aug 30, 2023
  4. Aug 29, 2023
  5. Aug 28, 2023
  6. Aug 25, 2023
    • Svyatoslav Nikolsky's avatar
      75c5c798
    • Svyatoslav Nikolsky's avatar
      98bbaa68
    • Svyatoslav Nikolsky's avatar
      two components of delivery factor · cf951607
      Svyatoslav Nikolsky authored
      cf951607
    • Svyatoslav Nikolsky's avatar
    • Svyatoslav Nikolsky's avatar
      Implement additional require primitives for dynamic fees directly for pallet-xcm-bridge-hub (#2261) · bd874882
      Svyatoslav Nikolsky authored
      * added backoff mechanism to inbound bridge queue
      
      * impl backpressure in the XcmBlobHaulerAdapter
      
      * leave TODOs
      
      * BridgeMessageProcessor prototype
      
      * another TODO
      
      * Revert "also temporary (?) remove BridgesByLocalOrigin because the storage format will likely change to be able to resume bridges from the on_iniitalize/on_idle"
      
      This reverts commit bdd7ae11.
      
      * prototype for QueuePausedQuery
      
      * implement ExportXcm and MessageDispatch for pallet-xcm-bridge-hub
      
      * spelling
      
      * flush
      
      * small comments to myself
      
      * more backports from dynamic-fees-v1
      
      * use new pallet as exporter and dispatcher in Millau
      
      * use new pallet as exporter and dispatcher in Rialto
      
      * use new pallet as exporter and dispatcher in RialtoParachain
      
      * flush
      
      * fix remaining compilation issues
      
      * warnings + fmt
      
      * fix tests
      
      * LocalXcmChannelManager
      
      * change lane ids
      
      * it works!
      
      * remove bp-xcm-bridge-hub-router and use LocalXcmChannelManager everywhere
      
      * removed commented code
      
      * cleaning up
      
      * cleaning up
      
      * cleaning up
      
      * - separated BridgeId and LaneId
      - BridgeId now uses versioned universal locations
      - added missing stuff to exporter.rs
      
      * OnMessagesDelivered is back
      
      * start using bp-xcm-bridge-hub as OnMessagesDelivered
      
      * cleaning up
      
      * spelling
      
      * fix stupid issues
      
      * Backport latest relevant dynamic fees changes from v1 to v2 (#2372)
      
      * backport latest relevant dynamic fees changes from v1 to v2
      
      * fix comment
      bd874882
  7. Aug 23, 2023
  8. Aug 21, 2023
  9. Aug 17, 2023
  10. Aug 16, 2023
  11. Aug 15, 2023
    • Serban Iorga's avatar
      Add equivocation detector crate and implement clients (#2348) · 82989c74
      Serban Iorga authored
      * Split FinalitySyncPipeline and SourceClient
      
      * Move some logic to finality_base
      
      * Add empty equivocation detection clients
      
      * Add equivocation reporting logic to the source client
      
      * Use convenience trait for SubstrateFinalitySyncPipeline
      
      * Define JustificationVerificationContext for GRANDPA
      
      * Equivocation source client: finality_verification_context()
      
      * Equivocation source client: synced_headers_finality_info()
      
      * reuse HeaderFinalityInfo
      
      * Define EquivocationsFinder
      
      * Fix spellcheck
      
      * Address review comments
      
      * Avoid equivocations lookup errors
      82989c74