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.14

27 Apr 17:34
Compare
Choose a tag to compare

This is a recommended update for all storage providers.

This update allows the storage to receive Boost deals if it's running boost. If boost isn't running, it will continue to receive deals as usual with the legacy (current) deal proposal protocol.

To reiterate: it's safe to update to this version even if you're not running Boost.

--Note for storage providers running Boost--
For some time, we'll add a whitelist on the backend side to allow specific storage providers receive deals when running boost. This allows everybody to ramp up Boost usage in a controlled fashion.

If you're running Boost and want to allow bidbot to receive deals through Boost and not the legacy protocol, please ping @jsign (Filecoin slack, or Textile discord server) so it can add your storage provider id to the Boost whitelist.

v0.1.13

25 Apr 13:51
Compare
Choose a tag to compare

This new release adjusts to a change in Cid Gravity API regarding the Verified field.
For more information, see: #104

v0.1.12

14 Apr 12:41
Compare
Choose a tag to compare
  • Add support for correct identification of sector states when the storage provider is using SnapDeals. This makes the --max-sealing-sectors flag has better precision in this case.

Thanks to @magik6k and Angelo for their help in this version.

v0.1.11

17 Mar 12:33
Compare
Choose a tag to compare

This version is an optional upgrade that contains a fix for bidbot configurations that have QUIC enabled.
See: #96

v0.1.10

16 Mar 18:19
Compare
Choose a tag to compare

This release updates Lotus to v1.15
It indirectly also updates to:

  • go-datastore@v0.5.1 which has breaking APIs
  • go-libp2p-connmgr which has some other breaking APIs.
  • hsanjuan/go-ipfs-lite with a direct master commit that I've worked with Hector to fix dependency issues.
  • go-libp2p-pubsub-rpc that also adjusted reg indirect dependencies.

There's no need to change storage providers configuration, just update the binary as usual.

v0.1.9

24 Feb 13:53
Compare
Choose a tag to compare

This update is highly recommended.

Changes:

  • We switch the API used for health checking since the previous one can have latency spikes that cascade into problems in processing the bid. See #91 for more information.

v0.1.8

21 Feb 19:16
Compare
Choose a tag to compare

Changes:

  • Adds a flag that makes CurrentSealingSectors match lotus-side sector state accounting when that option is enabled on the lotus side. See PR.
  • Update Lotus dependency to v1.14.1.

Thanks to @magik6k for his contributions.

v0.1.7

11 Jan 20:10
Compare
Choose a tag to compare

Changes:

  • The provided --wallet-addr-sig can also be from the Worker wallet address. That's to say, both Owner and Worker signatures will work correctly.

v0.1.6

04 Nov 17:58
Compare
Choose a tag to compare

Changes:

  • Comply with the new setup of cid-gravity rate limiting
  • Fix GC of CAR files for storage providers that have a symlink in their deals_data folder. #72

v0.1.5

27 Oct 17:33
Compare
Choose a tag to compare

Bug Fixes

  • stop bidding if blocked, rate limitted etc [shipit] #66 (Merlin Ran)

Commits

  • f11eccb: Update README.md (Merlin Ran)
  • 110bcb9: update lotus (Ignacio Hagopian) #67
  • 9b3a960: update go-ipfs-http-client to special release (Ignacio Hagopian) #67
  • b9a7261: update deps (Ignacio Hagopian) #67
  • 90f767c: retire mdns-interval flag (Ignacio Hagopian) #67
  • 410d2a3: respect the rate limit from cid gravity (Merlin Ran) #66