- Jul 06, 2022
-
-
Serban Iorga authored
Signed-off-by: Serban Iorga <[email protected]>
-
Svyatoslav Nikolsky authored
* remove Rococo<>Wococo bridge mentions * remove Kusama <> Polkadot bridge mentions * fmt * remove unneeded mocked runtimes && trait impls for obsolete bridges * remove unused deps
-
- Jul 05, 2022
-
-
Serban Iorga authored
Refactor the implementations for the following CLI methods in order to avoid using macros: - init_bridge - relay_headers - relay_parachains Signed-off-by: Serban Iorga <[email protected]>
-
- Jun 29, 2022
-
-
Svyatoslav Nikolsky authored
* sync Westmint to Millau * "Westend parachains at Millau" dashboard
-
- Jun 16, 2022
-
-
Svyatoslav Nikolsky authored
* separate accounts for different complex relay layers * fix clippy issue * cleanup + expose relay accounts balance metrics * expose messages pallet owner balance metric * use new metrics in maintenance dashboard * tests + use separate accounts to sign RialtoHeaders -> Millau transactions in RialtoParachain<>Millau bridge * clippy + fmt + spellcheck
-
- Jun 09, 2022
-
-
Svyatoslav Nikolsky authored
-
- May 25, 2022
-
-
Svyatoslav Nikolsky authored
* allow(clippy::too_many_arguments) for on-demand relays startup * add TODO
-
Svyatoslav Nikolsky authored
* fix clippy warnings * try to reenable proper clippy on CI * fix clippy error * more Eqs * ignore clippy::derive-partial-eq-without-eq - clippy seems to be broken now :/
-
Svyatoslav Nikolsky authored
* complex parachain relay * fix spelling
-
- May 20, 2022
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
- May 04, 2022
-
-
Svyatoslav Nikolsky authored
* remove support for encoded-call messaging * continue cleanup * continue cleanup * continue cleanup * more cleanpup * more cleanup * fmt * continue cleanup * spellcheck * rename * fix benchmarks * mention encoded-calls-messaging tag * fixing deployments * fix messages generation * fmt
-
- Apr 14, 2022
-
-
Svyatoslav Nikolsky authored
* introduce FinalityEngine in relay code * add FinalityEngine to relay * spelling * fix test compilation * Update relays/lib-substrate-relay/src/finality/source.rs Co-authored-by: Adrian Catangiu <[email protected]> Co-authored-by: Adrian Catangiu <[email protected]>
-
- Mar 28, 2022
-
-
Adrian Catangiu authored
cumulus: b468d0c33eac0adda27080b59ea9b5986ce6469b polkadot: 827792ca833396c82c726eda0bc2ad32ecddba73 substrate: 666f39b8a22108f57732215de006518738034ba2 bump serde_json to 1.0.79 sync changes from https://github.com/paritytech/substrate/pull/11022 fixed clippy warnings Signed-off-by: acatangiu <[email protected]>
-
- Mar 22, 2022
-
-
Adrian Catangiu authored
* fix typos * clippy fixes
-
- Mar 15, 2022
-
-
Svyatoslav Nikolsky authored
* cumulus: 4e952282914719fafd2df450993ccc2ce9395415 polkadot: 975e780ae0d988dc033f400ba822d14b326ee5b9 substrate: 89fcb3e4f62d221d4e161a437768e77d6265889e * fix refs * sync changes from https://github.com/paritytech/polkadot/pull/3828 * sync changes from https://github.com/paritytech/polkadot/pull/4387 * sync changes from https://github.com/paritytech/polkadot/pull/3940 * sync with changes from https://github.com/paritytech/polkadot/pull/4493 * sync with changes from https://github.com/paritytech/polkadot/pull/4958 * sync with changes from https://github.com/paritytech/polkadot/pull/3889 * sync with changes from https://github.com/paritytech/polkadot/pull/5033 * sync with changes from https://github.com/paritytech/polkadot/pull/5065 * compilation fixes * fixed prometheus endpoint startup (it now requires to be spawned within tokio context)
-
- Mar 09, 2022
-
-
Svyatoslav Nikolsky authored
* merge all similar update_conversion_rate functions * stall timeout in conversion rate update loop * fmt * fix
-
- Mar 04, 2022
-
-
Svyatoslav Nikolsky authored
* ignore errors when dumping logs and container is missing * fixed typo * print correct payload length * increase conversion rate a bit when estimating fee (to avoid message rejects when rate update tx is active) * fmt
-
- Mar 03, 2022
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
- Mar 02, 2022
-
-
Svyatoslav Nikolsky authored
* override conversion rate when message is sent * spelling + fmt * add --conversion-rate-override cli option * try to read conversion rate from cmd output * fix output * fmt
-
Svyatoslav Nikolsky authored
This reverts commit ed7def64.
-
- Mar 01, 2022
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* reinitialize bridge subcommand * PolkadotToKusama in reinit-bridge
-
- Feb 25, 2022
-
-
Svyatoslav Nikolsky authored
-
- Feb 21, 2022
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* encode and estimate Rococo/Wococo/Kusama/Polkadot messages * allow send-message for non-bundled chains * weight -> dispatch-weight * fmt * fix spelling
-
- Feb 02, 2022
-
-
Svyatoslav Nikolsky authored
* more logging in on-demand headerss * remove `maximal_headers_difference` concept from on-demand-relay * another leftover from previous on-demand version * removed extra log * fmt
-
- Jan 27, 2022
-
-
Svyatoslav Nikolsky authored
Substrate: 31d90c202d6df9ce3837ee55587b604619a912ba Polkadot: 60df3c55c711c2872872d6220f98b2611340e051 Cumulus: a9630551c2cd877952ab769c862af4c81b0ccd3c
-
- Jan 21, 2022
-
-
Svyatoslav Nikolsky authored
* relay balance metrics * convert balance to "main" tokens in balance metrics * add balances widgets to maintenance dashboard
-
- Jan 14, 2022
-
-
Svyatoslav Nikolsky authored
-
- Jan 12, 2022
-
-
Svyatoslav Nikolsky authored
-
- Dec 27, 2021
-
-
Svyatoslav Nikolsky authored
This reverts commit 50ffb5dd.
-
- Dec 17, 2021
-
-
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
-
- 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
-
- Dec 03, 2021
-
-
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
-
- 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
-