Skip to content
  1. Aug 01, 2021
    • Tomasz Waszczyk's avatar
      Fix full spellcheck (#1076) · 3fb97fa5
      Tomasz Waszczyk authored
      
      
      * fix(spellcheck): test of fixing
      
      * fix(hunspell): improved many typos etc.
      
      * fix(hunspell): all errors solved
      
      * fix(hunspell): extended scope of files - the build should fail
      
      * Return error code.
      
      * Fix spelling, sort dictionary.
      
      * fix(hunspell): added fix to gitlabs check
      
      * fix(typo): one typo and test of verification on github
      
      * fix(typo): one typo
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      3fb97fa5
  2. Jul 20, 2021
  3. Jul 19, 2021
  4. Jul 15, 2021
  5. Jul 06, 2021
  6. Jul 01, 2021
  7. 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
  8. Jun 29, 2021
  9. 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
  10. Jun 18, 2021
  11. Jun 16, 2021
  12. Jun 14, 2021
  13. Jun 09, 2021
  14. Jun 08, 2021
  15. May 26, 2021
  16. May 18, 2021
  17. May 13, 2021
  18. 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
  19. May 02, 2021
  20. 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
  21. 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
  22. Apr 26, 2021
  23. Apr 23, 2021
  24. 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
  25. Apr 14, 2021
  26. Apr 13, 2021
  27. Apr 07, 2021
  28. Apr 06, 2021