1. 22 Nov, 2018 3 commits
  2. 21 Nov, 2018 5 commits
  3. 20 Nov, 2018 5 commits
  4. 19 Nov, 2018 3 commits
  5. 18 Nov, 2018 1 commit
  6. 16 Nov, 2018 5 commits
  7. 15 Nov, 2018 8 commits
  8. 14 Nov, 2018 8 commits
  9. 13 Nov, 2018 2 commits
    • Ferenc Szabo's avatar
      swarm/storage: fix garbage collector index skew (#18080) · c41e1bd1
      Ferenc Szabo authored
      On file access LDBStore's tryAccessIdx() function created a faulty
      GC Index Data entry, because not indexing the ikey correctly.
      That caused the chunk addresses/hashes to start with '00' and the last
      two digits were dropped. => Incorrect chunk address.
      
      Besides the fix, the commit also contains a schema change which will
      run the CleanGCIndex() function to clean the GC index from erroneous
      entries.
      
      Note: CleanGCIndex() rebuilds the index from scratch which can take
      a really-really long time with a huge DB (possibly an hour).
      c41e1bd1
    • mr_franklin's avatar
      4fecc7a3