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

[All] Split up manta_primitives lib.rs & [Manta&Calamari] Port parity's fast-runtime cargo feature #383

Merged
merged 25 commits into from Mar 3, 2022

Commits on Feb 6, 2022

  1. Initial port of fast runtime feature to manta/calamari RT

    Build fast RTs with
    cargo build --release --features=fast-runtime
    
    or customize, to e.g. 1 minute period interval with env variable
    MANTA_PERIOD=5 cargo build --release --features=fast-runtime
    
    Taken from https://github.com/paritytech/polkadot/pull/4332/files?diff=unified&w=1
    Adam Reif authored and Adam Reif committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    1566b0f View commit details
    Browse the repository at this point in the history
  2. fix whitespace

    Adam Reif authored and Adam Reif committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    4b5a494 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Refactor primitives crate, have types in a submodule

    Adam Reif authored and Adam Reif committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    3d7de22 View commit details
    Browse the repository at this point in the history
  2. Readd the header to lib.rs

    Adam Reif authored and Adam Reif committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    e68ebab View commit details
    Browse the repository at this point in the history
  3. Shorten SpendPeriod of pallet_treasury to 2min

    Adam Reif authored and Adam Reif committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    b1529b0 View commit details
    Browse the repository at this point in the history
  4. Fixup: Shorten SpendPeriod of pallet_treasury to 2min

    Adam Reif authored and Adam Reif committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    84ea84a View commit details
    Browse the repository at this point in the history
  5. Whitespace

    Adam Reif authored and Adam Reif committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    5daae50 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Merge remote-tracking branch 'origin/manta' into garandor/fast-runtime

    Adam Reif authored and Adam Reif committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    347b2bf View commit details
    Browse the repository at this point in the history
  2. de-const SpendPeriod

    Adam Reif authored and Adam Reif committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d3938cf View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. merge v0.9.15 manta

    Adam Reif authored and Adam Reif committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    3fb1739 View commit details
    Browse the repository at this point in the history
  2. fixup: cargo fmt from dolphinv2 merge

    Adam Reif authored and Adam Reif committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    96746dd View commit details
    Browse the repository at this point in the history
  3. Adapt new dolphin RT to primitives::types change

    Adam Reif authored and Adam Reif committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    eac9a20 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Resolve v9.16 conflicts

    Adam Reif authored and Adam Reif committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    68e570d View commit details
    Browse the repository at this point in the history
  2. cargo fmt --all

    Adam Reif authored and Adam Reif committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    d307b5c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. fix command.rs mentions of AuraId

    Adam Reif authored and Adam Reif committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    e8c2944 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Changelog

    Adam Reif authored and Adam Reif committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    414b3d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Merge remote-tracking branch 'origin/manta' into garandor/fast-runtime

    Adam Reif authored and Adam Reif committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    0e9b3b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Merge remote-tracking branch 'origin/manta' into garandor/fast-runtime

    Adam Reif authored and Adam Reif committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6399e48 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Merge remote-tracking branch 'origin/manta' into garandor/fast-runtime

    Adam Reif authored and Adam Reif committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    e8d2853 View commit details
    Browse the repository at this point in the history
  2. Adapt pallet_asset_manager to consts/types change

    Adam Reif authored and Adam Reif committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    341a1dd View commit details
    Browse the repository at this point in the history
  3. fixup for xcm_tests

    Adam Reif authored and Adam Reif committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    ad457d3 View commit details
    Browse the repository at this point in the history
  4. Refactor xcm primitives to use pub mod instead of re-exporting

    Adam Reif authored and Adam Reif committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    9b9a2aa View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/manta' into garandor/fast-runtime

    Adam Reif authored and Adam Reif committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    bf28bdd View commit details
    Browse the repository at this point in the history
  6. fixup helpers.rs

    Adam Reif authored and Adam Reif committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    d3c748d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Update check_tests.yml

    run tests with runtime-benchmarks & try-runtime instead of --all--features
    Adam Reif committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    d390ccc View commit details
    Browse the repository at this point in the history