Skip to content
  1. Sep 21, 2021
    • Svyatoslav Nikolsky's avatar
      Polkadot <> Kusama relayers (#1122) · 832536ca
      Svyatoslav Nikolsky authored
      
      
      * relay headers between Kusama and Polkadot
      
      * relay messages between Kusama and Polkadot
      
      * complex Kusama <> Polkadot relayer
      
      * expose relayer_fund_account_id from messages pallet
      
      * create relayers fund accounts on Kusama/Polkadot + some more fixes
      
      * fmt
      
      * fix compilation
      
      * compilation + clippy
      
      * compilation
      
      * MAXIMAL_BALANCE_DECREASE_PER_DAY for K<>P header relays
      
      * fmt
      
      * deduplicate tests
      
      * Update modules/messages/src/lib.rs
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      
      * extract storage_parameter_key function
      
      * other grumbles
      
      * fix
      
      * fmt
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      832536ca
  2. Sep 16, 2021
    • bear's avatar
      Add `OnMessageAccepted` callback (#1134) · 6d0daa89
      bear authored
      * Add `OnMessageAccepted` config type
      
      * Update actual weight
      
      * Add unit test
      
      * Update weight
      
      * Remove old comment & update wrong test data
      
      * Make ci happy
      
      * Add lane_id param
      
      * update test case
      
      * Make log info more readable
      
      * Use saturating_sub
      
      * Update docs
      6d0daa89
  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 10, 2021
  6. Sep 09, 2021
  7. Sep 07, 2021
  8. Sep 06, 2021
  9. Sep 03, 2021
  10. Sep 02, 2021
  11. Sep 01, 2021
  12. Aug 02, 2021
  13. 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
  14. Jul 19, 2021
  15. Jul 12, 2021
  16. Jul 02, 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
  18. Jun 24, 2021
  19. Jun 22, 2021
  20. Jun 21, 2021
  21. Jun 18, 2021
  22. Jun 14, 2021
  23. Jun 10, 2021
  24. Jun 08, 2021
  25. Jun 07, 2021
  26. May 31, 2021
  27. May 21, 2021
  28. May 19, 2021
  29. May 13, 2021
  30. May 11, 2021
    • Hernando Castano's avatar
      Upstream changes from Polkadot repo (#961) · 84360731
      Hernando Castano authored
      * Bump Rococo's spec_version
      
      * Use dev node for Rococo helper script
      
      * Add helper scripts for relaying Rococo<>Wococo headers
      
      * Change Wococo<>Rococo scripts to use Alice for initialization
      
      * Add Wococo node helper script
      84360731