Skip to content
  1. Mar 02, 2022
  2. Feb 11, 2022
  3. Feb 04, 2022
  4. Jan 27, 2022
  5. Jan 13, 2022
  6. Dec 27, 2021
  7. Dec 17, 2021
  8. Nov 02, 2021
  9. Oct 25, 2021
    • 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
  10. Sep 24, 2021
  11. Sep 22, 2021
  12. Sep 13, 2021
  13. Sep 09, 2021
  14. Sep 01, 2021
  15. Aug 11, 2021
  16. Jul 26, 2021
  17. Jul 15, 2021
  18. Jul 12, 2021
  19. 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
  20. Jun 18, 2021
  21. Jun 08, 2021
  22. May 13, 2021
  23. 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
  24. Apr 29, 2021
  25. Apr 27, 2021
  26. 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
  27. Apr 06, 2021
  28. 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
  29. Mar 22, 2021
  30. Mar 17, 2021
  31. Mar 15, 2021
  32. Mar 09, 2021
  33. Mar 08, 2021
  34. 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
  35. Feb 16, 2021
  36. Feb 11, 2021
  37. Feb 10, 2021