Skip to content
  1. Apr 18, 2024
  2. Dec 08, 2023
  3. Nov 22, 2023
    • Branislav Kontur's avatar
      Monitoring and alerts for Rococo/Westend (#2710) · 4be99fe0
      Branislav Kontur authored
      * Monitoring and alerts for Rococo/Westend
      
      * 00000001 -> 00000002
      
      * Backup actual version
      
      * Upload "Rococo BEEFY dashboard" from grafana (I cannot find it)
      
      * Separated Rococo Beefy dashboard and alerts
      
      * Group Rococo BEEFY alerts + add `Rococo` labels
      
      * Renamed evaluation group `Bridges` -> `Bridge Rococo <> Wococo`
      
      * Updated Wococo -> Westend dashboards
      
      * Rococo<>Westend alerts
      
      * Fixed matrix_room for rococo beefy
      
      * Removed "refId": "B" for rewards lags and set condition A > 10 + fixed time range
      
      * Delivery race dashboard from now-5m -> now-6h
      
      * Removed rococo-wococo
      
      * Less than 500 Westend headers have been synced to RococoBridgeHub in last 120 minutes -> 390
      4be99fe0
  4. Nov 14, 2023
  5. Aug 31, 2023
    • Serban Iorga's avatar
      Fix equivocation detection containers startup (#2516) (#2517) · d9658f4d
      Serban Iorga authored
      * Fix equivocation detection containers startup
      
      * Fix cargo deny
      d9658f4d
    • Serban Iorga's avatar
      Start the equivocation detection loop from the complex relayer (#2507) (#2512) · 5fdbaf45
      Serban Iorga authored
      * Impl SubstrateEquivocationDetectionPipeline for Millau
      
      * Impl SubstrateEquivocationDetectionPipeline for Rialto
      
      * Make BridgeHubSignedExtension more generic
      
      * Define generate_report_equivocation_call_builder!() macro
      
      * Impl SubstrateEquivocationDetectionPipeline for Rococo
      
      * Impl SubstrateEquivocationDetectionPipeline for Wococo
      
      * Impl SubstrateEquivocationDetectionPipeline for Kusama
      
      * Impl SubstrateEquivocationDetectionPipeline for Polkadot
      
      * Complex relayer simplification
      
      - remove `signer` and `transactions_mortality` and add `tx_params`
      - change the order of some fields
      
      * Add equivocation detection CLI traits
      
      * Complex relayer: start equivocation detectin loop
      
      * Update runtimes regeneration script
      
      * Equivocation loop: Fix infinite loop
      
      * Revert "Complex relayer: start equivocation detectin loop"
      
      This reverts commit b518ef85.
      
      * Add subcommand for starting the equivocation detection loop
      
      * Fixes
      
      * Initialize empty metrics for the equivocations detector loop
      5fdbaf45
  6. Jul 20, 2023
  7. Apr 19, 2023
    • Serban Iorga's avatar
      Test deployments fixes (#2057) · c0325d3c
      Serban Iorga authored
      * Fix node_impl_version error
      
      ```
      error: unexpected argument '--node-impl-version' found
      
        tip: to pass '--node-impl-version' as a value, use '-- --node-impl-version'
      
      Usage: rialto-bridge-node prepare-worker <SOCKET_PATH> <NODE_IMPL_VERSION>
      
      For more information, try '--help'.
      
      ```
      
      * Fix rialto-parachain not producing blocks
      
      We must have at least 2 validators for each collator
      c0325d3c
  8. Apr 18, 2023
  9. Apr 07, 2023
  10. Mar 28, 2023
  11. Mar 23, 2023
    • Svyatoslav Nikolsky's avatar
      Remove deprecated code from bridge-runtime-common (#1983) · 6540f74d
      Svyatoslav Nikolsky authored
      * removed FromBridgedChainMessageDispatch in favor of XcmBlobMessageDispatch
      
      * use HaulBlobExporter/HaulBlobExporterAdapter instead of XcmBridge/XcmBridgeAdapter
      
      * tests for sending/dispatching messages
      
      * use new schema in testnet bridges + some cleanup
      
      * clippy
      
      * spelling + added TODO
      
      * cleanup some checks
      
      * benchmarks compilation
      
      * all is XCM
      
      * updated README.md
      
      * ref issue from TODO
      6540f74d
  12. Mar 15, 2023
  13. Mar 01, 2023
  14. Feb 28, 2023
  15. Feb 03, 2023
  16. Jan 20, 2023
  17. Jan 18, 2023
    • Svyatoslav Nikolsky's avatar
      Relayer reward metric (#1742) · 68344e32
      Svyatoslav Nikolsky authored
      * use StorageDoubleMapKeyProvider in RelayerRewards
      
      * add metrics
      
      * clippy
      
      * fixed alerts that have caused missing dashboards
      
      * fix metric name
      
      * fix metric name again
      
      * add new metrics to the RialtoParachain <> Millau maintenance dashboard
      
      * remove obsolete dashboard
      68344e32
  18. Dec 28, 2022
  19. Dec 19, 2022
  20. Nov 18, 2022
    • Svyatoslav Nikolsky's avatar
      Remove message fee + message send calls (#1642) · 7b24cd3a
      Svyatoslav Nikolsky authored
      * remove message fee
      
      * it is compiling!
      
      * fixes + fmt
      
      * more cleanup
      
      * more cleanup
      
      * restore MessageDeliveryAndDispatchPayment since we'll need relayer rewards
      
      * started rational relayer removal
      
      * more removal
      
      * removed estimate fee subcommand
      
      * remove DispatchFeePayment
      
      * more removals
      
      * removed conversion rates && some metrics
      
      * - unneeded associated type
      
      * - OutboundMessageFee
      
      * fix benchmarks compilation
      
      * fmt
      
      * test + fix benchmarks
      
      * fix send message
      
      * clippy
      7b24cd3a
  21. Oct 04, 2022
  22. Aug 07, 2022
  23. Aug 05, 2022
  24. Jul 28, 2022
  25. Jul 27, 2022
    • Svyatoslav Nikolsky's avatar
      Send messages using xcm pallet (#1518) · 9ad43b64
      Svyatoslav Nikolsky authored
      * send messages using xcm pallet
      
      * XcmBridge && XcmBridgeAdapter + (untested) config in RialtoParachain
      
      * impl encode_send_xcm for the rest
      
      * remove duplicate code
      
      * some fixes
      
      * cleanup
      
      * some more tests
      
      * cleanup
      
      * cleanup
      
      * send Rialto -> Millau messages using bridge-messages pallet
      
      * fmt
      
      * some clippy fixes
      
      * more clippy
      9ad43b64
  26. Jul 15, 2022
  27. Jul 14, 2022
  28. Jul 08, 2022
  29. Jul 04, 2022
  30. Jun 29, 2022
  31. Jun 24, 2022
  32. Jun 23, 2022
  33. Jun 22, 2022