Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Releases: textileio/bidbot

v0.1.4

14 Oct 21:11
2d7c148
Compare
Choose a tag to compare

Commits

  • 9cc4f17: Don't fetch data if the deal is already expired (Jinsub Moon) #63
  • 16491f3: mask more flags; print error loading config (Merlin Ran) #64
  • 8466a55: add commands to pause and resume bidding (Merlin Ran) #65
  • 20a981f: add install-service command [shipit] (Merlin Ran) #65
  • 38abb3c: code review updates (Merlin Ran) #65
  • 2d7c148: add doc about the newly added commands (Merlin Ran)

v0.1.3

13 Oct 15:25
Compare
Choose a tag to compare

Commits

  • ecc0e93: Support for split market subsystem (Jinsub Moon) #61
  • 4a7c013: Update service/lotusclient/lotusclient.go (Merlin Ran) #61
  • 648e0db: doc for cid-gravity and troubleshooting; miner fixes (Merlin Ran) #62
  • 1223805: add one common problem; code review updates (Merlin Ran) #62

v0.1.2

09 Oct 00:28
Compare
Choose a tag to compare

Commits

  • 9cb22bf: add protobuf definitions for the backchannel events (Merlin Ran) #57
  • d69df69: extract the communication channel to a separate package (Merlin Ran) #57
  • e167c2a: report various events back to auctioneer (Merlin Ran) #57
  • 7d11e23: remove the unused mongo store helper (Merlin Ran) #57
  • 64956fc: rename for better [shipit] (Merlin Ran) #57
  • 32d70a4: use a single topic for bidbot events reporting (Merlin Ran) #57

v0.1.1

07 Oct 14:53
Compare
Choose a tag to compare

Commits

  • f4ad320: move sources to winning message and encrypt it (Merlin Ran) #55
  • 79d19de: cancel previous CI actions (Merlin Ran) #55
  • 6e39ffd: wrap sources into a confidential message (Merlin Ran) #55
  • 0dc443d: fix workflow [shipit] (Merlin Ran) #55
  • 784b602: doc updates (Merlin Ran) #58
  • 7fd4431: review updates (Merlin Ran) #58

v0.1.0

22 Sep 20:05
Compare
Choose a tag to compare

Commits

  • wire NetStruct #52 (Ignacio Hagopian)
  • db50bb6: slight updates to README mainly on winner selection (Merlin Ran) #53
  • 1d1ffa9: remove parallelism for more reliable CI (Merlin Ran)
  • 683eb26: add CID gravity integration (Merlin Ran) #50
  • 319ef9f: allow testing against staging cid gravity API [shipit] (Merlin Ran) #50
  • 642cde6: switch to the production CID gravity API (Merlin Ran) #50
  • 9e37e26: code review updates (Merlin Ran) #50

v0.0.10

15 Sep 15:45
Compare
Choose a tag to compare

Commits

  • 973a861: use cli repo & update lotus (Ignacio Hagopian) #47
  • 4ac7f77: go mod tidy (Ignacio Hagopian) #47
  • d719b2a: treat files for not-finalized deals as orphans (Merlin Ran) #49
  • fce5262: linter + fix (Merlin Ran) #49
  • 56b9117: try pass linter on CI (Merlin Ran) #49
  • cb8560b: add test to cover removing manually downloaded files (Merlin Ran) #49
  • 920757f: use MarketListIncompleteDeals for health check (Merlin Ran) #48
  • 4bb6cd8: designate Go version when releasing [shipit] (Merlin Ran) #51

v0.0.8

01 Sep 13:14
Compare
Choose a tag to compare

Commits

  • fd134f9: print version on start; mask wallet sig (Merlin Ran) #45
  • c045e53: check for running-bytes-limit only after winning an auction (Merlin Ran) #46
  • 0c48cd6: define a constant for the error message so auctioneer can skip (Merlin Ran) #46

v0.0.7

29 Aug 14:07
Compare
Choose a tag to compare

Bug Fixes

Commits

  • 26e0823: add flag to limit the number of concurrent importing (Merlin Ran) #39
  • 7225972: Update README.md (Merlin Ran) #38
  • 64f2bdf: rename miner-addr to storage-provider-id (Merlin Ran) #37
  • b798753: ditch est-download-speed, add deal-data-fetch-timeout (Merlin Ran) #40
  • 4c25aae: Update README.md (Merlin Ran) #43
  • c400dba: fix running-bytes-limit and add test coverage (Merlin Ran) #44

v0.0.6

13 Aug 22:28
Compare
Choose a tag to compare

Commits

  • 26b4cd5: add version command; also print config file when start daemon (Merlin Ran) #34
  • 5b1cff5: fixes (Merlin Ran) #34
  • 7a1d01b: add est-download-speed to make data fetching timeout adjustable (Merlin Ran) #35
  • 2800f0f: adjust the defaults to be more conservative (Merlin Ran) #35

v0.0.5

13 Aug 15:13
Compare
Choose a tag to compare

Chores

Commits

  • 68ce5b2: extract a common method to marshal config to json (Merlin Ran) #15
  • 0e111ff: a few less keystrokes passing masked fields (Merlin Ran) #15
  • 6d6bf99: move datauri as a shared package (Merlin Ran) #18
  • f2d7853: check if the number sealing sectors exceeds the limit before bidding (Merlin Ran) #20
  • 9e8f415: code review updates (Merlin Ran) #20
  • bc470e1: add a HTTP header to hint the server only the car header is needed (Merlin Ran) #21
  • bump version to include republishes on join #23 (Sander Pick)
  • move unused model to core #23 (Sander Pick)
  • 76ef7db: make deal-start-epoch a mandatory parameter (Merlin Ran) #24
  • fa8401a: have more descriptive error for unexpected status (Merlin Ran) #25
  • 464f657: ignore error if bid is already in BidStatusAwaitingProposal (Merlin Ran) #25
  • 615fc18: do not fail to SetProposalCid if bid is already pass the stage (Merlin Ran) #26
  • 633f7ee: Change where the deal_data-dir shoul be accessible (Rjan) #27
  • suggest throttling flag #29 (Ignacio Hagopian)
  • properly handle SIGTERM for k8 #30 (Ignacio Hagopian)
  • handle SIGQUIT #30 (Ignacio Hagopian)
  • dd67d3f: upgrade to the latest go-libp2p-pubsub-rpc (Merlin Ran) #31
  • 1bae0d2: remove internal commiting to make the logic more straightforward (Merlin Ran) #32