1. Nov 22, 2021
  2. Nov 19, 2021
    • Bastian Köcher's avatar
      Update Substrate & Polkadot (#770) · 801c1bef
      Bastian Köcher authored
      * Update Substrate & Polkadot
      
      * Disable tests without debug assertions
      801c1bef
    • Robert Klotzner's avatar
      Remove dead dep. (#765) · 72a37341
      Robert Klotzner authored
      
      
      * Remove dead dep.
      
      * cargo update -p polkadot-primitives
      
      * Revert "cargo update -p polkadot-primitives"
      
      This reverts commit 4e48e1dabe44fc1fb99c0d074281998e82584ba8.
      
      * cargo update -p polkadot-primitives
      
      Co-authored-by: default avatarAndronik Ordian <[email protected]>
      72a37341
    • Chevdor's avatar
      Add changelog generation (#761) · e4e8d4fb
      Chevdor authored
      
      
      * WIP Release notes generation and templates
      
      * WIP Add new sections to the template
      
      * WIP renaming and wip
      
      * Fix runtime template
      
      * Add doc, NO_CACHE and tweaking of the templates
      
      * Renaming cl into cumulus to make room for the polkadot and substrate
      
      * Fetch data from Substrate and Polkadot
      
      * WIP convert bash script to ruby
      
      * Convert to Ruby
      
      * Fix host function delection
      
      * Extract priority to a macro
      
      * Fix misc changes
      
      * Draft release workflow
      
      * Fix runtime dir
      
      * Add ENV to ignore runtimes
      
      * Install tooling separately
      
      * WIP troubleshooting - remove sudo
      
      * Minor formatting fixes
      
      * Fix workflow
      
      * Add missing dep
      
      * Linting
      
      * Fix changelog script
      
      * Add missing tera install
      
      * Use absolute paths
      
      * Fix path + cleanup
      
      * Fix changelog generation
      
      * Add missing pre-release ENV
      
      * Fix rust version ENV
      
      * Fix release notes path
      
      * Fix output
      
      * Fix runtime_dir for cumulus
      
      * Fix ENV substitutions
      
      * Fix styling
      
      * Debugging
      
      * Styling
      
      * Fix call to fetch the runtime version
      
      * Cleanup and doc
      
      * Delete sample .env
      
      * Update scripts/changelog/templates/change.md.tera
      
      Co-authored-by: default avatarAlexander Popiak <[email protected]>
      
      * Change XCM emoji marker for a 
      
      ️
      
      Co-authored-by: default avatarAlexander Popiak <[email protected]>
      e4e8d4fb
    • 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
  3. Nov 17, 2021
  4. Nov 16, 2021
  5. Nov 15, 2021
  6. Nov 12, 2021
  7. Nov 11, 2021
  8. Nov 10, 2021
  9. Nov 09, 2021
  10. 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
  11. Nov 04, 2021
  12. Nov 03, 2021
  13. Oct 31, 2021
  14. Oct 29, 2021
  15. Oct 27, 2021
  16. Oct 22, 2021
  17. Oct 20, 2021
  18. Oct 19, 2021
  19. Oct 17, 2021
  20. Oct 15, 2021