Skip to content
  1. Sep 01, 2021
  2. Aug 11, 2021
  3. Jul 26, 2021
  4. Jul 15, 2021
  5. Jul 12, 2021
  6. 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
  7. Jun 18, 2021
  8. Jun 08, 2021
  9. May 13, 2021
  10. 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
  11. Apr 29, 2021
  12. Apr 27, 2021
  13. Apr 07, 2021
    • Hernando Castano's avatar
      Bump Substrate (#871) · 08c7ea42
      Hernando Castano authored
      * Bump Substrate
      
      * Change usage of "Module" to "Pallet"
      
      Related Substrate PR: https://github.com/paritytech/substrate/pull/8372
      
      * Add `OnSetCode` config param
      
      Related Substrate PR: https://github.com/paritytech/substrate/pull/8496
      
      * Update Aura Slot duration time type
      
      Related Substrate PR: https://github.com/paritytech/substrate/pull/8386
      
      * Add `OnSetCode` to mock runtimes
      
      * Add support for multiple justifications
      
      Related Substrate PR: https://github.com/paritytech/substrate/pull/7640
      
      * Use updated justification type in more places
      
      * Make GenesisConfig type non-optional
      
      Related Substrate PR: https://github.com/paritytech/substrate/pull/8275
      
      * Update service to use updated telemetry
      
      Related Substrate PR: https://github.com/paritytech/substrate/pull/8143
      
      * Appease Clippy
      08c7ea42
  14. Apr 06, 2021
  15. Mar 23, 2021
    • Hernando Castano's avatar
      Rename Finality Verifier and Call Dispatch Pallets (#838) · 38666462
      Hernando Castano authored
      * Rename `pallet-finality-verifier` to `pallet-bridge-grandpa`
      
      * Missed some CamelCase ones
      
      * Update logging target in GRANDPA pallet
      
      * Rename `pallet-bridge-call-dispatch` to `pallet-bridge-dispatch`
      
      * Rename the dispatch pallet folder
      
      * Update logging target in Dispatch pallet
      
      * Missed a couple
      
      * Format the repo
      
      * Stop listing individual pallets in Compose logs
      
      * Use correct pallet name in module doc comments
      
      * Add `pallet-bridge-dispatch` to README project layout
      
      * Sort crate names in TOML files
      
      * Rename `pallet-bridge-grandpa` runtime Call alias
      38666462
  16. Mar 22, 2021
  17. Mar 17, 2021
  18. Mar 15, 2021
  19. Mar 09, 2021
  20. Mar 08, 2021
  21. Feb 24, 2021
    • Svyatoslav Nikolsky's avatar
      Message lane integration documentation (#736) · 345e84a2
      Svyatoslav Nikolsky authored
      
      
      * how-to-integrate-message-lane-module
      
      * added README stub for bridge-runtime-common
      
      * added README stub for pallet-bridge-call-dispatch
      
      * bridge-runtime-common documentation
      
      * call dispatch module documentation
      
      * some fixes
      
      * more fixes
      
      * more fixes
      
      * more fixes
      
      * more fixes for runtime-common/README.md
      
      * more fixes in call-dispatch/README.md
      
      * more fixes in call-dispatch/README.md
      
      * more fixes in call-dispatch/README.md
      
      * more fixes in message-lane/README.md
      
      * more fixes in message-lane/README.md
      
      * Wrap most text at 100 characters
      
      * Clean up some of the formatting
      
      * Fix broken link
      
      * Stop running CI for README changes
      
      * Don't run any CI steps on documentation changes
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      345e84a2
  22. Feb 16, 2021
  23. Feb 11, 2021
  24. Feb 10, 2021
  25. Feb 03, 2021
  26. Jan 29, 2021
  27. Jan 27, 2021
  28. Jan 26, 2021
  29. Jan 21, 2021
  30. Jan 20, 2021
  31. Jan 04, 2021
  32. Dec 18, 2020
  33. Dec 17, 2020
  34. Dec 16, 2020
    • Svyatoslav Nikolsky's avatar
      Benchmarks for message delivery transaction (#567) · 4d795245
      Svyatoslav Nikolsky authored
      
      
      * benchmarks for pallet_message_lane::receive_messages_proof
      
      * use CallOrigin::TargetAccount (worst case of CallOrigin)
      
      * fmt
      
      * closures
      
      * Update modules/message-lane/src/benchmarking.rs
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      
      * Update modules/message-lane/src/benchmarking.rs
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      
      * fix compilation
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      4d795245
    • Hernando Castano's avatar
      Update Substrate Dependency (#566) · 64dab9c2
      Hernando Castano authored
      
      
      * Update `sp-io` dependency
      
      * Rename Trait to Config
      
      * RustFmt
      
      * Bump `sp-io` again
      
      * Use new frame_system weight types in Rialto and Millau runtimes
      
      * Update test Runtimes to use new weight types
      
      * Bump `sp-io` again
      
      * Update to not-the latest first.
      
      * Update benchmarks.
      
      * Another Trai.
      
      * Move new weight types into runtime primitive crates
      
      This allows us to check limits for extrinsics from other parts
      of the codebase without pulling in the entire chain runtime.
      
      * Remove leftover comments
      
      * Move new functions to a better location
      
      * Small formatting fixes
      
      * Add actual documentation to new weight config types
      
      * Decrease maximum block weight of Millau chain
      
      * Decreease maximum block length of Millau chain
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      64dab9c2
  35. Dec 08, 2020
  36. Dec 04, 2020
  37. Dec 03, 2020