- Jan 13, 2022
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
- Jan 12, 2022
-
-
Svyatoslav Nikolsky authored
-
- Jan 11, 2022
-
-
Svyatoslav Nikolsky authored
-
- Jan 10, 2022
-
-
Svyatoslav Nikolsky authored
* move brnchmarks from Rialto to Millau * fix limits test
-
- Dec 27, 2021
-
-
Svyatoslav Nikolsky authored
This reverts commit 50ffb5dd.
-
- Dec 24, 2021
-
-
Svyatoslav Nikolsky authored
* use "production" floating tag when uilding docker image from version git tags * tiny fix
-
- Dec 23, 2021
-
-
Svyatoslav Nikolsky authored
* remove inbound_latest_received_nonce * Update relays/lib-substrate-relay/src/messages_target.rs Co-authored-by: Adrian Catangiu <[email protected]>
-
Svyatoslav Nikolsky authored
* verify that GRANDPA pallet is not initialized before submitting initialization transaction * spelling
-
Svyatoslav Nikolsky authored
-
- Dec 22, 2021
-
-
Svyatoslav Nikolsky authored
-
- Dec 21, 2021
-
-
Svyatoslav Nikolsky authored
-
- Dec 17, 2021
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
- Dec 16, 2021
-
-
fewensa authored
* The `spec_version` and `transaction_version` query from chain * fix compile * Lint * Custom spec_version and transaction_version * runtime version params struct opt * runtime version cli * cli params * Add missing types defined * fix compile * debug cli * clippy * clippy * Query spec_version and transaction_version same times * Fix vars * Wrap option * Wrap option * Try fix ci * Change follow suggestions
-
Svyatoslav Nikolsky authored
-
- Dec 14, 2021
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* add missing RPC APIs to rialto parachain node * spellcheck
-
- Dec 13, 2021
-
-
Tomasz Drwięga authored
-
- Dec 08, 2021
-
-
Adrian Catangiu authored
Signed-off-by: acatangiu <[email protected]>
-
- Dec 07, 2021
-
-
Svyatoslav Nikolsky authored
* use same accounts set on dev/local chains * run altruistic relayers in local demo scripts
-
- Dec 06, 2021
-
-
Svyatoslav Nikolsky authored
* refactor message relay helpers * single standalone_metrics function * fixed tests * clippy + fmt * removed commented code * add calls tracing * fix spelling * cargo fmt * -commented code * fix build again * post-merge build fix * clippy + fmt
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* added lost stall timeout fix * use best_block.parent() to start mortal tx era * fmt * Revert "revert messages transactions mortality" This reverts commit 77776357.
-
- Dec 03, 2021
-
-
Adrian Catangiu authored
* deployments: expose node metrics Signed-off-by: acatangiu <[email protected]> * deployments: add beefy grafana dashboard Signed-off-by: acatangiu <[email protected]> * deployments: add beefy alarms Signed-off-by: acatangiu <[email protected]>
-
Svyatoslav Nikolsky authored
* refactor finality relay helper definitions * add missing doc * removed commented code * fmt * disable rustfmt for macro * move best_finalized method const to relay chain def
-
Svyatoslav Nikolsky authored
* update Rococo version + create relayers fund account * start finality relay guards when complex relay is started
-
Tomasz Drwięga authored
* Enable off-chain indexing for Rialto & Millau nodes * cargo fmt --all * cargo +nightly fmt --all * fmt is weird.
-
- Dec 01, 2021
-
-
Adrian Catangiu authored
Signed-off-by: Adrian Catangiu <[email protected]>
-
Svyatoslav Nikolsky authored
* fixed storage_parameter_key * added test for storage_parameter_key
-
- Nov 30, 2021
-
-
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
-
Antonio Dropulic authored
-
fewensa authored
-
- Nov 24, 2021
-
-
Svyatoslav Nikolsky authored
-
- Nov 22, 2021
-
-
Sergejs Kostjucenko authored
-
Svyatoslav Nikolsky authored
* unify metric names * refactor standalone metrics * headers sync metrics * post-merge fix * fix compilation * fmt * fix dashboards * fix local dashboards * update Rococo/Wococo runtime version * remove commented code * fixed grumbles * fmt * fixed widget names
-
- Nov 17, 2021
-
-
Svyatoslav Nikolsky authored
-
- Nov 16, 2021
-
-
Adrian Catangiu authored
* Decouple `relays/client-substrate` from `headers_relay` * Remove `blocks_in_state` from `SyncLoopMetrics` This metric was only relevant for PoA <> Substrate bridge. * Move `sync_loop_metrics.rs` to `relays/finality` * Remove unused `SyncLoopMetrics::update()` * Hook up SyncLoopMetrics to finality_loop * Delete now unused `relays/headers` Signed-off-by: acatangiu <[email protected]>
-