- Apr 18, 2024
-
-
Svyatoslav Nikolsky authored
-
- Dec 08, 2023
-
-
Branislav Kontur authored
-
- Nov 22, 2023
-
-
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
-
- Nov 14, 2023
-
-
Svyatoslav Nikolsky authored
* drop Rialto <> Millau bridges * clippy
-
- Aug 31, 2023
-
-
Serban Iorga authored
* Fix equivocation detection containers startup * Fix cargo deny
-
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
-
- Jul 20, 2023
-
-
Svyatoslav Nikolsky authored
* more backports from Cumulus subtree * spelling * fmt * trigger CI * Revert "trigger CI" This reverts commit b009d732. * Revert "Revert "trigger CI"" This reverts commit 715606a7. * Revert "Revert "Revert "trigger CI""" This reverts commit dc0d2233.
-
- Apr 19, 2023
-
-
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
-
- Apr 18, 2023
-
-
Svyatoslav Nikolsky authored
* fixed delivery alerts * pretty print alerts
-
- Apr 07, 2023
-
-
Svyatoslav Nikolsky authored
* added "Is Relay Running" panel to maintenance dashboard * exported Bridges alerts
-
- Mar 28, 2023
-
-
Svyatoslav Nikolsky authored
-
- Mar 23, 2023
-
-
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
-
- Mar 15, 2023
-
-
Svyatoslav Nikolsky authored
* "backup" dashboards for RBH<>WBH bridge * tiny readme
-
- Mar 01, 2023
-
-
Svyatoslav Nikolsky authored
* switch off parachains relay when we don't need to relay parachains (temp solution) * parachains relay now only works with single parachain * fix usages of parachains relay * revert hacky fix * fixes * fixed Westmint parachain ID * fixed metrics * fixed compilation * fmt * clippy * call -> typed_state_call
-
- Feb 28, 2023
-
-
Serban Iorga authored
* Add Chain::ID const * Relayers pallet: extend payment source id * Addressed code review comments * Fix benchmarks * Fix dashboards * Renamings * Fix compilation
-
- Feb 03, 2023
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
- Jan 20, 2023
-
-
Svyatoslav Nikolsky authored
-
- Jan 18, 2023
-
-
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
-
- Dec 28, 2022
-
-
Serban Iorga authored
* Handle SIGTERM for some docker containers * Implement SIGTERM handling for the relay
-
- Dec 19, 2022
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
- Nov 18, 2022
-
-
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
-
- Oct 04, 2022
-
-
Svyatoslav Nikolsky authored
-
- Aug 07, 2022
-
-
Svyatoslav Nikolsky authored
-
- Aug 05, 2022
-
-
Svyatoslav Nikolsky authored
* unprofitable message delivery tx metric * proper impl * send Rialto -> Millau messages using XCM pallet * use altruistic relays in Rialto <> Millau bridge * add unprofitable transactions dashboard * fix + logging * fix test
-
Serban Iorga authored
* [Deployments] Deduplicate message sending code Signed-off-by: Serban Iorga <[email protected]> * [Deployments] README.md fixes
-
- Jul 28, 2022
-
-
Svyatoslav Nikolsky authored
-
- Jul 27, 2022
-
-
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
-
- Jul 15, 2022
-
-
Svyatoslav Nikolsky authored
-
- Jul 14, 2022
-
-
Svyatoslav Nikolsky authored
* more relay processes in rialtoParachain<>Millau bridge * fix dashboards * fix dump-logs
-
- Jul 08, 2022
-
-
Svyatoslav Nikolsky authored
* change testnets account "names" to something meaningful * fixes * fix doc * fmt * account names as consts * fmt * spelling
-
- Jul 04, 2022
-
-
Svyatoslav Nikolsky authored
-
- Jun 29, 2022
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* sync Westmint to Millau * "Westend parachains at Millau" dashboard
-
- Jun 24, 2022
-
-
Svyatoslav Nikolsky authored
* messages are not detected by relay: increase interval from 5m to 20m * remove invalid "default value" alert condition
-
Svyatoslav Nikolsky authored
-
- Jun 23, 2022
-
-
Svyatoslav Nikolsky authored
-
- Jun 22, 2022
-
-
Svyatoslav Nikolsky authored
* RialtoParachain <> Millau maintenance dashboard * fix balance metric names
-
Svyatoslav Nikolsky authored
-