1. Dec 16, 2021
  2. Dec 14, 2021
  3. Dec 13, 2021
  4. Dec 08, 2021
  5. Dec 07, 2021
  6. Dec 06, 2021
  7. Dec 03, 2021
  8. Dec 01, 2021
  9. Nov 30, 2021
    • Adrian Catangiu's avatar
      Integrate BEEFY with Rialto & Millau runtimes (#1227) · 816ddd2d
      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
      816ddd2d
    • Antonio Dropulic's avatar
      update dependencies (#1229) · d94b62b1
      Antonio Dropulic authored
      d94b62b1
    • fewensa's avatar
      Add mut support (#1232) · 98eb9ee1
      fewensa authored
      98eb9ee1
  10. Nov 24, 2021
  11. Nov 22, 2021
  12. Nov 17, 2021
  13. Nov 16, 2021
    • Adrian Catangiu's avatar
      Remove unused `relays/headers` (#1216) · 39140d0b
      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]>
      39140d0b
  14. Nov 15, 2021
    • Adrian Catangiu's avatar
      Remove unused PoA<>Substrate bridge (#1210) · 9bc071d4
      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]>
      9bc071d4
    • Tomasz Drwięga's avatar
      Fix UI deployment. (#1211) · 877e8d01
      Tomasz Drwięga authored
      877e8d01
  15. Nov 11, 2021
  16. 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
  17. Nov 04, 2021
  18. Nov 02, 2021
  19. Oct 26, 2021
  20. Oct 25, 2021
  21. Oct 22, 2021
  22. Oct 21, 2021
  23. Oct 20, 2021