Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove XCM SafeCallFilter for chains using Weights::v2 #285

Merged

Commits on Apr 29, 2024

  1. Remove XCM SafeCallFilter for chains using Weights::v2

    Remove `SafeCallFilter` from system chains as they all now use
    Weights::v2 which already accounts for call PoV size. This effectively
    removes artificial limitations on what users can`XCM::Transact`
    on these chains (blockspace limitations are still upheld).
    acatangiu committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3aa6ef3 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. fix fmt

    acatangiu committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cc4f5bb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    bc59899 View commit details
    Browse the repository at this point in the history
  2. add CHANGELOG

    acatangiu committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3b2baa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c6582b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38ee32b View commit details
    Browse the repository at this point in the history
  5. remove unused imports

    acatangiu committed May 7, 2024
    Configuration menu
    Copy the full SHA
    64cfffd View commit details
    Browse the repository at this point in the history