- Dec 23, 2021
-
-
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
-
Tomasz Drwięga authored
* Enable off-chain indexing for Rialto & Millau nodes * cargo fmt --all * cargo +nightly fmt --all * fmt is weird.
-
- 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 22, 2021
-
-
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]>
-
- Nov 15, 2021
-
-
Adrian Catangiu authored
* Decouple the PoA bridge code from Rialto * Remove Rialto PoA bridge code * Remove relays/bin-ethereum code * Remove relays/client-ethereum code * Remove modules/ethereum code * Remove modules/ethereum-contract-builtin code * Remove PoA bridge documentation * Remove primitives/ethereum-poa code * Decouple Rialto from currency-exchange * Fix building with runtime-benchmarks * Fix should_encode_bridge_send_message_call test Because we removed some runtime modules/pallets, the substrate2substrate bridge pallet has a different index within the runtime so its calls have a different encoding. Update the test to use the new encoding. * Update readme - no more PoA bridge * Remove deployments/bridges/poa-rialto Also removes: - deployments/networks/eth-poa.yml - deployments/networks/OpenEthereum.Dockerfile * Remove deployments/dev/poa-config * Update deployments readme - no more PoA bridge * Remove eth-related scripts Deletes: - deployments/networks/eth-poa.yml - scripts/run-openethereum-node.sh * Remove poa-relay from gitlab-ci * Dockerfiles to use substrate-relay as default * Remove modules/currency-exchange code * Remove primitives/currency-exchange code Signed-off-by: acatangiu <[email protected]>
-
- Nov 11, 2021
-
-
fewensa authored
-
- Nov 09, 2021
-
-
Svyatoslav Nikolsky authored
-
fewensa authored
* Add relayer strategy * Add default relayer strategy * default relayer strategy * expose relayer strategy * fix compile * fix compile * docs * Rename Relayer to Relay, keep RelayerDecide * split `DefaultRelayerStrategy` into `AltruisticRelayerStrategy` and `RationalRelayerStrategy` * Remove relayer mode * Remove unused import * Rename `RelayerStrategy` to `RelayStrategy` * Add missing docs * clippy * clippy * clippy * clippy * Revert `relayer_mode` and add `MixStrategy` * Add `EnforcementStrategy` * fix bug and simplify relay strategy * Update message_lane_loop.rs * Update messages_target.rs * clippy * clippy * clippy * clippy * clippy * clippy * clippy * fix test * fix test * test test test fix test
-
- Nov 04, 2021
-
-
Svyatoslav Nikolsky authored
-
- Nov 02, 2021
-
-
bear authored
* change const value visable * Add docs * Update docs * Update docs 2 * Fix ci * Fix spell check
-
- Oct 25, 2021
-
-
Svyatoslav Nikolsky authored
* transactions mortality in message and complex relays * logging + enable in test deployments * spellcheck * fmt
-
Svyatoslav Nikolsky authored
* substrate: d0f6c1c60da22e04dd25c2eca46ebfe6f1571af0 polkadot: dd4b2e6a34a08a01b876d14641e99e7011be3463 cumulus: 9379cd6c1863ea846ad6c6a8cbbc99848dd5d693 * fmt * fixed lost refs * spelling * benckhmarks * fmt
-
Svyatoslav Nikolsky authored
-
- Oct 22, 2021
-
-
Vladislav authored
* Unify error enums in substrate and ethereum clients with `thiserror` Related to https://github.com/paritytech/parity-bridges-common/issues/857 * Add license pre-amble * rustfmt * Fix spelling
-
- Oct 21, 2021
-
-
Svyatoslav Nikolsky authored
* max call size <= 230 bytes * fix benchmarks
-
- Oct 20, 2021
-
-
Svyatoslav Nikolsky authored
* replace collective flip with babe randomness in Rialto * fmt * fix test
-
- Oct 18, 2021
-
-
Svyatoslav Nikolsky authored
-
- Oct 16, 2021
-
-
Svyatoslav Nikolsky authored
-
- Oct 15, 2021
-
-
Svyatoslav Nikolsky authored
* resubmit strategy for Polkadot/Kusama * spellcheck * fmt
-
- Oct 11, 2021
-
-
Svyatoslav Nikolsky authored
-
- Oct 08, 2021
-
-
Svyatoslav Nikolsky authored
* register parachain relay subcommand * revert cargo patch * added basic test * fmt
-
- Sep 27, 2021
-
-
David authored
* Upgrade `jsonrpsee` to v0.3 * whitespace * fmt Co-authored-by: Svyatoslav Nikolsky <[email protected]>
-
Alfredo Garcia authored
-
- Sep 24, 2021
-
-
Svyatoslav Nikolsky authored
-
hacpy authored
* Alter gitlab. * Use substrate's rustfmt.toml * cargo +nightly fmt --all * Fix spellcheck. * cargo +nightly fmt --all * format. * Fix spellcheck and fmt * fmt? * Fix spellcheck Co-authored-by: Tomasz Drwięga <[email protected]>
-
- Sep 23, 2021
-
-
Svyatoslav Nikolsky authored
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
-