1. 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
  2. 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
  3. May 06, 2022
  4. May 05, 2022
    • Sergei Shulepov's avatar
      Generalize error text (#1388) · 4eb5db71
      Sergei Shulepov authored
      * Generalize error text
      
      Right now, each time there is an error while executing `substrate-relay`
      it will be reported as:
      
          ERROR bridge Failed to start relay: <Actual cause of error>
      
      This is the case even if the invoked command did not have anything to do
      with starting a relayer. Thus this removes this text. Now something like
      this would be written:
      
          ERROR bridge <Actual cause of error>
      
      * Use substrate-relay prefix
      4eb5db71
  5. May 04, 2022
  6. May 02, 2022
    • Adrian Catangiu's avatar
      Update Substrate/Polkadot refs for latest BEEFY + xcm-v3 capability (#1381) · 3317b8a6
      Adrian Catangiu authored
      
      
      * Update Substrate/Polkadot xcm-v3-capable references
      
      Branches below are based on gav-xcm-v3 + cherry-picked BEEFY commits.
      
      polkadot: 'locked-for-gav-xcm-v3-and-bridges#6e00638f0a2d07ba3bb1c7430a539c15b5a79b74'
      substrate: 'sv-locked-for-gav-xcm-v3-and-bridges#a42bef088f173f54aba152ca63eb301ba44dd339'
      
      Signed-off-by: default avataracatangiu <[email protected]>
      
      * millau: reduce beefy min block delta to 2
      
      * bump substrate, polkadot refs to include beefy fixes
      
      * grafana: fix beefy dashboards
      3317b8a6
  7. Apr 29, 2022
  8. Apr 28, 2022
  9. Apr 25, 2022
  10. Apr 22, 2022
  11. Apr 14, 2022
  12. Apr 07, 2022
  13. Mar 28, 2022
  14. Mar 22, 2022
  15. Mar 18, 2022
  16. Mar 17, 2022
  17. Mar 15, 2022
  18. Mar 14, 2022
    • Svyatoslav Nikolsky's avatar
      Support dedicated lanes for pallets (#962) · 1581f60c
      Svyatoslav Nikolsky authored
      * pass call origin to the message verifier
      
      * is_outbound_lane_enabled -> is_message_accepted
      
      * trait SenderOrigin
      
      * only accept messages from token swap pallet to token swap lane
      
      * tests for edge cases of pay_delivery_and_dispatch_fee
      
      * fixed origin verification
      
      * fmt
      
      * fix benchmarks compilation
      
      * fix TODO with None account and non-zero message fee (already covered by tests)
      
      * revert cargo fmt changes temporarily
      1581f60c
  19. Mar 10, 2022
  20. Mar 09, 2022
  21. Mar 07, 2022
  22. Mar 04, 2022
  23. Mar 03, 2022