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

Add safe_xcm_version to Genesis Specs #743

Merged
merged 26 commits into from
Nov 12, 2021

Commits on Oct 19, 2021

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

Commits on Oct 20, 2021

  1. disable permissionless asset creation for Statemint (#669)

    * disable permissionless asset creation for Statemint
    
    * cargo fmt
    
    * fix import and call format
    apopiak committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    95a453e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Companion for polkadot#3728 (#693)

    * Update mock runtime API
    
    * update Polkadot packages
    
    Co-authored-by: joao-paulo-parity <joao-paulo@parity.io>
    slumber and joao-paulo-parity committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    8159c2c 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
    0793aa8 View commit details
    Browse the repository at this point in the history
  2. Allow Queries and Subscriptions (#700)

    * Allow Queries and Subscriptions
    
    * Fixes
    
    * Formatting
    gavofyork committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    41c597f View commit details
    Browse the repository at this point in the history
  3. Bump syn to 1.0.81 (#707)

    * Bump syn to 1.0.81
    
    * Make formatting check happy
    KiChjang committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    ad51706 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Update Substrate & Polkadot (#709)

    * Update Substrate & Polkadot
    
    * FMT
    bkchr committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    f66be04 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Udpate polkadot substrate (#713)

    * udpate polkadot substrate
    
    * fmt with latest nightly
    thiolliere committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    faedf76 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Bump subwasm version (#716)

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

Commits on Nov 4, 2021

  1. Companion for dispatch_as (#715)

    * dispatch as companion
    
    * oops, forgot to save file
    
    * Update Cargo.lock
    shawntabrizi committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    d21c7fd View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Upstream Statemine Release v5 Changes to Master (#720)

    * Update references
    
    * update deps
    
    * set substrate deps for pallet-asset-tx-payment
    
    * add DisabledValidatorsThreshold to parachain template
    
    * add DisabledValidatorsThreshold to statemint runtimes
    
    * adjust imports
    
    * update Cargo-lock
    
    * add DisabledValidatorsThreshold to mock config
    
    * cargo +nightly fmt
    
    * adjust on_disabled type
    
    * remove on_chain_votes function in ParachainHost impl
    
    * remove ScrapedOnChainVotes
    
    * bump polkadot-collator version
    
    Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
    
    * update Cargo.lock
    
    * set spec_versions to 500
    
    * Statemine cannot execute.
    
    * disallow XCM execute on statemint
    
    * cargo fmt
    
    * remove unnecessary dep on node-primitives
    
    * select parachains-common/std feature when building rococo-runtime with std
    
    * adjust Statemint to the three digit spec_version format
    
    * Add script to generate simple changelogs (#668)
    
    * Update weights from v4 for v5 comparison (#673)
    
    * updates weights
    
    * pallet_unique benchmarks added + weights upstream from v4
    
    * Fix benchmarks after Parachain Template (#677)
    
    * updates weights
    
    * pallet_unique benchmarks added + weights upstream from v4
    
    * benchmarks fix for parachain template
    
    * Weights updates for Statemine v5 (#682)
    
    * updates weights
    
    * pallet_unique benchmarks added + weights upstream from v4
    
    * weights updates for statemine v5
    
    * mention Storage in construct_runtime macro for pallet-xcm (#680)
    
    * 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>
    
    * patch weight for batch_all from rerun
    
    * Runtime version bump to v503 (#694)
    
    * adjust genesis value generation scripts to output entries array + add script to derive encoded call
    
    * add script to generate shell spec from runtime wasm
    
    * Ensure a bad datastream cannot cause problems (#701)
    
    * Ensure a bad datastream cannot cause problems
    
    * Formatting
    
    * Formatting
    
    * update Polkadot (to 0.9.11 169bab55d)
    
    * bump spec versions
    
    * Allow Queries and Subscriptions
    
    Fixes
    
    Formatting
    
    * fix build
    
    * make fmt happy
    
    * statemint imports
    
    * slight naming changes in script
    
    * add shell genesis data + wasm + chainspec
    
    * adjust generated shell spec with production config values
    
    * update Substrate and Polkadot to master
    
    * fix deps
    
    * swap out bootnodes for statemint shell
    
    * add a script for verifying the shell chain spec
    
    * add sha checksum for head data
    
    * remove verification script
    
    * remove hex wasm file
    
    * update Substrate and Polkadot again and fix compilation
    
    * update and fix lock file
    
    * formatting
    
    * remove redundant dispatch_as weight
    
    Co-authored-by: Bastian Köcher <info@kchr.de>
    Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
    Co-authored-by: Gav Wood <gavin@parity.io>
    Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com>
    Co-authored-by: Bryan Chen <xlchen1291@gmail.com>
    Co-authored-by: joepetrowski <joe@parity.io>
    7 people committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e304662 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Rework the runtime upgrade test (#727)

    * Rework the runtime upgrade test
    
    * Update test/service/tests/runtime_upgrade.rs
    
    * Update test/service/tests/runtime_upgrade.rs
    
    * Update Cargo.lock
    
    * FMT
    
    Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
    bkchr and shawntabrizi committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6b4fd91 View commit details
    Browse the repository at this point in the history
  2. Remove randomness collective flip new (#726)

    * randomess collective flip removed
    
    * cargo.lock + fix
    
    * remove migration for statemint
    
    * fmt fix
    
    * update cargo.lock
    
    Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
    NachoPal and apopiak committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    66310bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8301e17 View commit details
    Browse the repository at this point in the history
  4. Align Call Indices between Westmint and Statemint (#731)

    * align construct_runtime calls between statemint runtimes
    
    * bump westmint transaction_version
    apopiak committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6146bd1 View commit details
    Browse the repository at this point in the history
  5. bump spec_version (#733)

    apopiak committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e65ee55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33a1263 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e62ea55 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8639ac6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Align the Statemint Runtimes (#736)

    * align the different Statemint runtimes so they are more similar in structure
    
    * align Unpaid Execution filter
    
    * revert changes to Unpaid execution filter for Westmint
    apopiak committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    cc87b64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    216e7dd View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    chevdor committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    6fbb85c View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    chevdor committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    0d587ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    290d126 View commit details
    Browse the repository at this point in the history
  6. cargo +nightly fmt

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

Commits on Nov 11, 2021

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

    …into apopiak/safe_xcm_version_genesis
    apopiak committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a410887 View commit details
    Browse the repository at this point in the history