Skip to content
  1. Sep 02, 2021
  2. Sep 01, 2021
    • Squirrel's avatar
      Remove unused deps (#1102) · a517e854
      Squirrel authored
      * remove unused dev deps
      
      * Removing unused deps
      a517e854
    • Svyatoslav Nikolsky's avatar
      Stored conversion rate updater (#1005) · 13450b74
      Svyatoslav Nikolsky authored
      * update conversion rate: initial commit
      
      * Rialto=Polkadot && Millau=Kusama + actually update conversion rates
      
      * update deployment scripts and readme
      
      * allow non-zero difference between stored and real rates
      
      * dummy commit
      
      * Revert "dummy commit"
      
      This reverts commit a4381981.
      
      * clippy
      
      * #[allow(clippy::float_cmp)] in conversion rate update
      
      * dummy
      
      * Revert "dummy"
      
      This reverts commit 90cd6e47.
      
      * spell
      
      * shared_value_ref() -> get()
      
      * Revert "shared_value_ref() -> get()"
      
      This reverts commit 20aa30de.
      13450b74
    • Svyatoslav Nikolsky's avatar
      [BREAKING] Migrate messages pallet to frame v2 (#1088) · 74389829
      Svyatoslav Nikolsky authored
      * get rid of frame_support::traits::Instance usage in messaging
      
      * migrate messages pallet to frame v2
      
      * fix benchmarks
      
      * remove dummy event + add Parameter to metadata
      
      * review
      
      * typo
      74389829
  3. Aug 30, 2021
  4. 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
  5. Aug 05, 2021
  6. 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
  7. Jul 21, 2021
  8. Jul 20, 2021
  9. Jul 19, 2021
  10. Jul 15, 2021
  11. Jul 12, 2021
  12. Jul 06, 2021
  13. Jul 02, 2021
  14. Jul 01, 2021
  15. 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
  16. Jun 29, 2021
  17. Jun 28, 2021
  18. 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
  19. Jun 24, 2021
  20. Jun 22, 2021
  21. Jun 21, 2021
  22. Jun 18, 2021
  23. 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
  24. Jun 16, 2021
  25. Jun 14, 2021
  26. Jun 09, 2021
  27. Jun 08, 2021