- Jul 04, 2022
-
-
Svyatoslav Nikolsky authored
* draft: remove without_storage_info for messages pallet * some cleanup
-
- Jun 30, 2022
-
-
Signed-off-by: Serban Iorga <[email protected]>
-
Add unit test in order to check that the submit_parachain_heads() call returns an error when the pallet is halted. Signed-off-by: Serban Iorga <[email protected]>
-
Signed-off-by: Serban Iorga <[email protected]>
-
Define macro that generates tests for set_owner() and set_operating_mode() in order to avoid duplicate code. Signed-off-by: Serban Iorga <[email protected]>
-
Signed-off-by: Serban Iorga <[email protected]>
-
- Jun 29, 2022
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* sync Westmint to Millau * "Westend parachains at Millau" dashboard
-
Svyatoslav Nikolsky authored
* parachain loop metrics * some fixes * mini refactoring * add tests
-
- Jun 28, 2022
-
-
Serban Iorga authored
Unify the operating mode for bridge pallets - define the OperationMode trait and BasicOperatingMode enum - use the OperationMode trait in all the bridge pallets - use BasicOperatingMode instead of IsHalted for the Grandpa pallet - use BasicOperatingMode as part of MessagesOperatingMode Signed-off-by: Serban Iorga <[email protected]>
-
- Jun 27, 2022
-
-
Avoid duplicate function definitions for: - ensure_owner_or_root() - ensure_not_halted() - set_owner() - set_operating_mode() / set_operational() Signed-off-by: Serban Iorga <[email protected]>
-
- Jun 24, 2022
-
-
Svyatoslav Nikolsky authored
* store both block number and hash in BestFinalized * also fix relay code * spelling
-
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
-
- Jun 21, 2022
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* fix on-different-forks metrics during initialization * "initialize" parachain finality pallet in on-demand parachains relay * decrease converstion rate requests count * more error logging * fix compilation * clippy
-
- Jun 17, 2022
-
-
dependabot[bot] authored
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.0 to 1.1.4. - [Release notes](https://github.com/Amanieu/thread_local-rs/releases) - [Commits](https://github.com/Amanieu/thread_local-rs/compare/v1.1.0...1.1.4) --- updated-dependencies: - dependency-name: thread_local dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 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 14, 2022
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
- Jun 13, 2022
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* add proper parameter names to bridge declaration * associate RialtoParachain token with DOT * RialtoParachain<>Millau message pallet owners * fix compilation
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* Revert "try to fix nonces collisions (#1450)" This reverts commit 5a91ddf4. * Revert "Revert "try to fix nonces collisions (#1450)"" This reverts commit e6350e83. * added some accounts to RialtoParachain
-
- Jun 10, 2022
-
-
Svyatoslav Nikolsky authored
This reverts commit 5a91ddf4.
-
Svyatoslav Nikolsky authored
-
- Jun 09, 2022
-
-
Svyatoslav Nikolsky authored
* BridgeRejectObsoleteMessages * add obsolete confirmations verification to the BridgeRejectObsoleteMessages * move tests where they belong
-
Svyatoslav Nikolsky authored
-
- Jun 08, 2022
-
-
Svyatoslav Nikolsky authored
-
- Jun 07, 2022
-
-
Svyatoslav Nikolsky authored
* remove duplicate parachain heads exension * fix benchmarks compilation * actually fix it
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* added parachains pallet benchmarks * deduplicate insertion of bridged header * pruning weight * fixes * fix compilation
-
dependabot[bot] authored
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/0.12.4/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/compare/0.12.3...0.12.4) --- updated-dependencies: - dependency-name: generic-array dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [zeroize_derive](https://github.com/RustCrypto/utils) from 1.0.1 to 1.3.2. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Changelog](https://github.com/RustCrypto/utils/blob/master/zeroize/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/utils/compare/base64ct-v1.0.1...zeroize_derive-v1.3.2) --- updated-dependencies: - dependency-name: zeroize_derive dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-