Skip to content
  1. 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
  2. Sep 21, 2021
  3. Sep 15, 2021
  4. 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
  5. Sep 09, 2021
  6. Sep 06, 2021
  7. Sep 01, 2021
  8. 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
  9. Aug 02, 2021
  10. Jul 20, 2021
  11. Jul 19, 2021
  12. Jul 12, 2021
  13. Jul 06, 2021
  14. 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
  15. Jun 29, 2021
  16. Jun 28, 2021
  17. 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
  18. Jun 24, 2021
  19. Jun 21, 2021
  20. Jun 18, 2021
  21. 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
  22. Jun 16, 2021
  23. Jun 14, 2021
  24. Jun 07, 2021
  25. May 31, 2021
  26. May 26, 2021
  27. May 25, 2021
  28. May 20, 2021
  29. May 19, 2021
  30. May 18, 2021
  31. May 04, 2021
    • Hernando Castano's avatar
      Bump Substrate to `b094edaf` (#958) · b2099c5c
      Hernando Castano authored
      * Bump Substrate to commit `b094edafd1cd5d26e49ecbf92b0ce7553cfad717`
      
      * Remove unsafe random seed method
      
      See: https://github.com/paritytech/substrate/pull/8718
      
      * Update Subkey syntax
      
      See: https://github.com/paritytech/substrate/pull/8678
      b2099c5c
  32. May 03, 2021