Skip to content
  1. Aug 20, 2019
  2. Aug 19, 2019
    • Marcio Diaz's avatar
      Merge master · e3cbd31d
      Marcio Diaz authored
      e3cbd31d
    • cheme's avatar
      Update trie crate to hashbrown usage. (#3440) · 2ac2f065
      cheme authored
      * Update trie crate to non hashmap_core one.
      
      * bump runtime impl.
      2ac2f065
    • Svyatoslav Nikolsky's avatar
      Value lifetime is returned from blockchain cache (#3403) · 04e5c332
      Svyatoslav Nikolsky authored
      * value range in blockchain cache
      
      * revert me (testing for spurious failure)
      
      * Revert "revert me (testing for spurious failure)"
      
      This reverts commit 21a4a3cf.
      04e5c332
    • André Silva's avatar
      grandpa: fix finalization race condition (#3437) · 1ba689e6
      André Silva authored
      * network: handle safe fork_tree::revert errors
      
      * grandpa: deal with race conditions on finality
      
      * network: return on fork_tree revert
      1ba689e6
    • Bastian Köcher's avatar
      Do not call externalities without `Ext` being set (#3436) · 949300e7
      Bastian Köcher authored
      * Do not call externalities without `Ext` being set
      
      * Fix compare and set
      
      * Bump runtime version.
      
      * Bump hashmap_core
      949300e7
    • Michael Müller's avatar
      Introduce srml/scored-pool (#3381) · b9027af5
      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
      b9027af5
    • Gautam Dhameja's avatar
      Make node-template in sync with node. (#3422) · 1abeb100
      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
      1abeb100
  3. Aug 18, 2019
  4. Aug 17, 2019
  5. Aug 16, 2019