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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paritytech/substrate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bfca1a91f7607d7395591f7341335fd4a27064da
Choose a base ref
...
head repository: paritytech/substrate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 04f6f68397b05ca443cc1bba332b0833445a1508
Choose a head ref
  • 15 commits
  • 88 files changed
  • 16 contributors

Commits on Jul 13, 2021

  1. Fix docs on generate_storage_alias!. (#9314)

    * Fix docs on `generate_storage_alias!`.
    
    * Update frame/support/src/lib.rs
    
    * Update frame/support/src/lib.rs
    
    Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
    IAliceBobI and gui1117 authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    cf086ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    993907f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Impl InherentDataProviderExt for more tuples (#9282)

    * Impl InherentDataProviderExt for more tuples
    
    Currently the inherent data provider only supports up to 4 entries due to the limit of
    InherentDataProviderExt, which is not enough for a chain with more than 4 inherent data providers.
    This patch simply impls InherentDataProviderExt for more tuples.
    
    * Nit
    
    * Apply suggestions from code review
    
    Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
    
    Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
    Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
    3 people authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    b7dbfb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d66c472 View commit details
    Browse the repository at this point in the history
  3. Migrate pallet-mmr to the new pallet attribute macro (#9181)

    * Migrate pallet-mmr to the new pallet attribute macro
    
    Signed-off-by: koushiro <koushiro.cqx@gmail.com>
    
    * fix typo
    
    Signed-off-by: koushiro <koushiro.cqx@gmail.com>
    
    * use instance macro
    
    Co-authored-by: thiolliere <gui.thiolliere@gmail.com>
    koushiro and gui1117 authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    846cd08 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

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

Commits on Jul 16, 2021

  1. Fix invalid link in doc (#9351)

    * fix invalid link
    
    * Update client/executor/common/src/runtime_blob/globals_snapshot.rs
    
    * more fix
    gui1117 authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    fe663ed View commit details
    Browse the repository at this point in the history
  2. Emit error when Config part is imported but without the std feature (#…

    …9225)
    
    * Emit error when Config part is imported but without the std feature
    
    * Add UI test for missing std feature on GenesisConfig
    
    * Update frame/support/test/Cargo.toml
    
    Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
    
    * Remove unused imports
    
    * Unify all dummy party checker macros
    
    * Fix
    
    * Dispaly pallet_path::GenesisConfig instead of PalletConfig in error message
    
    * Revert changes to construct_runtime_ui.rs
    
    * Add additional parameter for dummy part checker macro
    
    * Apply suggestions from code review
    
    * fix master merge: update version
    
    * update Cargo.lock
    
    Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
    KiChjang and gui1117 authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    254bc43 View commit details
    Browse the repository at this point in the history
  3. Replace DB assertion with error (#9362)

    * Replace DB assert with error
    
    * Update client/db/src/lib.rs
    
    Co-authored-by: cheme <emericchevalier.pro@gmail.com>
    
    Co-authored-by: cheme <emericchevalier.pro@gmail.com>
    arkpar and cheme authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    b47244c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. Storage chains sync (#9171)

    * Sync storage chains
    
    * Test
    
    * Apply suggestions from code review
    
    Co-authored-by: cheme <emericchevalier.pro@gmail.com>
    
    * Separate block body and indexed body
    
    * Update client/db/src/lib.rs
    
    Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
    
    Co-authored-by: cheme <emericchevalier.pro@gmail.com>
    Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
    Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
    4 people authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    02fe835 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Configuration menu
    Copy the full SHA
    5f992bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0803f7d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    61a1d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88f147a View commit details
    Browse the repository at this point in the history
  3. Add a rustfmt.toml (#8982)

    * Force push to clean up PR mess
    
    * Update rustfmt.toml
    
    Co-authored-by: Squirrel <gilescope@gmail.com>
    
    * Run `cargo fmt` again with Giles' changes
    
    * Unformat utils
    
    Co-authored-by: Squirrel <gilescope@gmail.com>
    expenses and gilescope authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    04f6f68 View commit details
    Browse the repository at this point in the history
Loading