1. Aug 12, 2022
    • Serban Iorga's avatar
      Follow-up on #1518 (#1546) · 9dbad39b
      Serban Iorga authored
      
      
      * Adjustments for the xcm messages sending logic
      
      Signed-off-by: default avatarSerban Iorga <[email protected]>
      
      * Deduplicate XCM destination
      
      Signed-off-by: default avatarSerban Iorga <[email protected]>
      
      * [send_message] small changes
      
      Signed-off-by: default avatarSerban Iorga <[email protected]>
      
      * Define CustomNetworkId
      
      Right now we use some associations between Rialto, RialtoParachain and
      Millau chains and chains defined in the NetworkId enum. But if we are
      not carreful we might do mistakes like:
      In Millau:
      pub const ThisNetwork: NetworkId = Kusama;
      pub const RialtoNetwork: NetworkId = Polkadot;
      In Rialto:
      pub const ThisNetwork: NetworkId = Kusama;
      pub const MillauNetwork: NetworkId = Polkadot;
      
      We're introducing CustomNetworkId to have a centralized mapping between
      NetworkId chains and our custom chains.
      
      Signed-off-by: default avatarSerban Iorga <[email protected]>
      
      * Revert "Deduplicate XCM destination"
      
      This reverts commit 3a0a950e
      
      .
      
      Signed-off-by: default avatarSerban Iorga <[email protected]>
      9dbad39b
  2. Aug 10, 2022
  3. Aug 08, 2022
  4. Aug 07, 2022
  5. Aug 05, 2022
  6. Aug 03, 2022
  7. Aug 02, 2022
  8. Aug 01, 2022
  9. Jul 29, 2022
  10. Jul 28, 2022
  11. Jul 27, 2022
  12. Jul 25, 2022
  13. Jul 20, 2022
  14. Jul 18, 2022
  15. Jul 15, 2022
  16. Jul 14, 2022
  17. Jul 13, 2022
  18. Jul 12, 2022
  19. Jul 08, 2022
  20. Jul 07, 2022