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: 7df4275cf6dd23abd2be71a550d9aa3823cc62b0
Choose a base ref
...
head repository: paritytech/substrate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4ba35bec7b899c8554ff1f161972dbf97420dd47
Choose a head ref
  • 9 commits
  • 19 files changed
  • 8 contributors

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    8ae4738 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3986560 View commit details
    Browse the repository at this point in the history
  3. Expose ChargedAmount (#13488)

    * Expose `ChargedAmount`
    
    * Fix imports
    pmikolajczyk41 authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    376ada8 View commit details
    Browse the repository at this point in the history
  4. sc-consensus-beefy: fix metrics: use correct names (#13494)

    Signed-off-by: acatangiu <adrian@parity.io>
    acatangiu authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    024bfce View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Assets pallet: Giving the asset owner the ability to set minimum bala…

    …nce (#13486)
    
    * set_min_balance
    
    * allow when new_min_balance < old_min_balance
    
    * add more specific event
    
    * Update frame/assets/src/lib.rs
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    
    * Update frame/assets/src/lib.rs
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    
    * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_assets
    
    * use actual weight
    
    ---------
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    Co-authored-by: command-bot <>
    Szegoo and bkchr authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    4aa213c View commit details
    Browse the repository at this point in the history
  2. network-gossip: Do not report peer on duplicate message if its the fi…

    …rst time (#13508)
    
    Two peers can send us the same gossip message. Before this pr we would have reported the second peer
    for sending a duplicate message. However, this isn't correct if we haven't seen the message from
    this peer yet. So, we should not report them as they can not be aware of our internal state.
    bkchr authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    7d00033 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df93a0d View commit details
    Browse the repository at this point in the history
  4. Return account's asset balances (#13352)

    * Runtime method to get user's assets balances
    
    * Fix test (typo)
    
    * Update frame/assets/src/functions.rs
    
    * Remove instance param
    
    * Update frame/assets/src/functions.rs
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    
    * Remove instance param
    
    * Refactor
    
    * Chore
    
    * Update doc
    
    ---------
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    Co-authored-by: parity-processbot <>
    jsidorenko and bkchr authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    d1d67cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ba35be View commit details
    Browse the repository at this point in the history
Loading