Skip to content

Releases: crustio/crust-smanager

Crust Smanager Release v2.0.3

14 Sep 04:36
Compare
Choose a tag to compare
  1. Shorted the seal timeout judgemet from 30 minutes to 5 minutes for fast timeout to avoid pending file queue jam, which may leads to more file seal timeout because the file copy may have been removed from the original IPFS node if the file waits too long time in the queue.
  2. Implement retry mechanism for seal failed records.
  3. For the probability filter, the pTake value should divide by GroupCount instead of nodeCount, because one group can have only one replica

Crust Smanager Release v2.0.0

11 Jul 09:49
Compare
Choose a tag to compare

Crust-Smanager release v2.0.0

  1. Fix file filter bug;
  2. Use queryMulti to retrieve work reports from chain in a batch mode to speed up the node-info-updater-task, which reduce the whole indexing time from ~100 minutes to ~5 minutes;
  3. Shorten the node-info-updater-task update interval from 1 hour to 30 minutes, since node-info-updater-task is pretty quick right now after refactor;
  4. Add more telemtry data;

Crust sManager PoC-1

08 Jan 08:02
c0b1a65
Compare
Choose a tag to compare
Crust sManager PoC-1 Pre-release
Pre-release

Features

  • 🆕 [Layout] Add IPFS interfaces and github workflow #2
  • 🆕 [Layout] Add chain interfaces #3
  • 🆕 Decision Engine #4 #5 #9
  • 🆕 Adapt to dsm 2.0 #13
  • 🚑 Add sWorker API #14
  • 🎨 Add logging #8
  • 🔨 Dockerize #6 #7