1. Dec 01, 2021
    • Svyatoslav Nikolsky's avatar
      Fix storage parameter name computation (#1238) · c61d240b
      Svyatoslav Nikolsky authored
      * fixed storage_parameter_key
      
      * added test for storage_parameter_key
      c61d240b
    • Adrian Catangiu's avatar
      Integrate BEEFY with Rialto & Millau runtimes (#1227) · 96d3808e
      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
      96d3808e
    • Antonio Dropulic's avatar
      update dependencies (#1229) · f75a1bdd
      Antonio Dropulic authored
      f75a1bdd
    • fewensa's avatar
      Add mut support (#1232) · 957da038
      fewensa authored
      957da038
    • Svyatoslav Nikolsky's avatar
      80626372
    • Sergejs Kostjucenko's avatar
      Add CODEOWNERS file (#1219) · 14b36ca4
      Sergejs Kostjucenko authored
      14b36ca4
    • Svyatoslav Nikolsky's avatar
      Unify metric names (#1209) · 3bec1576
      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
      3bec1576
    • Svyatoslav Nikolsky's avatar
      0e839d24
    • Adrian Catangiu's avatar
      Remove unused `relays/headers` (#1216) · 2c91c681
      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: default avataracatangiu <[email protected]>
      2c91c681
    • Adrian Catangiu's avatar
      Remove unused PoA<>Substrate bridge (#1210) · 80b1e65d
      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: default avataracatangiu <[email protected]>
      80b1e65d
    • Tomasz Drwięga's avatar
      Fix UI deployment. (#1211) · f36f76fc
      Tomasz Drwięga authored
      f36f76fc
    • fewensa's avatar
  2. Nov 09, 2021
    • Svyatoslav Nikolsky's avatar
      add missing license header (#1204) · 407bf44a
      Svyatoslav Nikolsky authored
      407bf44a
    • fewensa's avatar
      Custom relay strategy (#1198) · 9babb198
      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
      9babb198
  3. Nov 04, 2021
  4. Nov 02, 2021
  5. Oct 26, 2021
  6. Oct 25, 2021
  7. Oct 22, 2021
  8. Oct 21, 2021
  9. Oct 20, 2021
  10. Oct 19, 2021
  11. Oct 18, 2021
  12. Oct 16, 2021
  13. Oct 15, 2021
  14. Oct 12, 2021
    • Svyatoslav Nikolsky's avatar
      Playing with CI (#1179) · d0172c68
      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.
      d0172c68
  15. Oct 11, 2021
  16. Oct 08, 2021
  17. Oct 06, 2021
  18. Oct 05, 2021
  19. Sep 30, 2021
  20. Sep 27, 2021