Skip to content
Snippets Groups Projects
  1. Sep 06, 2023
    • Chevdor's avatar
      Add PRdoc check (#1408) · eaf380aa
      Chevdor authored
      * Add test prdoc
      * Prepare for the check
      * Escape PR number
      * Fix conditional step
      * Add checkout and actual check
      * Cleanup
      * Minor fixes
      * Add doumentation
      * Add more doc
  2. Sep 04, 2023
    • Chevdor's avatar
      Markdown linter (#1309) · a30092ab
      Chevdor authored
      
      * Add markdown linting
      
      - add linter default rules
      - adapt rules to current code
      - fix the code for linting to pass
      - add CI check
      
      fix #1243
      
      * Fix markdown for Substrate
      * Fix tooling install
      * Fix workflow
      * Add documentation
      * Remove trailing spaces
      * Update .github/.markdownlint.yaml
      
      Co-authored-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
      * Fix mangled markdown/lists
      * Fix captalization issues on known words
  3. Aug 31, 2023
  4. Mar 28, 2022
    • Chevdor's avatar
      Fix #851 (#1110) · 8c58ccbd
      Chevdor authored
      * Fix doc
      
      * Formatting fixes and bump prio if host functions are detected
      
      * Add canvas
      
      * Bump canvas-kusama's runtime version to 800
      
      * Add db migrations
      
      * Prepare for client releases
      
      * Split the upload of the context artifact
      
      * Rename of the srtool digests to match script default expectations
      
      * Fix runtime name for canvas
      
      * Fix jobs dependencies when skipping jobs/steps for client builds
      
      * Fix CI for the client builds
      
      * Fix issue when building in client mode
      
      * Bump checkout action to v3 and gate some tests
      
      * Fix notification
      
      ref #851
      8c58ccbd
  5. Mar 24, 2022
  6. Nov 19, 2021
    • 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 <alexander.popiak@parity.io>
      
      * Change XCM emoji marker for a :envelope:
      
      ️
      
      Co-authored-by: default avatarAlexander Popiak <alexander.popiak@parity.io>
      e4e8d4fb
  7. 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 <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: default avatarBryan 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: default avatarBastian Köcher <info@kchr.de>
      Co-authored-by: default avatarChevdor <chevdor@users.noreply.github.com>
      Co-authored-by: default avatarGav Wood <gavin@parity.io>
      Co-authored-by: default avatarIgnacio Palacios <ignacio.palacios.santos@gmail.com>
      Co-authored-by: default avatarBryan Chen <xlchen1291@gmail.com>
      Co-authored-by: default avatarjoepetrowski <joe@parity.io>
      c63c5229