Skip to content
This repository was 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: 5c056cebf055ac7c04a86d101af2833567cd6906
Choose a base ref
...
head repository: paritytech/substrate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 683cb98f922212bfd953fe06571012208fe0fbfb
Choose a head ref
  • 7 commits
  • 375 files changed
  • 3 contributors

Commits on Sep 11, 2018

  1. Remove cruft (#714)

    gavofyork authored and arkpar committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    98c36b9 View commit details
    Browse the repository at this point in the history
  2. Timestamp module docs (#713)

    * Timestamp docs
    
    * Add missing /
    pepyakin authored and gavofyork committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    d8b6e3c View commit details
    Browse the repository at this point in the history
  3. Contracts: Add contract's GenesisConfig in demo-runtime (#712)

    * Add contracts to GenesisConfig in demo-runtime
    
    * Update roots.
    pepyakin authored and gavofyork committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    3b830ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    096cdb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Phase 1 of repo reorg (#719)

    * Remove unneeded script
    
    * Rename Substrate Demo -> Substrate
    
    * Rename demo -> node
    
    * Build wasm from last rename.
    
    * Merge ed25519 into substrate-primitives
    
    * Minor tweak
    
    * Rename substrate -> core
    
    * Move substrate-runtime-support to core/runtime/support
    
    * Rename/move substrate-runtime-version
    
    * Move codec up a level
    
    * Rename substrate-codec -> parity-codec
    
    * Move environmental up a level
    
    * Move pwasm-* up to top, ready for removal
    
    * Remove requirement of s-r-support from s-r-primitives
    
    * Move core/runtime/primitives into core/runtime-primitives
    
    * Remove s-r-support dep from s-r-version
    
    * Remove dep of s-r-support from bft
    
    * Remove dep of s-r-support from node/consensus
    
    * Sever all other core deps from s-r-support
    
    * Forgot the no_std directive
    
    * Rename non-SRML modules to sr-* to avoid match clashes
    
    * Move runtime/* to srml/*
    
    * Rename substrate-runtime-* -> srml-*
    
    * Move srml to top-level
    gavofyork authored and arkpar committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    bc276f3 View commit details
    Browse the repository at this point in the history
  2. Improve and simplify decl_event!

    - RawEvent is not required anymore to be written in the defintion
    - Events with and without parameters are now supported everywhere
    bkchr committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    b0bc40b View commit details
    Browse the repository at this point in the history
  3. Make decl_event! more flexible with the automatic naming of generic…

    … parameters
    
    The macro will now automatically derive the name of a generic parameter
    from the trait type name, if no explicit name is given.
    
    `where Balance = <T as Trait>::Balance` can be simplified to
    `where <T as Trait>::Balance`.
    bkchr committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    683cb98 View commit details
    Browse the repository at this point in the history
Loading