Skip to content
  1. Sep 25, 2018
  2. Sep 24, 2018
    • asynchronous rob's avatar
      Finality notification streams (#791) · 54f22b63
      asynchronous rob authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * finalization for in_mem
      
      * fetch last finalized block
      
      * pruning: use canonical term instead of final
      
      * finalize blocks in full node
      
      * begin to port light client DB
      
      * add tree-route
      
      * keep number index consistent in full nodes
      
      * fix tests
      
      * disable cache and finish porting light client
      
      * add AsMut to system module
      
      * final leaf is always best
      
      * fix all tests
      
      * Fix comment and trace
      
      * removed unused Into call
      
      * add comment on behavior of `finalize_block`
      
      * move `tree_route` to client common
      
      * tree_route tests
      
      * return slices in TreeRoute
      
      * apply finality up to parent
      
      * add `finalize_block` call
      
      * adjust formatting
      
      * finality notifications and add last finalized block to chain info
      
      * exhaustive match and comments
      
      * fix sync tests by using non-instant finality
      54f22b63
    • Sergey Pepyakin's avatar
      Contracts: clean (#788) · bbe56b58
      Sergey Pepyakin authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Extract `runtime` module
      
      * Restructure & comment code to avoid confusion
      bbe56b58
  3. Sep 23, 2018
  4. Sep 21, 2018
    • Gav Wood's avatar
      Bump codec (#786) · d41aa26d
      Gav Wood authored
      * Bump codec
      
      * Fix tests
      d41aa26d
    • asynchronous rob's avatar
      Introduce notion of finality to substrate (#760) · 3cb5d889
      asynchronous rob authored
      * finalization for in_mem
      
      * fetch last finalized block
      
      * pruning: use canonical term instead of final
      
      * finalize blocks in full node
      
      * begin to port light client DB
      
      * add tree-route
      
      * keep number index consistent in full nodes
      
      * fix tests
      
      * disable cache and finish porting light client
      
      * add AsMut to system module
      
      * final leaf is always best
      
      * fix all tests
      
      * Fix comment and trace
      
      * removed unused Into call
      
      * add comment on behavior of `finalize_block`
      3cb5d889
    • Sergey Pepyakin's avatar
      2915834e