1. May 14, 2020
  2. May 13, 2020
    • André Silva's avatar
      a975796d
    • Demi Obenour's avatar
      Fix escaping of the wasm file path (#6018) · d34a0f4e
      Demi Obenour authored
      * Fix escaping of the wasm file path
      
      * Add separate methods for escaped paths
      d34a0f4e
    • Bastian Köcher's avatar
      Improve `BadProof` docs (#6019) · fa4d3f2f
      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]>
      fa4d3f2f
    • emostov's avatar
      Add tests to Sudo Pallet (#5963) · 71da6e96
      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 5151bd784545ededa6153052a93fcc309f7b3885
      author zeke <[email protected]> 1589076740 -0700
      committer zeke <[email protected]> 1589350443 -0700
      
      parent 5151bd784545ededa6153052a93fcc309f7b3885
      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]>
      71da6e96
    • Nikolay Volf's avatar
      91d93be9
    • Pierre Krieger's avatar
      Fix potential state mismatch in behaviour.rs (#6013) · 074d80f5
      Pierre Krieger authored
      * Fix state mismatch in behaviour.rs
      
      * Add TODO
      074d80f5
    • Rakan Alhneiti's avatar
      Convert `Public` to `CryptoTypePublicPair` (#6014) · 6bdfae2b
      Rakan Alhneiti authored
      * Tabify code
      
      * Implement CryptoTypePublicPair in app_crypto
      
      * Cleanup redundancy
      
      * Introduce to_public_crypto_pair to Public trait
      
      * Implement method for test
      6bdfae2b
    • Bastian Köcher's avatar
      Handle clap errors manually and don't reset `SIGPIPE` (#6012) · daf8cf06
      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.
      daf8cf06
    • Jon Häggblad's avatar
      Fix minor clippy lints in grandpa (#5988) · b9903336
      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
      b9903336
    • Pierre Krieger's avatar
      Add mitigation for the state inconsistency issue (#5996) · 10492c06
      Pierre Krieger authored
      * Add mitigation for the state inconsistency issue
      
      * Add logging
      10492c06
    • Rakan Alhneiti's avatar
      Add CRYPTO_ID to AppKey (#6011) · eb344a17
      Rakan Alhneiti authored
      eb344a17
    • Bastian Köcher's avatar
    • Igor Żuk's avatar
    • Alexander Theißen's avatar
      Fix gitlab line-width CI check (#5994) · 81102058
      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
      81102058
    • joe petrowski's avatar
      Change BlockHashCount Parameter in Node/Node Template (#5990) · b718c45d
      joe petrowski authored
      * change BlockHashCount param
      
      * fix test and lock
      b718c45d
  3. May 12, 2020
  4. May 11, 2020