1. Apr 19, 2024
  2. Apr 18, 2024
  3. Apr 17, 2024
    • Eugen Snitko's avatar
      incremental · 38690d6c
      Eugen Snitko authored
      38690d6c
    • Eugen Snitko's avatar
      remove --release · d80a96bb
      Eugen Snitko authored
      d80a96bb
    • Eugen Snitko's avatar
      --release remove · d4c348c8
      Eugen Snitko authored
      d4c348c8
    • Eugen Snitko's avatar
      profiler = true · f349e97f
      Eugen Snitko authored
      f349e97f
    • Muharem Ismailov's avatar
      Asset Conversion: Pool Touch Call (#3251) · 305d311d
      Muharem Ismailov authored
      Introduce `touch` call designed to address operational prerequisites
      before providing liquidity to a pool.
      
      This function ensures that essential requirements, such as the presence
      of the pool's accounts, are fulfilled. It is particularly beneficial in
      scenarios where a pool creator removes the pool's accounts without
      providing liquidity.
      
      ---------
      
      Co-authored-by: command-bot <>
      305d311d
    • PG Herveou's avatar
      Contracts: Refactor test builder (#4158) · aa78fe21
      PG Herveou authored
      - Moved `substrate/frame/contracts/src/tests/builder.rs` into a pub
      test_utils module, so we can use that in the
      `pallet-contracts-mock-network` tests
      - Refactor xcm tests to use XCM builders, and simplify the use case for
      xcm-send
      aa78fe21