Skip to content

Releases: filecoin-project/dealbot

v0.0.24: build(env): add env var to dockerfile (#280)

08 Jul 23:29
209349a
Compare
Choose a tag to compare
set default daemon driver to kubernetes

v0.0.23

08 Jul 21:12
0f285a6
Compare
Choose a tag to compare
fix(tasks): return error if update channel shuts down (#279)

v0.0.22: fix(tasks): fix panic in retrieval (#264)

01 Jul 16:02
1fbd86e
Compare
Choose a tag to compare

v0.0.21

01 Jul 07:01
477ff92
Compare
Choose a tag to compare
add retrieval after storage ux (#259)

v0.0.20

28 Jun 21:52
ae4056b
Compare
Choose a tag to compare
flag /secret passing so that ajax can be credentialed (#255)

v0.0.19: Release tasks early (#253)

26 Jun 00:27
d9f6c40
Compare
Choose a tag to compare
* feat(engine): release tasks early

Setup queue so tasks can be released by worker before being totally finished. setup storage to
release when data transfer is complete

* fix(integration_tests): fix controller test

v0.0.18: Correct storage price calculation (#247)

24 Jun 18:07
9e03e50
Compare
Choose a tag to compare
* feat(tasks): correct storage price calc

adjust storage price to deal size

* test(tasks): add test of storage price

v0.0.17: fix(state): fix sql where on tag assign (#245)

24 Jun 05:38
1c77415
Compare
Choose a tag to compare
Add parenthesis so that all tagged tasks are not considered "unassigned"

V0.0.17: fix(state): fix sql where on tag assign (#245)

24 Jun 03:29
1c77415
Compare
Choose a tag to compare
Add parenthesis so that all tagged tasks are not considered "unassigned"

v0.0.16: fix(tasks): change to deal_message field (#242)

23 Jun 20:16
38a758d
Compare
Choose a tag to compare
Use deal_message instead of message in logs so as not to override the overall json dump on logz.io