1. Jan 12, 2022
  2. Jan 11, 2022
  3. Jan 10, 2022
  4. Dec 27, 2021
  5. Dec 24, 2021
  6. Dec 23, 2021
  7. Dec 22, 2021
  8. Dec 21, 2021
  9. Dec 17, 2021
  10. Dec 16, 2021
  11. Dec 14, 2021
  12. Dec 13, 2021
  13. Dec 08, 2021
  14. Dec 07, 2021
  15. Dec 06, 2021
  16. Dec 03, 2021
  17. Dec 01, 2021
  18. 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
  19. Nov 24, 2021
  20. Nov 22, 2021
  21. Nov 17, 2021
  22. 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
  23. 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
  24. Nov 11, 2021