1. May 14, 2020
  2. May 13, 2020
    • André Silva's avatar
      d016811c
    • Demi Obenour's avatar
      Fix escaping of the wasm file path (#6018) · f5b44104
      Demi Obenour authored
      * Fix escaping of the wasm file path
      
      * Add separate methods for escaped paths
      f5b44104
    • Bastian Köcher's avatar
      Improve `BadProof` docs (#6019) · 983c389b
      Bastian Köcher authored
      
      
      * Improve `BadProof` docs
      
      * Update primitives/runtime/src/transaction_validity.rs
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      
      Co-authored-by: default avatarjoe petrowski <[email protected]>
      983c389b
    • emostov's avatar
      Add tests to Sudo Pallet (#5963) · 9d2665f5
      emostov authored
      * transition treasury to configurable moduleids
      
      * make election module id configurable
      
      * convert runtime and pallet to accept module id config elections-phragmen
      
      * add ModuleId to evm pallet
      
      * change society pallet to configurable module id
      
      * delete commented out module_id
      
      * fix merge residual compile errors
      
      * setup initial mock structure
      
      * establish privelleged function test
      
      * save progress
      
      * first pass new_test_ext
      
      * test sudo to make sure it error when non-root
      
      * add set keys tests
      
      * fix unused result from set_key call
      
      * remove unused imports warnings
      
      * pre master merge
      
      * Expose BlockHashCount on system metadata constants (#5960)
      
      * squash
      
      * fix whitespace
      
      * spelling and whitespace
      
      * a single pesky space
      
      * add logger module to mock
      
      * add logger dispatch to privlleged function
      
      * sub logger in for dummy functions
      
      * create first of several event tests
      
      * first pass at test coverage for events
      
      * comment house keeping
      
      * spell check
      
      * Expose BlockHashCount on system metadata constants (#5960)
      
      * establish privelleged function test
      
      * save progress
      
      * first pass new_test_ext
      
      * test sudo to make sure it error when non-root
      
      * add set keys tests
      
      * fix unused result from set_key call
      
      * remove unused imports warnings
      
      * pre master merge
      
      * squash
      
      * fix whitespace
      
      * spelling and whitespace
      
      * a single pesky space
      
      * add logger module to mock
      
      * add logger dispatch to privlleged function
      
      * sub logger in for dummy functions
      
      * create first of several event tests
      
      * first pass at test coverage for events
      
      * comment house keeping
      
      * implement last_seen_account storage item, event, and, logger function
      
      * create vec account log and use in tests
      
      * allow weight to be passed into account log
      
      * refactor all log dispatchables
      
      * save progress
      
      * complete initial transition to refactored logger
      
      * cleaning
      
      * fix merge residual compile errors
      
      setup initial mock structure
      
      establish privelleged function test
      
      save progress
      
      first pass new_test_ext
      
      test sudo to make sure it error when non-root
      
      add set keys tests
      
      fix unused result from set_key call
      
      parent 5151bd78
      author zeke <[email protected]> 1589076740 -0700
      committer zeke <[email protected]> 1589350443 -0700
      
      parent 5151bd78
      
      
      author zeke <[email protected]> 1589076740 -0700
      committer zeke <[email protected]> 1589350442 -0700
      
      remove unused imports warnings
      
      fix unused result from set_key call
      
      remove unused imports warnings
      
      pre master merge
      
      Expose BlockHashCount on system metadata constants (#5960)
      
      squash
      
      fix whitespace
      
      spelling and whitespace
      
      a single pesky space
      
      add logger module to mock
      
      add logger dispatch to privlleged function
      
      sub logger in for dummy functions
      
      create first of several event tests
      
      first pass at test coverage for events
      
      comment house keeping
      
      pre master merge
      
      Expose BlockHashCount on system metadata constants (#5960)
      
      Expose BlockHashCount on system metadata constants (#5960)
      
      fix whitespace
      
      spell check
      
      implement last_seen_account storage item, event, and, logger function
      
      create vec account log and use in tests
      
      allow weight to be passed into account log
      
      refactor all log dispatchables
      
      save progress
      
      complete initial transition to refactored logger
      
      cleaning
      
      * clean up
      
      * cleaning
      
      * condense non_privileged logs into 1 fn
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarJaco Greeff <[email protected]>
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      9d2665f5
    • Nikolay Volf's avatar
      14e60f88
    • Pierre Krieger's avatar
      Fix potential state mismatch in behaviour.rs (#6013) · 420086de
      Pierre Krieger authored
      * Fix state mismatch in behaviour.rs
      
      * Add TODO
      420086de
    • Rakan Alhneiti's avatar
      Convert `Public` to `CryptoTypePublicPair` (#6014) · 8ba59a8f
      Rakan Alhneiti authored
      * Tabify code
      
      * Implement CryptoTypePublicPair in app_crypto
      
      * Cleanup redundancy
      
      * Introduce to_public_crypto_pair to Public trait
      
      * Implement method for test
      8ba59a8f
    • Bastian Köcher's avatar
      Handle clap errors manually and don't reset `SIGPIPE` (#6012) · 525dc61d
      Bastian Köcher authored
      Instead of resetting `SIGPIPE` to the system default handler, we now
      handle a clap error manually and ignore any error when writing to
      `stdout`/`stderr`. In this way, the node does not silently stops when it
      encounters a `SIGPIPE` in normal mode and we still support piping of the
      cli output.
      525dc61d
    • Jon Häggblad's avatar
      Fix minor clippy lints in grandpa (#5988) · 69a89fa7
      Jon Häggblad authored
      * grandpa: fix clippy lints about identity conversions
      
      * grandpa: fix clippy lints about unwrap_or_default
      
      * grandpa: fix clippy lints about explicit return
      
      * grandpa: fix clippy lints about unnecessary intermediary
      
      * grandpa: fix clippy lints about to_string
      
      * grandpa: fix clippy lints about unused imports
      
      * grandpa: fix clippy lints about increments
      
      * grandpa: fix clippy lints about unnecessary matches
      
      * grandpa: fix clippy lints about struct arguments
      
      * Fix clippy::redundant_clone
      
      * Fix clippy::clone_on_copy
      
      * Fix clippy::or_fun_call
      
      * Fix clippy::identity_conversion
      69a89fa7
    • Pierre Krieger's avatar
      Add mitigation for the state inconsistency issue (#5996) · d2010259
      Pierre Krieger authored
      * Add mitigation for the state inconsistency issue
      
      * Add logging
      d2010259
    • Rakan Alhneiti's avatar
      Add CRYPTO_ID to AppKey (#6011) · 3fd1405e
      Rakan Alhneiti authored
      3fd1405e
    • Bastian Köcher's avatar
    • Igor Żuk's avatar
    • Alexander Theißen's avatar
      Fix gitlab line-width CI check (#5994) · fe67a0c4
      Alexander Theißen authored
      * Run script in strict mode
      
      * Add proper seperator between revision and file
      
      * Fix copy paste error
      
      * Do not repeat limit number in error text
      
      * Fix bad revision error
      
      * Do not mask pipe errors
      
      * Fix typo
      
      * Remove unnecessary ... syntax
      
      * Do not fetch all commits of master
      
      * Fetching one commit is enough
      fe67a0c4
    • joe petrowski's avatar
      Change BlockHashCount Parameter in Node/Node Template (#5990) · 9e7d8e62
      joe petrowski authored
      * change BlockHashCount param
      
      * fix test and lock
      9e7d8e62
  3. May 12, 2020
  4. May 11, 2020