Skip to content
  1. Jun 29, 2021
  2. 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
    • kaichao's avatar
      Make target signer optional when sending message. (#1018) · a8318cea
      kaichao authored
      * make target signer optional in send message.
      
      * remove non-used argument
      
      * fmt
      
      * better doc
      
      * trigger build
      
      * fix clippy
      a8318cea
  3. Jun 18, 2021
  4. Jun 16, 2021
  5. Jun 14, 2021
  6. Jun 09, 2021
  7. Jun 08, 2021
  8. May 26, 2021
  9. May 18, 2021
  10. May 13, 2021
  11. May 03, 2021
    • fewensa's avatar
      Move pallet-bridge-dispatch types to primitives (#948) · ed20ef34
      fewensa authored
      * message dispatch support multiple instances
      
      * Move pallet-bridge-dispatch types to primitives
      
      * remove pallet-bridge-dispatch dependency
      
      * Update cargo.lock (remove pallet-bridge-dispatch in substrate-relay)
      
      * remove extra dependencies
      ed20ef34
  12. May 02, 2021
  13. Apr 29, 2021
    • Hernando Castano's avatar
      Add Wococo<>Rococo Header Relayer (#925) · 801c99f3
      Hernando Castano authored
      * Add Wococo primitives crate
      
      * Add more Wococo boilerplate code
      
      * Add CLI support for initializing the Wococo<>Rococo bridge
      
      * Add support for relaying headers between Rococo and Wococo
      
      * Fix test
      
      * RustFmt
      
      * Fix compilation issues related to enum naming
      
      * Bump Rococo `spec_version`
      
      * Remove stray Westend references
      801c99f3
  14. Apr 28, 2021
    • Hernando Castano's avatar
      Remove Westend<>Rococo header sync (#940) · 21f49051
      Hernando Castano authored
      * Remove scripts for Westend<>Rococo header sync
      
      * Remove Westend<>Rococo header sync code
      
      * Remove Westend<>Rococo init bridge CLI option
      
      * Modify Westend mock call to be placeholder
      
      * Fix call encoding test
      21f49051
  15. Apr 26, 2021
  16. Apr 23, 2021
  17. Apr 15, 2021
    • Tomasz Drwięga's avatar
      CLI: naming clean-up. (#897) · 5330d84e
      Tomasz Drwięga authored
      
      
      * Small naming clean up.
      
      * Small naming clean up.
      
      * Add Rococo module to CLI
      
      Co-authored-by: default avatarSvyatoslav Nikolsky <[email protected]>
      Co-authored-by: default avatarHernando Castano <[email protected]>
      5330d84e
    • Hernando Castano's avatar
      Westend<>Rococo Headers Relay (#875) · f99f2225
      Hernando Castano authored
      * Add modules for Rococo<>Westend header sync
      
      * Use mock Westend and Rococo finaltiy tx calls
      
      * Add Westend<>Rococo variants to `init_bridge`
      
      * Add Westend<>Rococo variants to `relay_headers`
      
      * Simplify the Rococo and Westend signing params
      
      * Add `submit_finality_proof` mock Call variant
      
      * Add note to more closely match `initialize` Call variant
      
      * Accidentally committed `cargo-expand`ed code 🤦
      
      
      
      * Add `initialize` Call variant to Rococo mock
      
      * Fix call enums.
      
      * Add explainatory comment.
      
      * clippy.
      
      * Add issue number.
      
      * De-duplicate metrics customisation.
      
      * Add comments to Rococo/Westend runtimes.
      
      * Add scale-encoding compatibility test.
      
      * Fix tests.
      
      * Clippy.
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      f99f2225
  18. Apr 14, 2021
  19. Apr 13, 2021
  20. Apr 07, 2021
  21. Apr 06, 2021
  22. Apr 05, 2021
  23. Apr 02, 2021
  24. Apr 01, 2021
    • Tomasz Drwięga's avatar
      Make relay CLI generic (#849) · 2a07bd5f
      Tomasz Drwięga authored
      
      
      * Start generalizing rialto-millau commands.
      
      * cargo fmt --all
      
      * Introduce generic balance.
      
      * Unify message payloads.
      
      * cargo fmt --all
      
      * init - generic
      
      * Attempt to unify send message.
      
      * Start moving things around.
      
      * cargo fmt --all
      
      * Move init-bridge.
      
      * cargo fmt --all
      
      * Improve UX of bridge argument.
      
      * Fix clippy.
      
      * Fix docs and scripts.
      
      * Add docs.
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      
      * Fix copyright.
      
      * Add issue numbers.
      
      * More todos.
      
      * Update comments.
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      2a07bd5f