Skip to content
  1. Nov 17, 2021
  2. 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
  3. 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
  4. Nov 11, 2021
  5. Oct 25, 2021
    • Svyatoslav Nikolsky's avatar
      Message transactions mortality (#1191) · 3651f4f9
      Svyatoslav Nikolsky authored
      * transactions mortality in message and complex relays
      
      * logging + enable in test deployments
      
      * spellcheck
      
      * fmt
      3651f4f9
    • Svyatoslav Nikolsky's avatar
      Bump dependencies (#1180) · 364d6e15
      Svyatoslav Nikolsky authored
      * substrate: d0f6c1c60da22e04dd25c2eca46ebfe6f1571af0
      polkadot: dd4b2e6a34a08a01b876d14641e99e7011be3463
      cumulus: 9379cd6c1863ea846ad6c6a8cbbc99848dd5d693
      
      * fmt
      
      * fixed lost refs
      
      * spelling
      
      * benckhmarks
      
      * fmt
      364d6e15
  6. Oct 22, 2021
  7. Oct 21, 2021
  8. Oct 20, 2021
  9. Oct 18, 2021
  10. Oct 08, 2021
  11. Sep 27, 2021
  12. Sep 24, 2021
  13. Sep 22, 2021
    • Svyatoslav Nikolsky's avatar
      Add rialto-parachain runtime and node (#1142) · 951eaa55
      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 a31f53ce.
      
      * benchmarks
      
      * fix benchmarks
      
      * fix again
      
      * Revert "Revert "trigger CI""
      
      This reverts commit 1dea8b42.
      
      * Revert "Revert "Revert "trigger CI"""
      
      This reverts commit 8fb74fa5.
      
      * try fix
      
      * lost lock file
      
      * spellcheck
      
      * try to disable sccache for cargo check
      
      * Revert "Revert "Revert "Revert "trigger CI""""
      
      This reverts commit f1574614.
      
      * try to disable again
      
      * disable sccache for test
      951eaa55
  14. Sep 21, 2021
  15. Sep 15, 2021
  16. Sep 13, 2021
    • Svyatoslav Nikolsky's avatar
      Add parachain pallets to rialto runtime (#1053) · ca5d8178
      Svyatoslav Nikolsky authored
      * use BABE to author blocks on Rialto (previously: Aura)
      
      * removed extra script
      
      * use bp_rialto::Moment
      
      * fix tests
      
      * Babe should control session end
      
      * add parachain pallets to Rialto runtime
      
      * add parachain pallets to rialto runtime + add parachains inherent data provider to node
      
      * remove script again
      
      * fmt
      
      * allow unlicensed crates
      
      * spellcheck
      
      * fix compilation
      ca5d8178
  17. Sep 09, 2021
  18. Sep 06, 2021
  19. Sep 01, 2021
  20. Aug 27, 2021
    • fewensa's avatar
      Common crate for substrate-relay (#1082) · 0791e911
      fewensa authored
      * lib-substrate-relay
      
      * pass to build
      
      * remove unused file
      
      * clippy && tests
      
      * Changed follow suggestions
      
      * License
      
      * Make changes follow suggested
      
      * docs
      
      * fix fmt
      0791e911
  21. Aug 02, 2021
  22. Jul 20, 2021
  23. Jul 19, 2021
  24. Jul 12, 2021
  25. Jul 06, 2021
  26. Jun 30, 2021
    • halfpint104's avatar
      Use kebab-case for bridge arguments (#1036) · 1d8d2249
      halfpint104 authored
      * Updates bridge CLI arguments to be kebab case
      
      * Updates scripts to use kebab case for bridge initialisation and relaying of headers/messages
      
      * Updates message sending subcommand to be kebab case
      
      * Updates documentation for message sending subcommand
      1d8d2249
  27. Jun 29, 2021
  28. Jun 28, 2021
  29. Jun 25, 2021
    • Svyatoslav Nikolsky's avatar
      Rococo <> Wococo messages relay (#1030) · 23dda624
      Svyatoslav Nikolsky authored
      * MessagesInstance -> BridgedMessagesInstance
      
      * Chain::ID -> Bridge::THIS_CHAIN_ID+Bridge::BRIDGED_CHAIN_ID
      
      * FromBridgedChainEncodedMessageCall<B> -> FromBridgedChainEncodedMessageCall<DecodedCall>
      
      * impl Parameter for ()
      
      * copypaste storage_map_final_key to avoid different runtime references/dummy runtimes
      
      * moved dummy runtime from primitives to relay client
      
      * Rococo <> Wococo messages relays
      
      * send R<>W messages using relay
      
      * fmt
      
      * return Result from get_dispatch_info
      
      * fix benchmarks compilation
      
      * clippy
      23dda624
    • Chevdor's avatar
      Update the wasm builder to substrate master (#1029) · bcde21dc
      Chevdor authored
      
      
      * chore: update the wasm builder to substrate master
      * Bump Substrate
      * Update weight of sending remarks
      
      ref https://github.com/paritytech/polkadot/pull/3354
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      bcde21dc
  30. Jun 24, 2021
  31. Jun 21, 2021
  32. Jun 18, 2021
  33. Jun 17, 2021
    • Hernando Castano's avatar
      Bump Substrate to `286d7ce` (#1006) · 1e354770
      Hernando Castano authored
      * Bump dependencies
      
      - Substrate to `74a1bfdcc`
      - `finality-grandpa` to `0.14.1`
      - `fs-swap` to `0.2.6`
      
      * Add `pallet_randomness_collective_flip` to runtimes
      
      * Rename GenesisConfig fields
      
      See Substrate PR: https://github.com/paritytech/substrate/pull/8990
      
      * Missed PoA renames in Rialto GenesisConfig
      
      * Use `spawn_essential_handle` for transaction pool
      
      See Substrate PR: https://github.com/paritytech/substrate/pull/9074
      1e354770