1. Jun 08, 2020
    • Bastian Köcher's avatar
      Fix transaction pruning in tx-pool (#6276) · 9fe0da54
      Bastian Köcher authored
      The `tree_route` generated by the import notification is only from the
      old best block to the new best parent. This means, it does not contain
      the new best block in `enacted()`. We need to prune the transactions of
      the new best block "manually" to fix this bug.
      
      Besides that, this pr also changed the `id` parameter of the `NewBlock`
      chain event to `hash`. The hash of a block is unique in contrast to the
      block number. (Block id can either be number or hash)
      9fe0da54
  2. Jun 06, 2020
  3. Jun 05, 2020
  4. Jun 04, 2020
  5. Jun 03, 2020
  6. Jun 02, 2020
  7. Jun 01, 2020
  8. May 30, 2020
  9. May 29, 2020
  10. May 28, 2020