Skip to content
  1. Sep 03, 2019
  2. Sep 02, 2019
    • Max Inden's avatar
    • Max Inden's avatar
      *: Instantiate authority discovery within node/cli · 32214d91
      Max Inden authored
      Instead of instantiating the authority discovery module within
      core/service, this commit instantiates authority discovery within
      node/cli. The authority discovery module depends on the srml authority
      discovery module, which depends on the im online module, as well as
      session, ...
      
      With the former approach all these dependencies were enforced on any
      substrate implementation. With the latter approach these dependencies
      are optional.
      32214d91
    • Sergey Pepyakin's avatar
      6f4d992b
    • cheme's avatar
      Implement change trie for child trie. (#3122) · 7276eeab
      cheme authored and Svyatoslav Nikolsky's avatar Svyatoslav Nikolsky committed
      * Initial implementation, some redundancy is awkward and there is
      some useless computation (but there is a pending pr for that).
      Next are tests.
      
      * Minimal tests and fix extend child.
      
      * implement iterator for change child trie.
      
      * prune child trie.
      
      * Fix pruning test.
      
      * bump spec version.
      
      * Avoid empty child trie (could also be checked before)
      
      * tabs.
      
      * Fix child digest overriding each others.
      
      * Restore doc deleted on merge.
      
      * Check correct child value on extrinsics build.
      
      * Revert runtime version update.
      7276eeab
  3. Sep 01, 2019
  4. Aug 30, 2019
  5. Aug 29, 2019
  6. Aug 28, 2019
  7. Aug 27, 2019