Skip to content
  1. Feb 26, 2020
    • Bastian Köcher's avatar
      Remove `Backend::destroy_state` · 77700119
      Bastian Köcher authored
      This removes the `destroy_state` function of `Backend` and instead moves
      the functionality into the `Drop` implementation of the state. This
      makes it much easier to work with the state, as the user no longer needs
      to call` destroy_state` manually. However, it requires that we switch
      from `RwLock` to `ReentrantMutex` as while importing a block we maybe
      need to lock again in `drop`.
      77700119
  2. Feb 25, 2020
  3. Feb 24, 2020
  4. Feb 21, 2020
  5. Feb 20, 2020
  6. Feb 19, 2020