1. Jun 10, 2020
  2. Jun 09, 2020
  3. Jun 08, 2020
  4. Jun 06, 2020
  5. Jun 05, 2020
  6. Jun 04, 2020
  7. Jun 03, 2020
    • Cecile Tonglet's avatar
      Add run_full_node, run_light_node and print_node_infos to the API (#6233) · 6ec59764
      Cecile Tonglet authored
      * Initial commit
      
      Forked at: 2743ed4b
      Parent branch: origin/master
      
      * Add run_full_node, run_light_node and print_node_infos to the API
      
      * Update runner.rs
      6ec59764
    • Bastian Köcher's avatar
      Split tx pool and offchain notification handling (#6231) · b4b6ab99
      Bastian Köcher authored
      Instead of having the tx pool and offchain worker being feed from the
      same import notification stream, this pr splits them to use two
      different streams. The first advantage of this split is that the tx pool
      will not be spawned anymore in another task and instead will directly
      process the notification in the same task. This has the advantage of
      being faster when the system is being under load, as the tx pool will
      not be waiting for being scheduled to handle the notification.
      b4b6ab99