1. Aug 27, 2019
  2. Aug 26, 2019
  3. Aug 25, 2019
  4. Aug 24, 2019
  5. Aug 23, 2019
  6. Aug 22, 2019
  7. Aug 21, 2019
  8. Aug 20, 2019
  9. Aug 19, 2019
    • cheme's avatar
      Update trie crate to hashbrown usage. (#3440) · 95abffc8
      cheme authored
      * Update trie crate to non hashmap_core one.
      
      * bump runtime impl.
      95abffc8
    • Svyatoslav Nikolsky's avatar
      Value lifetime is returned from blockchain cache (#3403) · 6fb721e8
      Svyatoslav Nikolsky authored
      * value range in blockchain cache
      
      * revert me (testing for spurious failure)
      
      * Revert "revert me (testing for spurious failure)"
      
      This reverts commit 21a4a3cf5ee14e003541b779c41351e4f5e1122a.
      6fb721e8
    • André Silva's avatar
      grandpa: fix finalization race condition (#3437) · 68fd9402
      André Silva authored
      * network: handle safe fork_tree::revert errors
      
      * grandpa: deal with race conditions on finality
      
      * network: return on fork_tree revert
      68fd9402
    • Bastian Köcher's avatar
      Do not call externalities without `Ext` being set (#3436) · 3b0af8bb
      Bastian Köcher authored
      * Do not call externalities without `Ext` being set
      
      * Fix compare and set
      
      * Bump runtime version.
      
      * Bump hashmap_core
      3b0af8bb
    • Michael Müller's avatar
      Introduce srml/scored-pool (#3381) · 017752df
      Michael Müller authored
      
      
      * Introduce srml/scored-pool
      
      * Bump impl_version
      
      * Apply suggestions from code review
      
      Co-Authored-By: default avatarBastian Köcher <[email protected]>
      
      * Remove unnecessary pub use
      
      * Remove unnecessary import
      
      * Adapt to InitializeMembers
      
      * Bump impl_version
      
      * Implement remarks (shortens code)
      
      * Improve complexity of score()
      
      Search and remove and search again for the
      new spot and insert then => O(2LogN).
      
      * Get rid of a clone()
      
      * Reduce complexity of issue_candidacy()
      
      * Add CandidateScored event + Improve comments
      
      * Fix naming
      
      * Use Lookup instead of AccountId as param
      
      * Use set_members_sorted instead of computing diff
      
      * Remove function which is only used during genesis
      
      * Get rid of rev() by changing sort order of Pool
      
      * Rename issue_candidacy to submit_candidacy
      
      * Shorten code
      
      * Remove find_in_pool() and have transactor submit index
      
      * Remove unnecessary dependency
      
      * Improve error messages
      
      * Improve naming
      
      * Improve comments
      
      * Make code clearer wrt which receiver to invoke
      
      * Adapt to new system trait
      
      * Refactor to request CandidateDeposit only once
      
      * Refactor to request Pool only once
      
      * Improve structure and comments
      017752df
    • Gautam Dhameja's avatar
      Make node-template in sync with node. (#3422) · 0bb44f50
      Gautam Dhameja authored
      * Make node-template in sync with node.
      
      * Update service.rs
      
      * Updated babe constants.
      
      * Added SignedExtra for CheckVersion in node-template and subkey.
      
      * Added CheckVersion SignedExtra for node.
      
      * Fixed tests.
      
      * Try fix integration test.
      
      * Attempt 2 at fixing integration test.
      
      * Update node-template/runtime/src/lib.rs
      0bb44f50
  10. Aug 18, 2019