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

Fail docs on warnings #5923

Merged
merged 34 commits into from
Sep 11, 2020
Merged

Fail docs on warnings #5923

merged 34 commits into from
Sep 11, 2020

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    4261659 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5d0df9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3dc50f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

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

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    237d83f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5682836 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    38fa585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4ee4b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

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

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    9247a3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d7f01 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    d0ab2b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    362dfd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    762b10a View commit details
    Browse the repository at this point in the history
  4. test (ci): pwd fails

    TriplEight committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    0a9ffe9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43b024a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    427fe2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72cdab2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0389d95 View commit details
    Browse the repository at this point in the history
  9. change (ci): typo

    TriplEight committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    450961c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

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

Commits on Sep 9, 2020

  1. rebase on upstream

    TriplEight committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    08d4686 View commit details
    Browse the repository at this point in the history
  2. rebase on upstream 2

    TriplEight committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    4fd1949 View commit details
    Browse the repository at this point in the history
  3. fix the jobname

    TriplEight committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    a559a34 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Fix some warnings (#7079)

    * Partial fix for transaction priority (#7034)
    
    * Partial fix for priority stuff.
    
    * Small fix
    
    * Fix tests.
    
    * Update frame/transaction-payment/src/lib.rs
    
    Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    
    * Better doc
    
    Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    
    * What happens if we remove wat? (#7056)
    
    * What happens if we remove wat?
    
    * Update Cargo.lock
    
    * Make SlashingSpans Public (#6961)
    
    * Make SlashingSpans Public
    
    Offchain Applications will often need to inspect this type because it is directly used in staking election, thus worthy of being `pub`. Rest of the slashing api can remain private, only this and the `fn last_non_zero_slash()` of `SlashingSpans` are of interest.
    
    * Update frame/staking/src/lib.rs
    
    * client/authority-discovery/src/service: Improve docs (#7059)
    
    * Decrease poll interval (#7063)
    
    * Remove unused code (#7027)
    
    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    
    * Disambiguate `BlockNumber` type in `decl_module` (#7061)
    
    * Disambiguate `BlockNumber` type in `decl_module`
    
    * fix `frame-support-tests`
    
    * fix ui tests
    
    * fix trait order
    
    * Implement `FromStr` for `Ss58AddressFormat` (#7068)
    
    * Implement `FromStr` for `Ss58AddressFormat`
    
    * Update primitives/core/src/crypto.rs
    
    Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
    
    Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
    
    * Set reserved nodes with offchain worker. (#6996)
    
    * add offchain worker api to set reserved nodes.
    
    * new offchain api to get node public key.
    
    * node public key from converter
    
    * refactor set reserved nodes ocw api.
    
    * new ndoe authorization pallet
    
    * remove unnecessary clone and more.
    
    * more
    
    * tests for node authorization pallet
    
    * remove dependency
    
    * fix build
    
    * more tests.
    
    * refactor
    
    * Update primitives/core/src/offchain/testing.rs
    
    Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    
    * Update frame/node-authorization/src/lib.rs
    
    Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    
    * Update frame/node-authorization/src/lib.rs
    
    Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    
    * Update frame/node-authorization/src/lib.rs
    
    Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    
    * format code
    
    * expose NetworkService
    
    * remove NetworkStateInfo in offchain
    
    * replace NodePublicKey with PeerId.
    
    * set max length of peer id.
    
    * clear more
    
    * use BTreeSet for set of peers.
    
    * decode opaque peer id.
    
    * extract NetworkProvider for client offchain.
    
    * use OpaquePeerId in node authorization pallet.
    
    * fix test
    
    * better documentation
    
    * fix test
    
    * doc
    
    * more fix
    
    * Update primitives/core/src/offchain/mod.rs
    
    Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
    
    * Update client/offchain/src/api.rs
    
    Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
    
    * derive serialize and deserialize
    
    Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
    
    * Fix some warnings
    
    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    Co-authored-by: Sergei Shulepov <sergei@parity.io>
    Co-authored-by: Max Inden <mail@max-inden.de>
    Co-authored-by: s3krit <pugh@s3kr.it>
    Co-authored-by: Jimmy Chu <jimmy@parity.io>
    Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    Co-authored-by: kaichao <kaichaosuna@gmail.com>
    Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
    11 people authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    b7be4f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c92bf View commit details
    Browse the repository at this point in the history
  3. Fix more doc errors

    bkchr committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    feb1f47 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. More doc fixes

    bkchr committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    84d41a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    def5e3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf5adbf View commit details
    Browse the repository at this point in the history
  4. Fix compilation error

    bkchr committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e32d619 View commit details
    Browse the repository at this point in the history
  5. Another try

    bkchr committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    9bfb811 View commit details
    Browse the repository at this point in the history
  6. Allow unused

    bkchr committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    135e579 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    120c22b View commit details
    Browse the repository at this point in the history