Releases: filecoin-project/dealbot
Releases · filecoin-project/dealbot
v0.0.24: build(env): add env var to dockerfile (#280)
set default daemon driver to kubernetes
v0.0.23
fix(tasks): return error if update channel shuts down (#279)
v0.0.22: fix(tasks): fix panic in retrieval (#264)
Fix panic in retrieval code
v0.0.21
add retrieval after storage ux (#259)
v0.0.20
flag /secret passing so that ajax can be credentialed (#255)
v0.0.19: Release tasks early (#253)
* 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)
* 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)
Add parenthesis so that all tagged tasks are not considered "unassigned"
V0.0.17: fix(state): fix sql where on tag assign (#245)
Add parenthesis so that all tagged tasks are not considered "unassigned"
v0.0.16: fix(tasks): change to deal_message field (#242)
Use deal_message instead of message in logs so as not to override the overall json dump on logz.io