Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master -> polkadot-v1.0.0 #12

Open
wants to merge 4 commits into
base: polkadot-v1.0.0
Choose a base branch
from
Open

Master -> polkadot-v1.0.0 #12

wants to merge 4 commits into from

Commits on Sep 1, 2023

  1. Fix benchmark with new XCM::V3 MAX_INSTRUCTIONS_TO_DECODE (paritytech…

    …#2515)
    
    * Fix benchmark with new XCM::V3 `MAX_INSTRUCTIONS_TO_DECODE` (paritytech#2514)
    
    * Fix benchmark with new XCM::V3 MAX_INSTRUCTIONS_TO_DECODE
    
    * Small refactor
    
    * `ClearOrigin` replaced by ExpectPallet
    
    * Doc
    
    * Spellcheck
    
    * Fixes and pr reviews
    # Conflicts:
    #	bin/millau/runtime/src/lib.rs
    #	bin/runtime-common/src/messages_benchmarking.rs
    
    * Fix closure stuff
    bkontur authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    41167fb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Bump thiserror from 1.0.47 to 1.0.48

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.47 to 1.0.48.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.47...1.0.48)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    dd84c43 View commit details
    Browse the repository at this point in the history
  2. master branch: Use polkadot-sdk dependencies (paritytech#2525)

    * `polkadot-staging` branch: Use polkadot-sdk dependencies (paritytech#2524)
    
    * Use polkadot-sdk dependencies
    
    * Fix ring-proof ref
    
    * Fix Beefy
    
    * Fix imports
    
    * Simple runtimes fixes
    
    * Fix substrate-relay
    
    * Add ParaAssignmentProvider for Rialto
    
    * Rialto chain_spec fix
    
    * Fix Rialto build
    
    * Fix Rialto pvf workers
    
    * Allow rialto-parachain deprecated features warnings
    
    * More fixes
    serban300 authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ac22ff5 View commit details
    Browse the repository at this point in the history
  3. Markdown linter (paritytech#1309) (paritytech#2526) (paritytech#2527)

    * Add markdown linting
    
    - add linter default rules
    - adapt rules to current code
    - fix the code for linting to pass
    - add CI check
    
    fix paritytech#1243
    
    * Fix markdown for Substrate
    * Fix tooling install
    * Fix workflow
    * Add documentation
    * Remove trailing spaces
    * Update .github/.markdownlint.yaml
    
    
    * Fix mangled markdown/lists
    * Fix captalization issues on known words
    
    (cherry picked from commit a30092a)
    
    Co-authored-by: Chevdor <[email protected]>
    serban300 and chevdor authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    310aecd View commit details
    Browse the repository at this point in the history