Skip to content
  1. Nov 17, 2021
  2. Nov 16, 2021
    • Adrian Catangiu's avatar
      Remove unused `relays/headers` (#1216) · b87763b4
      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]>
      b87763b4
  3. Nov 15, 2021
    • Adrian Catangiu's avatar
      Remove unused PoA<>Substrate bridge (#1210) · 84613c15
      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]>
      84613c15
  4. Nov 11, 2021
  5. Nov 09, 2021
    • Svyatoslav Nikolsky's avatar
      add missing license header (#1204) · 682318a1
      Svyatoslav Nikolsky authored
      682318a1
    • fewensa's avatar
      Custom relay strategy (#1198) · ba5d4d79
      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
      ba5d4d79
  6. Nov 04, 2021
  7. Nov 02, 2021
  8. Oct 25, 2021
  9. Oct 22, 2021
  10. Oct 21, 2021
  11. Oct 20, 2021
  12. Oct 18, 2021
  13. Oct 16, 2021
  14. Oct 15, 2021
  15. Oct 11, 2021
  16. Oct 08, 2021
  17. Sep 27, 2021
  18. Sep 24, 2021
  19. Sep 23, 2021
  20. Sep 22, 2021
    • Svyatoslav Nikolsky's avatar
      Add rialto-parachain runtime and node (#1142) · b328c1bf
      Svyatoslav Nikolsky authored
      * Substrate: 63b32fbaa2764c0a8ee76b70cdfa0fcb59b7181f
      Polkadot:  7229ab87acf5bc5d4d10655ad1a9819a1e317442
      Cumulus:   d5284b0e78be3a18a3371103dd00449aceb082df
      
      * rialto parachain runtime
      
      * fixed tests
      
      * add node + bump refs (not compiling yet):
      Substrate:           630422d6108cbaaca893ab213dde69f3bdaa1f6b
      Polkadot:            7229ab87acf5bc5d4d10655ad1a9819a1e317442
      Cumulus:             5af2990cfd3711f86c7cb8606b22364208a5c32d
      GrandpaBridgeGadget: c152c45ac331eb8ab40d956ab1d008d181810ef4
      
      * fix compilation (collator is not working)
      
      * more fixes
      
      * fmt
      
      * spellcheck
      
      * fix warnings
      
      * fix compilation
      
      * fmt
      
      * trigger CI
      
      * trigger CI
      
      * Revert "trigger CI"
      
      This reverts commit a31f53cec47909817b31a48f3c9f1abd9321f72c.
      
      * benchmarks
      
      * fix benchmarks
      
      * fix again
      
      * Revert "Revert "trigger CI""
      
      This reverts commit 1dea8b42ac8bca830dea982fd2613eb89d607a6c.
      
      * Revert "Revert "Revert "trigger CI"""
      
      This reverts commit 8fb74fa5eba483b7f6a3ce3e25a60757aef4c6bc.
      
      * try fix
      
      * lost lock file
      
      * spellcheck
      
      * try to disable sccache for cargo check
      
      * Revert "Revert "Revert "Revert "trigger CI""""
      
      This reverts commit f157461482d4c1d19156715c4b1ee2acb169531b.
      
      * try to disable again
      
      * disable sccache for test
      b328c1bf
    • Tomasz Drwięga's avatar
      736fb618
    • Svyatoslav Nikolsky's avatar
      Box large arguments of GRANDPA pallet (#1154) · 81a8da8d
      Svyatoslav Nikolsky authored
      * box large arguments
      
      * benchmarks
      
      * fix
      81a8da8d
    • Svyatoslav Nikolsky's avatar
      Fix spelling (#1150) · d57d6192
      Svyatoslav Nikolsky authored
      * fix spelling
      
      * Revert "fix spelling"
      
      This reverts commit 972bdac6c0c854f9c31e00aca005f228bb4ccbb1.
      
      * Revert "Revert "fix spelling""
      
      This reverts commit 44ad4f06a322aafefdae34b59b94ef0729d0b6bb.
      d57d6192
  21. Sep 21, 2021
  22. Sep 16, 2021
    • bear's avatar
      Add `OnMessageAccepted` callback (#1134) · 8598c268
      bear authored
      * Add `OnMessageAccepted` config type
      
      * Update actual weight
      
      * Add unit test
      
      * Update weight
      
      * Remove old comment & update wrong test data
      
      * Make ci happy
      
      * Add lane_id param
      
      * update test case
      
      * Make log info more readable
      
      * Use saturating_sub
      
      * Update docs
      8598c268
  23. Sep 15, 2021
  24. Sep 14, 2021
  25. Sep 13, 2021