Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Upstream Statemine Release v5 Changes to Master #720

Merged
merged 57 commits into from
Nov 8, 2021

Commits on Oct 8, 2021

  1. Update references

    bkchr committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    ede4d52 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    cf3e4be View commit details
    Browse the repository at this point in the history
  2. update deps

    apopiak committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    40bef59 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    7360a62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79809c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e9c759 View commit details
    Browse the repository at this point in the history
  4. adjust imports

    apopiak committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    580dfcd View commit details
    Browse the repository at this point in the history
  5. update Cargo-lock

    apopiak committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    5cc3c13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a28018 View commit details
    Browse the repository at this point in the history
  7. cargo +nightly fmt

    apopiak committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    efd4079 View commit details
    Browse the repository at this point in the history
  8. adjust on_disabled type

    apopiak committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    eebadf0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f320d8 View commit details
    Browse the repository at this point in the history
  10. remove ScrapedOnChainVotes

    apopiak committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    cf04b27 View commit details
    Browse the repository at this point in the history
  11. bump polkadot-collator version

    Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
    apopiak and chevdor committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    f8e5ece View commit details
    Browse the repository at this point in the history
  12. update Cargo.lock

    apopiak committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    b4ea44a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. set spec_versions to 500

    apopiak committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    d4a202a View commit details
    Browse the repository at this point in the history
  2. Statemine cannot execute.

    gavofyork authored and apopiak committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    e632c5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2941c6 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    apopiak committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7667119 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    4a704cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae23b3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e01e63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86ed61c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Update weights from v4 for v5 comparison (#673)

    * updates weights
    
    * pallet_unique benchmarks added + weights upstream from v4
    NachoPal committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    72b0b8b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Fix benchmarks after Parachain Template (#677)

    * updates weights
    
    * pallet_unique benchmarks added + weights upstream from v4
    
    * benchmarks fix for parachain template
    NachoPal committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    eccc2d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Weights updates for Statemine v5 (#682)

    * updates weights
    
    * pallet_unique benchmarks added + weights upstream from v4
    
    * weights updates for statemine v5
    NachoPal committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    1bed7c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ce22ec View commit details
    Browse the repository at this point in the history
  3. Use pallet-xcm for version wrapping (#689)

    * use PolkadotXcm for XcmRouter WrapVersion
    
    * use PolkadotXcm for version wrapping
    
    Co-authored-by: Bryan Chen <xlchen1291@gmail.com>
    apopiak and xlc committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    8ab829f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    6c6d7a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    a0e7189 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. adjust genesis value generation scripts to output entries array + add…

    … script to derive encoded call
    apopiak committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    35e135e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f3362a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Ensure a bad datastream cannot cause problems (#701)

    * Ensure a bad datastream cannot cause problems
    
    * Formatting
    
    * Formatting
    gavofyork committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    537d772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a71e04f View commit details
    Browse the repository at this point in the history
  3. bump spec versions

    apopiak committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    2f73537 View commit details
    Browse the repository at this point in the history
  4. Allow Queries and Subscriptions

    Fixes
    
    Formatting
    gavofyork authored and KiChjang committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    1dab315 View commit details
    Browse the repository at this point in the history
  5. fix build

    joepetrowski committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    c3240a7 View commit details
    Browse the repository at this point in the history
  6. make fmt happy

    joepetrowski committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    e7aa76f View commit details
    Browse the repository at this point in the history
  7. statemint imports

    joepetrowski committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    215c13a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    4932deb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f59bc View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    b933596 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Merge branch 'release-statemine-v5' of github.com:paritytech/cumulus …

    …into apopiak/upstream-release-v5-changes
    apopiak committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    40e6560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24377a6 View commit details
    Browse the repository at this point in the history
  3. fix deps

    apopiak committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    d2ec4ef View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    f9cbf07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f74ab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aec894c View commit details
    Browse the repository at this point in the history
  4. remove verification script

    apopiak committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    07f3d6b View commit details
    Browse the repository at this point in the history
  5. remove hex wasm file

    apopiak committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    08e9343 View commit details
    Browse the repository at this point in the history
  6. pull recent master

    apopiak committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    8c3564a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'release-statemint-shell' of github.com:paritytech/cumul…

    …us into apopiak/upstream-release-v5-changes
    apopiak committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    ea8b9ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ece1243 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of github.com:paritytech/cumulus into apopiak/u…

    …pstream-release-v5-changes
    apopiak committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    153ee49 View commit details
    Browse the repository at this point in the history
  10. update and fix lock file

    apopiak committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    8132b14 View commit details
    Browse the repository at this point in the history
  11. formatting

    apopiak committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a43ad72 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0bd6acf View commit details
    Browse the repository at this point in the history