Skip to content
  1. Aug 26, 2022
  2. Aug 19, 2022
  3. Aug 18, 2022
  4. 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
  5. Aug 10, 2022
  6. Aug 05, 2022
    • Svyatoslav Nikolsky's avatar
      Unprofitable message delivery tx metric (#1536) · 9bae4a95
      Svyatoslav Nikolsky authored
      * unprofitable message delivery tx metric
      
      * proper impl
      
      * send Rialto -> Millau messages using XCM pallet
      
      * use altruistic relays in Rialto <> Millau bridge
      
      * add unprofitable transactions dashboard
      
      * fix + logging
      
      * fix test
      9bae4a95
  7. Aug 03, 2022
  8. Aug 02, 2022
  9. Aug 01, 2022
  10. Jul 29, 2022
  11. Jul 28, 2022
  12. Jul 27, 2022
  13. Jul 25, 2022
  14. Jul 18, 2022
  15. Jul 14, 2022
  16. Jul 13, 2022
  17. Jul 12, 2022
  18. Jul 08, 2022
  19. Jul 07, 2022
    • Svyatoslav Nikolsky's avatar
      Fix and update benchmarks (#1494) · f3d79860
      Svyatoslav Nikolsky authored
      * decrease parameters range in grandpa benchmarks
      
      * fix messages benchmarks
      
      * update all weights
      
      * dealing with failed test (WiP)
      
      * Revert "dealing with failed test (WiP)"
      
      This reverts commit 0379d24b.
      
      * proper tests fix
      f3d79860
  20. Jul 06, 2022
  21. Jul 05, 2022
  22. Jul 04, 2022
  23. Jun 29, 2022
  24. Jun 28, 2022
  25. Jun 27, 2022
  26. Jun 24, 2022
  27. Jun 21, 2022