- 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 24, 2022
-
-
Svyatoslav Nikolsky authored
* using_same_fork metric in finality relay * support `using_different_forks` in messages relay * added dashboards and alerts * lockfile
-
- 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 07, 2022
-
-
Svyatoslav Nikolsky authored
* update libp2p-core (RUSTSEC-2022-0009) * update thread_local (RUSTSEC-2022-0006) * time 0.2 -> time 0.3 * ignore RUSTSEC-2021-0130 * proper migration to time 0.3 * fix clippy? * Revert "fix clippy?" This reverts commit 53bc2896.
-
Svyatoslav Nikolsky authored
-
- Feb 03, 2022
-
-
Svyatoslav Nikolsky authored
-
- 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
-
- Feb 01, 2022
-
-
Svyatoslav Nikolsky authored
-
- Jan 31, 2022
-
-
Svyatoslav Nikolsky authored
* use raw balance value if tokenDecimals property is missing * fmt
-
Svyatoslav Nikolsky authored
* fix ss58 prefixes of Polkadot, Kusama and Westend * 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 19, 2022
-
-
Svyatoslav Nikolsky authored
when messages pallet is halted, relay shall not submit messages delivery/confirmation transactions (#1289)
-
- Jan 18, 2022
-
-
Svyatoslav Nikolsky authored
-
- Jan 14, 2022
-
-
Svyatoslav Nikolsky authored
-
- Jan 13, 2022
-
-
Svyatoslav Nikolsky authored
-
- Jan 12, 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 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 21, 2021
-
-
Svyatoslav Nikolsky authored
-
- 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 13, 2021
-
-
Tomasz Drwięga authored
-
- 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
-
-
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
-