1. Jan 13, 2022
  2. Jan 05, 2022
  3. Jan 03, 2022
  4. Dec 24, 2021
    • cheme's avatar
      Companion for substrate#9732 (#678) · 0256fe73
      cheme authored
      * state-update4 branch
      
      * new ref
      
      * Update to latest.
      
      * update deps
      
      * switch to host state version
      
      * update
      
      * fmt
      
      * up
      
      * remove trie patch
      
      * remove patch
      
      * fmt
      
      * update
      
      * set state_versions in runtimes
      
      * state version from storage
      
      * state version from storage
      
      * seedling compat
      
      * restore lock
      
      * update lockfile for substrate
      
      * update lockfile for polkadot
      
      Co-authored-by: parity-processbot <>
      0256fe73
  5. Dec 22, 2021
  6. Dec 21, 2021
  7. Dec 16, 2021
  8. Dec 14, 2021
  9. Dec 13, 2021
  10. Dec 11, 2021
  11. Dec 10, 2021
  12. Dec 09, 2021
  13. Dec 08, 2021
    • Ignacio Palacios's avatar
      Seedling Runtime + Node (#824) · fff94ff2
      Ignacio Palacios authored
      * before adding seedling client side
      
      * seedling runtime compiles
      
      * create seedling spec script added
      
      * seedling node & BaseCallFilter fixes
      
      * update AllPalets
      
      * formatting
      
      * CallFilter + SignedExtra + AccountData fix
      
      * XCM removed
      
      * cleanup
      fff94ff2
    • Ricardo Rius's avatar
      Fix Statemine ss58 prefixes. (#829) · 58a42566
      Ricardo Rius authored
      * Fix Statemine prefix
      
      * Add prefix to chain spec
      58a42566
  14. Dec 02, 2021
  15. Dec 01, 2021
  16. Nov 30, 2021
  17. Nov 22, 2021
  18. Nov 19, 2021
    • Georges's avatar
      Moving `pallet-asset-tx-payment` from cumulus to substrate (#712) · 69f030f8
      Georges authored
      * Moving `pallet-asset-tx-payment` to substrate
      
      * Pointing `substrate` to my branch to fix the CI
      
      * Fixing cargo.lock
      
      Memmlock2 was in double
      
      * Duplicate Prost-build
      
      * cargo update
      
      * Fixing cargo.lock post merge
      
      * Changes to `Cargo.toml` after substrate merge
      69f030f8
  19. Nov 16, 2021
  20. Nov 12, 2021
  21. Nov 11, 2021
  22. Nov 10, 2021
    • Alexander Popiak's avatar
      Align the Statemint Runtimes (#736) · ece4188f
      Alexander Popiak authored
      * align the different Statemint runtimes so they are more similar in structure
      
      * align Unpaid Execution filter
      
      * revert changes to Unpaid execution filter for Westmint
      ece4188f
    • Bastian Köcher's avatar
      Remove `parachain-id` cli command (#739) · c6c9ee1a
      Bastian Köcher authored
      This was never planned to be a permanent feature. This was mainly added for testing purposes, but
      now was copied by everybody. The users should be more specific about the para id and set this
      properly in the chain spec.
      c6c9ee1a
  23. Nov 09, 2021
  24. Nov 08, 2021
    • Alexander Popiak's avatar
      Upstream Statemine Release v5 Changes to Master (#720) · c63c5229
      Alexander Popiak authored
      
      
      * 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: default avatarChevdor <[email protected]>
      
      * 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: default avatarBryan Chen <[email protected]>
      
      * 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: default avatarBastian Köcher <[email protected]>
      Co-authored-by: default avatarChevdor <[email protected]>
      Co-authored-by: default avatarGav Wood <[email protected]>
      Co-authored-by: default avatarIgnacio Palacios <[email protected]>
      Co-authored-by: default avatarBryan Chen <[email protected]>
      Co-authored-by: default avatarjoepetrowski <[email protected]>
      c63c5229
  25. Nov 04, 2021