Skip to content
  1. Aug 26, 2022
  2. Aug 22, 2022
  3. Aug 19, 2022
  4. Aug 17, 2022
  5. Aug 12, 2022
  6. Aug 02, 2022
  7. Jul 28, 2022
  8. Jul 27, 2022
  9. Jul 25, 2022
  10. Jul 20, 2022
    • Svyatoslav Nikolsky's avatar
      Introduce bridge relayers pallet (#1513) · 7101e9f4
      Svyatoslav Nikolsky authored
      * introduce relayers pallet
      
      * add MessageDeliveryAndDispatchPaymentAdapter
      
      * plug in pallet into test runtimes
      
      * tests prototype
      
      * tests for the relayers pallet
      
      * tests for payment adapter
      
      * mint_reward_payment_procedure_actually_mints_tokens
      
      * benchmarks
      
      * remove irrelevant todo
      
      * remove redundant clone
      7101e9f4
  11. Jul 18, 2022
  12. Jul 14, 2022
  13. Jul 12, 2022
  14. Jul 04, 2022
  15. Jun 30, 2022
  16. Jun 29, 2022
  17. Jun 28, 2022
  18. Jun 27, 2022
  19. Jun 24, 2022
  20. Jun 21, 2022
  21. Jun 13, 2022
  22. Jun 09, 2022
  23. Jun 08, 2022
  24. Jun 07, 2022
  25. Jun 01, 2022
  26. May 25, 2022
  27. May 20, 2022
  28. May 16, 2022
    • Svyatoslav Nikolsky's avatar
      Xcm in Rialto<>Millau bridge (#1379) · 6d7a5eab
      Svyatoslav Nikolsky authored
      * add XCM pallet to Millau runtime
      
      * some progress
      
      * messages are delivered (no fee)
      
      * temp
      
      * flush
      
      * flush
      
      * some progress
      
      * progress
      
      * Trap(42) is dispatched successfully
      
      * fix spelling
      
      * no more manual sending
      
      * parametrize weight credit for tests
      
      * actually charge fees
      
      * enable send-using-messages-pallet to keep our test deployments alive + send valid XCM sometimes
      
      * fix benchmarks build
      
      * fix tests
      6d7a5eab
  29. May 12, 2022
    • Svyatoslav Nikolsky's avatar
      Parachains finality pallet (#1068) · 5a2f9fed
      Svyatoslav Nikolsky authored
      * parachains finality
      
      * parachains pallet test
      
      * demo of how to configure GRANDPA pallet instance
      
      * allow instances in parachains pallet
      
      * spellcheck
      
      * TODO + fix
      
      * fmt
      
      * removed invalid storage_keys file
      
      * change all hashers to Blake2_128Concat
      
      * use Twox64Concat for insertion position
      
      * fix build
      
      * fix compilation
      
      * change ParaId and ParaHead types
      
      * TODOs -> TODOs with issues refs
      5a2f9fed
  30. May 04, 2022
  31. Apr 28, 2022
  32. Mar 22, 2022
  33. Mar 18, 2022
  34. Mar 17, 2022
  35. Mar 15, 2022
    • Svyatoslav Nikolsky's avatar
      Update Substrate/Polkadot/Cumulus references (#1353) · ff5d539f
      Svyatoslav Nikolsky authored
      * cumulus: 4e952282914719fafd2df450993ccc2ce9395415
      polkadot: 975e780ae0d988dc033f400ba822d14b326ee5b9
      substrate: 89fcb3e4f62d221d4e161a437768e77d6265889e
      
      * fix refs
      
      * sync changes from https://github.com/paritytech/polkadot/pull/3828
      
      * sync changes from https://github.com/paritytech/polkadot/pull/4387
      
      * sync changes from https://github.com/paritytech/polkadot/pull/3940
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/4493
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/4958
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/3889
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/5033
      
      * sync with changes from https://github.com/paritytech/polkadot/pull/5065
      
      * compilation fixes
      
      * fixed prometheus endpoint startup (it now requires to be spawned within tokio context)
      ff5d539f