Skip to content
  1. Aug 12, 2022
    • Serban Iorga's avatar
      Follow-up on #1518 (#1546) · 62bd234e
      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 3a0a950e1d7484e3ecac45f5c00b152f0485cd11.
      
      Signed-off-by: default avatarSerban Iorga <[email protected]>
      62bd234e
  2. Aug 10, 2022
  3. Aug 05, 2022
    • Svyatoslav Nikolsky's avatar
      Unprofitable message delivery tx metric (#1536) · 8b00454e
      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
      8b00454e
  4. Aug 03, 2022
  5. Aug 02, 2022
  6. Aug 01, 2022
  7. Jul 29, 2022
  8. Jul 28, 2022
  9. Jul 27, 2022
  10. Jul 25, 2022
  11. Jul 20, 2022
  12. Jul 18, 2022
  13. Jul 14, 2022
  14. Jul 13, 2022
  15. Jul 12, 2022
  16. Jul 08, 2022
  17. Jul 07, 2022
    • Svyatoslav Nikolsky's avatar
      Fix and update benchmarks (#1494) · 1b1907fa
      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 0379d24bcf0692da5813968d83e0cbc918ac4691.
      
      * proper tests fix
      1b1907fa
  18. Jul 06, 2022
  19. Jul 05, 2022
  20. Jul 04, 2022
  21. Jun 30, 2022