- Dec 01, 2021
-
-
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]>
-
- 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]>
-
Tomasz Drwięga authored
-
- 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 26, 2021
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
- 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
-
Tomasz Drwięga authored
* Add UI to compose deployment. * Override addresses.
-
Svyatoslav Nikolsky authored
-
- Oct 20, 2021
-
-
Svyatoslav Nikolsky authored
* replace collective flip with babe randomness in Rialto * fmt * fix test
-
- Oct 19, 2021
-
-
Svyatoslav Nikolsky authored
-
- Oct 18, 2021
-
-
Svyatoslav Nikolsky authored
-
- Oct 16, 2021
-
-
Svyatoslav Nikolsky authored
-
- Oct 15, 2021
-
-
Svyatoslav Nikolsky authored
* rialto parachain in test deployments * added some docs * reverted change from other PR
-
Svyatoslav Nikolsky authored
* resubmit strategy for Polkadot/Kusama * spellcheck * fmt
-
- Oct 12, 2021
-
-
Svyatoslav Nikolsky authored
* playing with CI * fetch for wasm? * explicit fetch for git checkout * explicit fetch for git checkout * jq magic * jq is already there * cleanup * multiline? * spellcheck awakens from a coma * Revert "multiline?" This reverts commit 7999f393.
-
- Oct 11, 2021
-
-
Svyatoslav Nikolsky authored
-
- Oct 08, 2021
-
-
Svyatoslav Nikolsky authored
* register parachain relay subcommand * revert cargo patch * added basic test * fmt
-
Svyatoslav Nikolsky authored
* token swap benchmarks * spellcheck
-
- Oct 06, 2021
-
-
Svyatoslav Nikolsky authored
-
- Oct 05, 2021
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
- Sep 30, 2021
-
-
HackFisher authored
* fix OutboundLaneData types * run build.sh to regenerate the types * fix order
-
- Sep 27, 2021
-
-
Svyatoslav Nikolsky authored
-